Recursive

英音[ rɪˈkɜːsɪv ] 美音[ rɪˈkɜːrsɪv ]
[数] 递归的
常用释义
adj. [数] 递归的;循环的

扩展信息

递归
Liran - 博客园 ... readOnly 只读 recursive 递归 refactoring 重构 ...
递回
递回(recursive)想法要用递回著手, 先定义一个foo(): float foo(int k) { if(k>0) return 1/k+foo(k-1); else return 0; } main()...
递归的
未分类 - - Nicolas’ Blog - Upholstery ... recursion 循环 recursive a. 递归的,循环的 redefine vt. 重新规定(定义) ...
递归地
能够递归地recursive)查找element tree,正是FindResource有价值的原因,因为直接使用key对Resources property进行索 …
递归下载
WGET命令详解_百度文库 ... passive-ftp 使用“被动”传输模式。 -- r,--recursive 递归下载。 - delete-after 删除下载后的文件。 - ...
递归式
递归式(Recursive):DNS客户端向DNS Server的查询模式,这种方式是将要查询的封包送出去问,就等待正确名称的正确响应, …
递归查询
·递归查询recursive):在这一查询中,该服务器承担全部工作量和责任,为该查询提供完全的答案,这样,该DNS服务器将对 …
递回式
递回式(Recursive):DNS用户端向DNS Server的查询模式,这种方式是将要查询的封包送出去问,就等待正确名称的正确回应…

例句

乔姆斯基认为,这种更深层属性的关键,可能是十分简单且人类独有的「递归」(recursive)计算能力。

可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。

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.

在需要分解以确定原子级系统元素时,此方法的递归性质让分解尽可能多次的发生。

在PHP中可以调用递归函数。

The displayed files can be also be recursive, where files in sub-folders are also shown in the list.

所显示的文件也可以被递归,如果子目录中的文件的文件夹也有在清单中显示。

此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。

而且,文化的相互翻译通过一递归的形成环引起理解。

鉴于处理器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。

像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。

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 only way to go about exploring the template is to define a recursive version of the same along with a base case.

探索模板的惟一方法是定义同样的递归版本以及基本案例。

Kalman filter(KF), based on the least square(LS), is a recursive algorithm used for the estimation of linear parameters.

卡尔曼滤波(KF)是一种基于最小二乘法原理的线性估计递归(推)算法。

公用表表达式(CTE)具有一个重要的优点,那就是能够引用其自身,从而创建递归CTE。

The recursive flow repeats again and again, until the last question is processed, where at this point a result is displayed.

递归不断重复直到最后一个问题回答完毕,页面显示出答题结果的时候。

用列表手算和用FORTRAN语言进行程序设计以及所得到的计算结果表明:此法具有计算简便、递推快速和更为直观的特点。

This service is optional in a name server, and the name server may also choose to restrict the clients which can use recursive mode.

这种递归查询的模式对于名称服务器而言是可选的,并且名称服务器可以设置禁止客户端使用递归查询模式。

这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。

To support this, I created a little recursive traversal function that walks all the nodes of a gnosis. xml. objectify object.

为此我创建了一个小型的递归便利函数来遍历gnosis.xml.objectify对象中的所有节点。

递归表是作为查询中的WITH子句的结果构建的公用表表达式。

One of the more interesting ideas I gleaned from Kelty's talk was the phrase "recursive publics" .

我收集到的Kelty’s的讲话中有一个非常有趣的词语就是“递归公众”。

From the special complexity, this algorithm is not the best, but compared with the recursive algorithm, it reduces a mass of space.

从空间复杂度看,该算法不是最优,但相对于递归算法节省了大量的空间。

但是只用递归函数来遍历树并不十分困难。

不要将这个函数属性应用到分析函数上,这样会导致无限递归分析循环和大量的无用数据。

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值。

常用短语

recursive algorithm
recursive algorithm - 递归算法
recursive function
recursive function - 递归函数

同义词

adj.
[数]递归的;循环的

同根词(词根recur)

recurring adj 循环的;再发的
recurrently adv 循环地(周而复始地)
recurrence n 再发生;循环;重现;重新提起
recursion n [数] 递归,循环;递归式
recurring v 返回(recur的现在分词)
recur vi 复发;重现;采用;再来;循环;递归