名词中文翻译
中文翻译:递归
同义词:
['iteration', 'repetition']
例句:
-
1.The function calls itself in a loop until it reaches a base case.
函数在循环中调用自身,直到达到基线条件。
-
2.The algorithm has to be designed carefully to avoid unnecessary recursions.
算法必须仔细设计以避免不必要的递归。
-
3. The teacher demonstrated how to use the software by performing a simple recursion exercise.
老师通过执行一个简单的递归练习来演示如何使用该软件。