Recursion
递转───recursion
This is an example of recursion.───这就是递归的示例.
One restricting factor is the typical compiler's limit on template recursion depth.───一个制约因素是典型的编译器在模板递归上的深度的限制.
Statically forbid polymorphic recursion.───静态禁止多态递归。
Explains the concept of recursion and illustrates how to write recursive functions.───解释递归的概念,并阐释如何编写递归函数.
Technology of product configuration design was studied by applying the recursion thoughts.───运用递归思想,研究了产品配置设计技术.
In order to understand recursion, one must first understand recursion.───“要知道什么是‘递归’, 你首先需要知道‘递归’”——无名氏.
This is because they are carried out by recursion rather than convolution.───这是因为它们被实现为递归而不是循环.
This is the reason why we use recursion.───但递归方法更优雅,能更好地反映问题的本质.
To process sampling data with a recursion sum algorithm decreases the interference of harmonic signal measurement.───介绍了递推求和算法抑制谐波干扰的机理,分析了运算量,给出了算法的实现公式和程序运行结束的判断规则.
The recursion formula for calculating WOB are established by means of the mechanical analysis.───通过力学分析,推导出计算钻压的迭代公式,即建立了计算井底钻压的力学模型.
We mention recursion briefly in the previous chapter.
Recursion is a more powerful algorithm than iterative loop.
It is a new useful optimal estimation recursion filter.
This is an example of recursion.
To the grammar which assigns eliminates the left recursion.
Recursion is achieved using dynamic planning algorithm.
The inner realization principle of recursion is discussed.
This is the stop condition for the recursion.
Lisp offers a performance optimization called tail recursion optimization.