recursion

recursion

美 [rɪ'kɜ:ʃn]  英 [rɪ'kɜ:ʃn]

  • n.递归
  • 网络递回;循环;递推

英汉双解

n.
1.
递归the process of repeating a function , each time applying it to the result of the previous stage

英汉解释

n.
1.
【数】递归(式);递推,循环

英英解释

n.

例句

This code uses the concept of recursion to call the main function multiple times until the last directory has been traversed.

代码利用概念多次调用函数直至处理最后一个目录为止

And thus, the ability to understand pointers and recursion is directly correlated with the ability to be a great programmer.

因此是否真正理解指针是否一个优秀程序员直接相关

Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion.

称为lambda演算用于研究函数定义应用程序以及概念

Too many method calls is often indicative of a very deep or unbounded recursion.

过多方法调用通常意味存在非常无限

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进行列表处理真正强大

Recursion allows defining policies higher up in a domain and enforce them on all the component implementations and interactions within.

允许高层定义策略然后它们强制内部所有组件实现交互

Recursion is one of the familiar methods in algorithm design and analysis, and through this method many efficient algorithms can be found.

算法设计常用方法之一利用可以得到很多高效算法

Likewise, when print_report_irecurses, there is nothing left that it does after the point of recursion.

同样print_report_i再次调用之后不再任何事情

Recursion relies on a stack-based approach to passing variables. Many small machines have no hardware support for a stack.

依靠一个基于堆叠方法传递变数许多系统没有硬体支持堆叠

Recursion relies on a "virtual stack" that purportedly has no real memory constraints.

依赖虚拟堆叠看来没有真正记忆限制

Induction and the related concept of recursion also provide means of counting.

归纳以及与相关概念可以提供计数方法

This could certainly prove useful for complex programs implementing a great deal of recursion or with complicated loop conditions.

可以用来证明极其复杂含有大量以及循环结构程序是否有效

The processing of these lists using recursion and Lisp functions like car and cdr is the power of list processing using Lisp.

使用诸如carcdr之类Lisp函数处理这些列表使用Lisp处理列表强大

A common question when running queries is: "How does this element relate to the beginning of the recursion? "

运行查询一个常见问题:“这个元素开始怎样关系?”

Doing so would be a useful exercise, and a helpful lesson in runaway recursion.

这样十分有用练习并且失控非常有用

As a result, just trying to expand the structure directly leads to infinite recursion loops.

所以直接展开结构可能会形成无限循环

A simple recursion formula can then be used to solve such a system.

一个简单重复公式用来这样方程

In the definition above, we've written the function with explicit recursion. We'll use the Y combinator to get rid of that!

上面定义我们编写一个显式程序我们使用Y组合清除

In this paper, using recursion formula of the adjoint polynomial, we shall obtain adjoint polynomials of two graphs.

本文运用伴随公式伴随

Finally, by means of the formulae of recursion and back-substitution presented in this paper the problem is worked out.

最后本文推回公式进行求解实例表明计算结果实验相符

Results A recursion formula to the solutions of a class of linear ordinary differential equations with constant coefficients is given.

结果一类系数线性微分方程公式

Recursion is actually a way of defining functions in which the function is applied inside its own definition.

实际上定义一个调用自身函数方式

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

Left-recursion is more efficient and, for large input sets, may be the only viable option.

向左有效而且较大输入来说可能惟一可行选择

The lengthy code snippet shown in Listing 6 uses a recursion technique inspired by the PHP open source community (see Resources).

清单6段长代码片段采用PHP开放源码社区请参阅参考资料提出技术

In BNF , the only way to indicate a list of an arbitrary number of elements is through recursion .

BNF表示为了表示任意个数元素唯一方法通过归来定义

Remember that the concatenation using concat2 requires two strings, so a number will cause this function to break within the recursion.

记住使用concat2进行连接要求使用两个字符串因此数字导致函数之间中断

Most call stack errors are related to one of these two recursion patterns.

大多数调用错误模式之一有关

Secondly, the least square method by recursion is carried on modeling for the disturbing force and moment of random sea.

其次利用最小二乘法随机海浪扰动扰动力矩进行

Gets the number of times the current thread has entered the lock in upgradeable mode, as an indication of recursion.

获取一个指示当前线程是否进入读取模式锁定状态

Workflow is the core of the system, which used recursion method to accomplish its workflow execution.

工作系统核心部分采用方式实现工作执行过程

condition of a kind of jump Vandermonde matrix through linear equations, and recursion formula and the expression of its inverse Matrix.

利用线性方程一类跳行范德蒙矩阵可逆条件矩阵公式矩阵表示

Some recursion formulae of Bessel functions are derived from such practice problems as well.

实际问题出发推导一类贝塞尔函数公式

Tree models partition space of variables imported in a recursion way, and their aim to maximize evaluation function about purity of sorts.

模型一种方式划分输入变量空间目的最大化关于纯度评价函数

Just like static detection of bad generic constructor calls, forbidding polymorphic recursion conflicts with incremental class compilation.

静态检测糟糕泛型构造函数调用一样禁止多态递增式编译发生冲突

Recursion means repetition in subelements, like the pattern of veins in a leaf.

手段重复子元素叶脉排列

Said of software that calls itself. Recursion should generally be avoided in an embedded system, since it frequently requires a large stack.

自己调用自己程序说法一般嵌入式系统因为常常占有大量堆栈空间

In functional languages, most tasks that are accomplished with loops in traditional languages are instead accomplished with recursion.

函数编程传统语言中用循环完成多数任务可以使用归来完成

It is possible to write pure SQL statements with complex recursion to do this.

可以通过编写带有复杂SQL语句实现

Recursion permits you to explore possible routes through this graph.

使用可以通过图形查看可能路线