Recursion in the Java language is limited for performance reasons. 由于性能的原因,Java语言中的递归是有限的。
We will get to the speed and space issues of recursion later on. 稍后我们会讨论递归的速度和空间问题。
You'll use tail recursion and the XSLT translate() function to do this. 您可以使用尾递归(tailrecursion)和XSLTtranslate()函数来完成这一步。
In Blue, ignoring recursion or map ( functional iterator), there's one way to implement loop constructs. 而在Blue中,忽略了递归或映射(函数迭代器),只有一种方法来实现循环结构。
The more serious problem is the potential for polymorphic recursion in class definitions. 更严重的问题是类定义中可能存在多态递归。
It also demonstrates how the recursion of the function execution works. 这也解释了函数执行的递归是如何实现的。
In mathematics or computer sciences recursion refers to a method of defining functions based on their own definition. 在数学和计算机科学中,递归指的是基于自己定义来定义函数的一种方法。
Note that this is classical functional programming, relying on recursion over iteration. 请注意这是典型的功能性编程,取决于迭代上的递归。
It is possible to write pure SQL statements with complex recursion to do this. 这可以通过编写带有复杂递归的纯SQL语句来实现。
Replacing loops with recursion, whether in C, XSLT, or Scheme, takes some getting used to. 无论是在C、XSLT中,还是在Scheme中,都应用了使用递归代替循环。
The output generated from the transformation demonstrates the recursion process in the algorithm. 转换生成的输出内容展示了算法中的递归流程。
You'll see Lambda expressions, recursion, and macros. 您将学到Lambda表达式、递归和宏。
By adding clean syntax and support, functional languages make recursion a candidate for simple code reuse. 通过增加简明的语法和支持,函数式语言使递归成为实现简单代码重用的候选方法。
You have added recursion to your Cusp development arsenal. 已经将递归添加到了Cusp开发工具库中。
The second part represents the iteration or recursion. 第二部分代表迭代或递归。
Write a function that calculates a number's factorial using recursion. 写出一个用递归来计算阶乘的函数。
The recursion formula for calculating WOB are established by means of the mechanical analysis. 通过力学分析,推导出计算钻压的迭代公式,即建立了计算井底钻压的力学模型。
In BNF, the only way to indicate a list of an arbitrary number of elements is through recursion. 在BNF表示法中,为了表示一串任意个数的元素,唯一的方法是通过递归来定义。
The parts explosion problem is a classic application of recursion. 部件激增问题是递归的典型应用。
In this recursion pattern, two functions each call the other, such that an infinite loop is formed. 在这种递归模式中,两个函数互相调用对方,形成一个无限循环。
Multi-dimensional array pointer and recursion are the difficult sections of teaching C language. 【中英文摘要】多维数组指针和递归是c语言教学中的难点。
Cannot use an input macro to resolve anything about the input file as this causes infinite recursion. 不能使用输入宏解析有关输入文件的任何信息,因为这将导致无限递归。
And the reason I want to show you this is to notice that the recursion can be doubled. 如果我来写斐波那契数列你可以看看这儿,原因是我想让你看看这部分的递归可以翻倍。
Based on Pairs equation, the recursion relation of crack growth length has been deduced. 根据这一递推式,推导出数个循环载荷作用下裂纹扩展长度的近似算法。
In this paper, Two Different Concepts for the Recursion of Least Square Estimation is Introduced. 本文阐述了两类不同概念的递推最小二乘估计。
To improve its reconstruction speed, a method combining symmetry with recursion technique to reduce backprojection calculation is presented. 为提高其重建速度,提出了一种利用对称性并结合递归技术的方法来减少该算法的反投影运算量。
Hanoi problem is a classical mathematics problem, and the best method to settle this problem is recursion method. 汉诺塔问题是个古典数学问题,解决这个问题最好的方法是递归法。
Recursive queries create original results to obtain result sets by recursion and return final result sets. 递归查询通过创建初始结果,递归获取结果集,并返回最终结果集;
The termination check is implicit; recursion stops when no rows are returned from the previous invocation. 终止检查是隐式的;当上一个调用中未返回行时,递归将停止。
The flexibility of object embedding and composition combined with recursion opens up a unique approach to parsing. 内嵌对象的灵活性和递归的合成,开创了一个统一的分析方法。