李老根记
递归英文:recursion。
recurrence(n.)重现;重新提起;再发生;反复。
recursion(n.)递归;递推;循环;递归定义;递推定义。
例句:
1、递归方法也需要显式的返回类型。
Recursive methods also require an explicit return type.
2、使递归函数不能得到正确的结果。
So recursive function will not get the right results.
3、否则, 使用递归函数计算阶乘。
Otherwise, a recursive function is used to calculate the factorial.
4、绪论:递归神经网络的基本概念。
Introduction: the basic concept of RNN.
5、提出采用递归子程序实现数值计算。
And a recursive subroutine is presented to realize recursive algorithms.
京荣盛门业
递推=iterative;递归=recursive递归指自我调用的函数;递推指重复进行的过程,这个重复的过程可以是,有自我调用的函数的重复的自我调用,也可以是其它过程。
优质英语培训问答知识库