recursive
recursive什么意思,recursive翻译
基本解释
adj.: 递归的;循环的
网络: 递回;递归地;递归下载
权威解释
递归的;循环的:
involving a process that is applied repeatedly
英汉解释
〔数〕递归,递推
例句
Chomsky suggested that the key part of this deeper quality might be a quite simple and uniquely human power of "recursive" calculation.
乔姆斯基认为,这种更深层属性的关键,可能是十分简单且人类独有的「递归」(recursive)计算能力。
Probably the best way to understand is with a real example and to do that, we need a recursive function.
可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。
The recursive CTE definition must contain at least two CTE query definitions, an anchor member and a recursive member.
递归CTE定义至少必须包含两个CTE查询定义,一个定位点成员和一个递归成员。
On top of that the whole thing is recursive: a set of systems is a system in his own right.
此外,所有这些都是递归的:一个系统集合完全也可以是一个系统。
A base case is the bottom point of a recursive program where the operation is so trivial as to be able to return an answer directly.
基线条件是递归程序的最底层位置,在此位置时没有必要再进行操作,可以直接返回一个结果。
During the modeling, the recursive relation among the matrices is analyzed, so that the matrices can be calculated in an efficient way.
在建模过程分析了矩阵间的递推关系,利用这些关系进行矩阵计算,提高计算效率。
The recursive nature of the approach allows decomposition to occur as many times as needed to identify atomic system elements.
在需要分解以确定原子级系统元素时,此方法的递归性质让分解尽可能多次的发生。
It is possible to call recursive functions in PHP.
在PHP中可以调用递归函数。
The displayed files can be also be recursive, where files in sub-folders are also shown in the list.
所显示的文件也可以被递归,如果子目录中的文件的文件夹也有在清单中显示。
Such a design presents the same problems as a single recursive procedure, but can be harder to detect and debug.
此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。