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

    We propose a graphical implementation for (possibly recursive) processes of the -calculus, encoding each process into a graph.

  2. recursive - 搜索 词典

    7. The recursive nature of the approach allows decomposition to occur as many times as needed to identify atomic system elements. 在 需要 分解 以 确定 原子 级 系统 元素 时, 此 方法 的 递 …

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

    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 …

  4. Git Clone –recursive 的详解 - 极客教程

    在本文中,我们详细介绍了 Git Clone –recursive 的含义和使用方法。 通过使用 Git Clone –recursive,我们可以方便地一次性地克隆主项目和其包含的子模块。

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

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

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

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

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

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

  8. 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.

  9. RECURSIVE Definition & Meaning - Merriam-Webster

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

  10. 递归算法_百度百科

    递归算法(recursive algorithm、recursion algorithm)在计算机科学中是指一种通过重复将问题分解为同类的子问题而解决问题的方法。