recursive
美 [rɪˈkɜrsɪv]
英 [rɪˈkɜː(r)sɪv] 
英汉双解
1. | 递归的;循环的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.
此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。
Furthermore, the mutual translation of cultures by means of a recursive looping brings about comprehension.
而且,文化的相互翻译通过一递归的形成环引起理解。
Since the combination of processor, connection and memory is a machine, the model can be used to describe recursive processes.
鉴于处理器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。
A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.
像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
If you evaluate print_report_i, you will see that there is nothing further that happens in the function after the recursive call.
如果仔细观察print_report_i,您会发现在函数中递归调用之后没有再进一步发生任何事情。
The paper introduces the general form of recursive model, the process of recursive program running and the recursive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
Kalman filter(KF), based on the least square(LS), is a recursive algorithm used for the estimation of linear parameters.
卡尔曼滤波(KF)是一种基于最小二乘法原理的线性估计递归(推)算法。
A common table expression (CTE) provides the significant advantage of being able to reference itself, thereby creating a recursive CTE.
公用表表达式(CTE)具有一个重要的优点,那就是能够引用其自身,从而创建递归CTE。
The calculations both by hand and by FORTRAN Program show that this method is simple in computation, rapidly recursive and more intuitive.
用列表手算和用FORTRAN语言进行程序设计以及所得到的计算结果表明:此法具有计算简便、递推快速和更为直观的特点。
Compilation Principle course this is one of a small experiment, is to use recursive subroutine method of computing expressions.
这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。
To support this, I created a little recursive traversal function that walks all the nodes of a gnosis. xml. objectify object.
为此我创建了一个小型的递归便利函数来遍历gnosis.xml.objectify对象中的所有节点。
A recursive table is a common table expression constructed as a result of a WITH clause in a query .
递归表是作为查询中的WITH子句的结果构建的公用表表达式。
One of the more interesting ideas I gleaned from Kelty's talk was the phrase "recursive publics" .
我收集到的Kelty’s的讲话中有一个非常有趣的词语就是“递归公众”。
But walking a tree just by using recursive functions is not all that difficult .
但是只用递归函数来遍历树并不十分困难。
Not applying this function attribute to the profiling functions results in an infinite recursive profiling loop and a lot of useless data .
不要将这个函数属性应用到分析函数上,这样会导致无限递归分析循环和大量的无用数据。
In short, the container-component pattern is meant to capture the recursive concept of containers that contain containers.
简而言之,容器组件模式可以描述容器包含容器的递归概念。
recursive states that this attribute contains the dn values of objects that can be evaluated.
recursive规定该属性包含可计算的对象的dn值。
This recursive packaging allows you to build complex analysis engines out of simpler ones.
这种递归式打包允许您通过简单的分析引擎构建复杂的分析引擎。
The recursive nature of the algorithm will help to illustrate the standard ABI.
该算法的递归特性将十分有助于展示标准ABI。
By the recursive property, the new algorithm can reduce the size of problem which derives the paths with a small space required.
算法充分利用路径的递归特性,降低问题的规模,实现了较小空间花费下的海量路径随机查询。
Casts may be required if the columns of the initial subquery do not have the same domains as those of the recursive subquery.
如果初始子查询的列与递归子查询的列具有不同的域,则可能需要进行转换。
When we converted our loop to a recursive function, the recursive call was the last thing that the function did.
当我们将循环转化为递归函数时,递归调用是函数所做的最后一件事情。
The unifying theme of this course is best captured by the title of our main reference book: 'Recursive Methods in Economic Dynamics'.
我们的主要参考书目的书名恰当地捕捉到了本课程的主题:《经济动态学的递回法》。
In this case, it lets you maintain the y coordinate value, passing an updated y value to the next recursive call of the line template.
在本例中,它允许您维护y坐标值,从而将更新后的y值传递给下一次递归调用的line模板。
A function call (recursive or not) that is the last thing a function does is called a tail-call.
函数所做的最后一件事情是一个函数调用(递归的或者非递归的),这被称为尾部调用(tail-call)。
With the advantage of simple structure, recursive filter be widely used in image noise reduction and target enhance for sequence images.
时域递归滤波器由于其结构简单,被广泛用于序列图像中的降噪和目标增强处理。
Recursive composition provides one method of aggregating services from various providers into a single solution.
递归组合提供一种将来自不同提供者的服务聚集到单个解决方案的方法。
The recursive CTE structure must contain at least one anchor member and one recursive member .
递归CTE结构必须至少包含一个定位点成员和一个递归成员。
Predict the temperature usually require only two consecutive months of the establishment of equations and can be recursive relationship.
作温度预报一般只需要连续两个月的资料即可建立方程和递推关系。
Recursive functions can sometimes be very resource hungry and may not return results before a user loses patience.
递归函数有时对资源的消耗量很大,而且在用户失去耐心之前可能还没有返回结果。
If the string has not been entirely consumed by the regular expression, a recursive call processes the remainder.
如果正则表达式没有完全处理完字符串,那么对未处理完的字符串继续应用递归调用。