About 420,000 results
Open links in new tab
  1. RECURSIVE中文 (简体)翻译:剑桥词典 - Cambridge Dictionary

    Given the argument s (n), the recursive calls are performed on the elements of the list that results from factors (n).

  2. recursive - 搜索 词典

    5. 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. 基线 条件 是 递 归 程序 的 最 底层 位置, 在此 位置 时 没有 …

  3. recursive是什么意思_recursive的翻译_音标_读音_用法_例句_爱词 …

    爱词霸权威在线词典,为您提供recursive的中文意思,recursive的用法讲解,recursive的读音,recursive的同义词,recursive的反义词,recursive的例句等英语服务。

  4. 递归 - 维基百科,自由的百科全书

    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 …

  5. recursive(英语单词)_百度百科

    recursive是英语形容词,译为“递归的”或“循环的”,属托福、雅思常考词汇,主要应用于数学与计算机科学领域。 该术语的核心特征在于通过自我调用实现分治逻辑:数学中通过递推公式定义 …

  6. RECURSIVE 释义 | 柯林斯英语词典 - Collins Online Dictionary

    RECURSIVE 释义: reapplying the same formula or algorithm to a number or result in order to generate the... | 意思、发音、翻译及示例

  7. RECURSIVE在剑桥英语词典中的解释及翻译 - Cambridge Dictionary

    RECURSIVE的意思、解释及翻译:1. involving doing or saying the same thing several times in order to produce a particular result…。 了解更多。

  8. RECURSIVE Definition & Meaning - Merriam-Webster

    The meaning of RECURSIVE is of, relating to, or involving recursion. How to use recursive in a sentence.

  9. 递归算法_百度百科

    递归算法(recursive algorithm、recursion algorithm)在计算机科学中是指一种通过重复将问题分解为同类的子问题而解决问题的方法。 递归式方法可以被用于解决很多的计算机科学问题, …

  10. Recursion - Wikipedia

    A recursive step — a set of rules that reduces all successive cases toward the base case. For example, the following is a recursive definition of a person's ancestor.