recursion
英[rɪ'kɜːʃn]
美[rɪ'kɜːrʃn]
n. (名词)
- 【数】循环,递回,递归,递推
- 【数】递回式,递归式
- 重复,返回,回归,回复
Noun:
-
(mathematics) an expression such that each term is generated by repeating a particular mathematical operation
- 1. A simple recursion formula can then be used to solve such a system.
- 一个简单而又重复的公式能用来解这样的方程组.
来自辞典例句
- 2. See the FAQ for details on how to eliminate left recursion.
- FAQ中有如何消除左递归的细节.
来自互联网
- 3. You can almost always substitute a loop for recursion.
- 几乎在任何情况下都可以用循环替代递归.
来自互联网
- 4. In order to understand recursion, one must first understand recursion.
- “要知道什么是‘递归’, 你首先需要知道‘递归’”——无名氏.
来自互联网
- 5. Technology of product configuration design was studied by applying the recursion thoughts.
- 运用递归思想,研究了产品配置设计技术.
来自互联网
用作名词 (n.)
- This is the reason why we use recursion.
但递归方法更优雅,能更好地反映问题的本质。
- In order to construct a tree, the first thing you should think of is recursion.
为了构造一个树,第一件你该想的事情就是递归。