recursive function
基本解釋
- [數(shù)] 遞歸函數(shù)
英漢例句
- Our next example of a recursive function on lists will be a little more complicated.
我們的下一個基于列表的遞歸函數(shù)示例要稍微復雜一些。 - The program then seeds the recursive function with the first item on the list and the remaining list.
然后程序以列表中的第一項及其余部分列表為種子開始遞歸函數(shù)。 - You need to do this because your parameter will get clobbered on the recursive function call, and you will need access to it afterwards.
之所以需要這么做是因為參數(shù)會在遞歸函數(shù)調(diào)用上被截斷,而以后卻還需要訪問它。 - This is another way of doing exponentiation, but this one's a recursive function. All right?
但這是一種遞歸的方法對不對?,好,讓我們看看這種方法?
麻省理工公開課 - 計算機科學及編程導論課程節(jié)選
雙語例句
原聲例句
詞組短語
- Recursive Utility Function 遞歸效用函數(shù)
- recursive correlation function 遞歸式相關函數(shù)
- Recursive sliding function 回歸式滑模函數(shù)
- Recursive middling function 中值迭代函數(shù)
- Recursive Factorial Function 遞歸階乘函數(shù)
短語
英英字典
- a function defined in terms of the repeated application of a number of simpler functions to their own values, by specifying a base clause and a recursion formula
柯林斯英英字典
專業(yè)釋義
- 遞歸函數(shù)
- 遞迴函數(shù)
- 遞歸函數(shù)
- 遞回函數(shù)
- 遞迴函數(shù)
- 遞歸函數(shù)