遞歸英文: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.