recursion
recursion什么意思,recursion翻译
基本解释
n.: 递归
网络: 递回;循环;递推
权威解释
递归:
the process of repeating a function , each time applying it to the result of the previous stage
英汉解释
【数学】递归(式);递推,循环
重复
递演
例句
This code uses the concept of recursion to call the main function multiple times until the last directory has been traversed.
此代码会利用递归概念多次调用主函数,直至处理完最后一个目录为止。
You may be thinking that you know how write this program to perform faster or better without recursion.
您可能会认为自己知道如何不使用递归编写这个程序,使其执行更快或者更好。
Well, there is also a possibility of using function names for recursion, but you will soon see that this is often impractical nowadays.
当然还有可能在递归调用中使用函数名称,但是你将很快看到在当下他通常不大实用。
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再次被调用时,在递归点之后不再做任何事情。