recursion是什么意思
2024-02-04 14:19:17
recursion
n. 循环;[数]递归
形容词:recursive
详细释义
n.(名词)
- 【数】循环,递回,递归,递推
- 【数】递回式,递归式
- 重复,返回,回归,回复
英英释义
Noun
- (mathematics) an expression such that each term is generated by repeating a particular mathematical operation
例句
用作名词(n.)
- This is the reason why we use recursion.但递归方法更优雅,能更好地反映问题的本质。
- In order to construct a tree, the first thing you should think of is recursion.为了构造一个树,第一件你该想的事情就是递归。