recursive
英音[ rɪˈkɜːsɪv ] 美音[ rɪˈkɜːrsɪv ]

递归的

常用释义

词性释义

adj.

[数] 递归的;循环的
例句
  • 全部
  • 递归的
  • 递推的
  • 回归的
  • 循环的
In short, the container-component pattern is meant to capture the recursive concept of containers that contain containers.
1·The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward.
当前计算的结果依赖于之前的部分结果,所以,在每次后续递归调用中,我们向前传递那些结果。
2·This one makes recursive calls by default; therefore, it will also find method declarations in any inner classes.
默认情况下,它将进行递归调用。因此,您也可以在任何一个内部类中发现方法声明。
3·Recursive system decomposition and transformation from the abstract to the concrete.
递归的系统分解和从抽象到具体的转换。
4·However, one concern people have with the use of recursive functions is the growth of stack space.
不过,对于递归函数的使用,人们所关心的一个问题是栈空间的增长。
5·Consider what would happen with a recursive method, for instance.
例如,考虑在一个递归方法中会发生的事情。
1·In the next section, I'll do just this as part of a recursive generic decoding method.
在下一节,我将做此工作作为递推泛型解码方法的一部分。
2·Now I'll use those methods to build a recursive processor to interpret generics. Listing 8 gives the code for this purpose
现在我将用这些方法构建一个解释泛型的递推处理程序。
3·Keeping the zeros and poles of the PID unchanged, an adaptive PID controller is presented using the proposed recursive algorithm in the closed-loop system.
在确保PID零极点不变的基础上,将开环递推整定算法引入到闭环系统中,提出了自适应pid控制算法。
4·In order to minimize the influence of all kinds of random errors on balance precision, an improved recursive algorithm was also proposed.
为了尽可能减小各种随机误差对平衡精度的影响,还提出了递推改进算法。
5·The holographic optical elements with good image quality can be obtained with the recursive technique.
用递推制作方法可制作出像质优良的全息光学元件。
1·She is either the man's motivity of struggling or the man's heart-backing and recursive harbor.
她是男人奋斗的动力,是男人心灵的依靠,是男人回归的港弯。
2·So the methods of aesthetic education of design are outdoing and recursive interactivity.
设计审美教育方法是超越与回归的双向互动。
3·It is recursive portal, be still transition swims for the net company?
是回归门户, 还是转型为网游公司?。
4·By using recursive analysis and gray systems GM (1, 1) theory, the development tendency of staff of Wenzhou Normal College is forecasted.
运用回归分析和灰色系统GM(1,1)理论,对温州师范学院教师队伍发展趋势进行组合预测。
5·According to the theory of demand direction, this paper USES econometric method to set up Qingdao economic growth model, and has revised the model with the method of mountain range recursive.
根据需求导向理论,应用计量经济方法,建立了青岛经济增长模型,并用岭回归的方法对模型进行了修正。
1·Yes, the acronym is essentially recursive.
没错,这个缩写实际上是循环的。
2·PNG stands for Portable Network Graphics (or, depending on whom you ask, the recursive "PNG-Not-GIF").
PNG表示可移植的网络图象(或,看你问谁,循环的“PNG -不是- GIF”)。
3·Usually errors are defined in the interfaces module, but since it would cause a recursive import between the interfaces and fields module, we define it here.
通常错误被定义在接口模块里,但是由于在接口和域模块之间导入会引起循环,因此我们把它定义在这儿。
4·That is, the recursive property captures the ability of language to generate more constituents to a sentence and enables speakers to repeat syntactic constituents within the same sentence.
这就是说,循环性体现了语言中的句子能够有更多的成分,并且使说话者能够在同一个句子中重复一些句法成分。
5·The process involves the recursive application of wide range of thinking skills and language abilities.
这个过程包括一系列思考技巧和语言能力的循环应用。
网络释义

递归

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 algorithm
recursive algorithm - 递归算法
recursive function
recursive function - 递归函数
同义词
adj.
[数]递归的;循环的
同根词 (词根recur)
recurring adj 循环的;再发的
recurrently adv 循环地(周而复始地)
recurrence n 再发生;循环;重现;重新提起
recursion n [数] 递归,循环;递归式
recurring v 返回(recur的现在分词)
recur vi 复发;重现;采用;再来;循环;递归
更新时间:2025-05-01 10:00