recursion

美 [rɪ'kɜ:ʃn]英 [rɪ'kɜ:ʃn]
  • n.递归
  • 网络递回;循环;递推

recursionrecursion

recursion

n.

递归

递归recursion)是函数直接或间接地对自己进行调用。命令_重命名 2009-4-1 15:36:49 阅读40 评论0 12009/04 Apr1 原文 …

递回

递回(recursion)的时候,老师一步一步在黑板上把整个递回的流程trace给我们看。 小考跟期中笔试,就直接要我们在纸上写…

循环

未分类 - - Nicolas’ Blog - Upholstery ... rectangular a. 矩形的 recursion 循环 recursive a. 递归的,循环的 ...

递推

递字的解释---在线新华字典 ... 递补〖 fillvacanciesintheproperorder〗 递归,递推recursion〗 递降〖 descendstepbystep〗 ...

回归性

第二个特点为回归性Recursion ):回顾课程材料就好似“再一次重温第一次看见这些材料的情形”。从熟悉的或是相似的行为 …

递归算法

算法设计和分析 递归算法 递归算法(Recursion) 本章内容 递归算法的实现机制 递归化为非递归(难点 难点) 递归化为非递归 难 …

递规查询

*recursion 是否允许递规查询(recursion) 4KeqU 如果设置为”yes”,则允许服务器采用递归的方式进行查询,也就是当要查询的地 …

递归性

本文拟站在语言学的角度说明,语言具有递归性(recursion)的结构特点;语言知识具有依赖于结构(structure-dependent)的特点 …

1
This code uses the concept of recursion to call the main function multiple times until the last directory has been traversed. 此代码会利用递归概念多次调用主函数,直至处理完最后一个目录为止。
2
You may be thinking that you know how write this program to perform faster or better without recursion. 您可能会认为自己知道如何不使用递归编写这个程序,使其执行更快或者更好。
3
Well, there is also a possibility of using function names for recursion, but you will soon see that this is often impractical nowadays. 当然还有可能在递归调用中使用函数名称,但是你将很快看到在当下他通常不大实用。
4
And thus, the ability to understand pointers and recursion is directly correlated with the ability to be a great programmer. 因此,是否真正理解指针和递归,与是否是一个优秀程序员直接相关。
5
Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion. 它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
6
Too many method calls is often indicative of a very deep or unbounded recursion. 过多的方法调用通常意味着存在非常深的递归或无限递归。
7
The last function you're going to create is going to take some recursion, where the true power of list processing using Lisp lies. 将要创建的最后一个函数要执行一些递归操作,这是使用Lisp进行列表处理的真正强大之处。
8
Recursion allows defining policies higher up in a domain and enforce them on all the component implementations and interactions within. 递归允许在域的更高层定义策略,然后将它们强制到内部所有组件实现和交互。
9
Recursion is one of the familiar methods in algorithm design and analysis, and through this method many efficient algorithms can be found. 递归是算法设计中常用的方法之一,利用递归可以得到很多高效算法。
10
Likewise, when print_report_irecurses, there is nothing left that it does after the point of recursion. 同样地,当print_report_i再次被调用时,在递归点之后不再做任何事情。
11
Recursion relies on a stack-based approach to passing variables. Many small machines have no hardware support for a stack. 递迴依靠一个基于堆叠的方法来传递变数。许多小系统没有硬体支持的堆叠。
12
Recursion relies on a "virtual stack" that purportedly has no real memory constraints. 递迴依赖于“虚拟堆叠”这看来已没有真正的记忆体限制。
13
Induction and the related concept of recursion also provide means of counting. 归纳法以及与之相关的递归概念也可以提供计数的方法。
14
This could certainly prove useful for complex programs implementing a great deal of recursion or with complicated loop conditions. 它可以被用来证明极其复杂的,含有大量递归以及循环结构的程序是否有效。
15
This fact may be obfuscated by our simple example earlier in which the polymorphic recursion occurs as a simple, direct self-reference. 我们先前的简单示例(其中,多态递归作为一个简单直接的自引用发生)会使这一事实变得模糊。
16
The processing of these lists using recursion and Lisp functions like car and cdr is the power of list processing using Lisp. 使用递归和诸如car和cdr之类的Lisp函数处理这些列表是使用Lisp处理列表的强大之处。
17
A common question when running queries is: "How does this element relate to the beginning of the recursion? " 运行查询时一个常见的问题是:“这个元素与递归的开始有怎样的关系?”
18
Recursion is a fundamental concept in mathematics and computer science and many complex problems can be fitted to a recursive framework. 递归是数学和计算机科学中的一个基本概念,许多复杂问题的求解都可以用递归算法去解决。
19
Doing so would be a useful exercise, and a helpful lesson in runaway recursion. 这样做将是十分有用的练习,并且对失控递归非常有用。
20
As a result, just trying to expand the structure directly leads to infinite recursion loops. 所以,只想直接展开结构,可能会形成无限的递归循环。
21
A simple recursion formula can then be used to solve such a system. 一个简单而又重复的公式能用来解这样的方程组。
22
In the definition above, we've written the function with explicit recursion. We'll use the Y combinator to get rid of that! 在上面的定义中,我们编写了一个显式的递归程序。我们将使用Y组合子清除它。
23
In this paper, using recursion formula of the adjoint polynomial, we shall obtain adjoint polynomials of two graphs. 本文运用伴随多项式的递归公式,求出了两类图的伴随多项式。
24
Finally, by means of the formulae of recursion and back-substitution presented in this paper the problem is worked out. 最后,按本文所述递推回代公式进行求解。实例表明,计算结果与实验相符。
25
Results A recursion formula to the solutions of a class of linear ordinary differential equations with constant coefficients is given. 结果给出了求一类常系数非齐次线性微分方程的特解的递推公式。
26
Recursion is actually a way of defining functions in which the function is applied inside its own definition. 递归实际上是定义一个调用自身的函数的方式。
27
Will use recursion to acquire the lock on each bucket and rehash the elements from each bucket into a new, larger hash table. 就使用递归获取每个bucket上的锁并重排每个bucket中的元素到一个新的、更大的hash表中。
28
Left-recursion is more efficient and, for large input sets, may be the only viable option. 向左递归更有效,而且对较大的输入集来说,这可能是惟一可行的选择。
29
The lengthy code snippet shown in Listing 6 uses a recursion technique inspired by the PHP open source community (see Resources). 清单6中这段长长的代码片段采用了PHP开放源码社区(请参阅参考资料)提出的递归技术。
30
In BNF , the only way to indicate a list of an arbitrary number of elements is through recursion . 在BNF表示法中,为了表示一串任意个数的元素,唯一的方法是通过递归来定义。