
递归 - 维基百科,自由的百科全书
Introduction to Algorithms. Mit Pr. 2001. ISBN 0-262-03293-7. Kernighan, B.; Ritchie, D. The C programming Language. Prentice Hall. 1988. ISBN 0-13-110362-8. Stokey, Nancy,; Robert Lucas; …
recursive - 搜索 词典
7. The recursive nature of the approach allows decomposition to occur as many times as needed to identify atomic system elements. 在 需要 分解 以 确定 原子 级 系统 元素 时, 此 方法 的 递 归 性质 …
recursive(英语单词)_百度百科
recursive是英语形容词,译为‘递归的’或‘循环的’,其发音为 /rɪ'kɜːsɪv/ 或 /rɪ'kɜːrsɪv/,属托福、雅思常考词汇,主要应用于数学与计算机科学领域。 该词源于拉丁语,1790年意为‘定期出现的’,在数学中的意 …
RECURSIVE中文 (简体)翻译:剑桥词典 - Cambridge Dictionary
Given the argument s (n), the recursive calls are performed on the elements of the list that results from factors (n).
recursive是什么意思_recursive的翻译_音标_读音_用法_例句_爱词霸在 …
爱词霸权威在线词典,为您提供recursive的中文意思,recursive的用法讲解,recursive的读音,recursive的同义词,recursive的反义词,recursive的例句等英语服务。
递归算法 - 知乎
To iterate is human, to recurse, divine. 人理解迭代,神理解递归。什么是递归 递归算法(英语:recursion algorithm)在计算机科学中是指一种通过重复将问题分解为同类的子问题而解决问题的方 …
Introduction to Recursion - GeeksforGeeks
Apr 10, 2026 · The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called a recursive function. A recursive algorithm takes one step toward …
RECURSIVE Definition & Meaning - Merriam-Webster
The meaning of RECURSIVE is of, relating to, or involving recursion. How to use recursive in a sentence.
Introduction to Recursion -
the recursive case: a more complex occurrence of the problem that cannot be directly answered, but can be described in terms of smaller occurrences of the same problem.
[2604.25917] Recursive Multi-Agent Systems - arXiv.org
Apr 29, 2026 · Recursive or looped language models have recently emerged as a new scaling axis by iteratively refining the same model computation over latent states to deepen reasoning. We extend …