It also demonstrates how the recursion of the function execution works.
这也解释了函数执行的递归是如何实现的。
For those of you who are new to computer programming, here's a simple definition of recursion: recursion occurs when a function calls itself directly or indirectly.
对刚开始接触计算机编程的人而言,这里有递归的一个简单定义:当函数直接或者间接调用自己时,则发生了递归。
Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion.
它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
This code USES the concept of recursion to call the main function multiple times until the last directory has been traversed.
此代码会利用递归概念多次调用主函数,直至处理完最后一个目录为止。
Recursion is actually a way of defining functions in which the function is applied inside its own definition.
递归实际上是定义一个调用自身的函数的方式。
A function that calls itself is recursive; the process of executing it is called recursion.
调用自身的函数就是递归的;执行这种函数的过程就叫递归运算。
This recursive function works fine, but it has one main shortcoming -- every iteration of the recursion will be passing the same value for the-string.
这个递归函数能很好地工作,不过它有一个主要的缺点 ——递归的每一次迭代都要为 the-string传递相同的值。
The total function value of the HVCB can be got through recursion operation with the unitary formula.
利用归一公式进行量化递归运算,求出断路器安全总突变隶属函数值。
The recursion relation of the mirror function of radial eigenfunctions is discussed, and the recursion relation of radial wave function is obtained.
讨论了径向本征函数的像函数的递推关系,从而得出径向波函数的递推关系。
Well, there is also a possibility of using function names for recursion, but you will soon see that this is often impractical nowadays.
当然还有可能在递归调用中使用函数名称,但是你将很快看到在当下他通常不大实用。
The bandwidth distribution factor transmitted to other node is calculated by using recursion nonlinear function of transition buffer.
被传送给其它节点的带宽分配因子是通过使用过渡缓冲区大小的递归非线性函数计算出来的。
The bandwidth distribution factor transmitted to other node is calculated by using recursion nonlinear function of transition buffer.
被传送给其它节点的带宽分配因子是通过使用过渡缓冲区大小的递归非线性函数计算出来的。
应用推荐