名词
中文翻译:递归序列
同义词:
['iterative sequence', 'recursive process例句:1. In computer science', 'a recursive sequence is a series of operations that can be broken down into smaller tasks.(在计算机科学中,递归序列是指一系列可以分解成更小任务的操作。)']
例句:
-
1. In computer science, a recursive sequence is a series of operations that can be broken down into smaller tasks.
在计算机科学中,递归序列是指一系列可以分解成更小任务的操作。
-
2. The algorithm for sorting an array uses a recursive sequence to traverse the elements.
用于排序数组的算法使用递归序列遍历元素。
-
3. The function calculates the sum of all numbers in a recursive sequence.
该函数计算递归序列中所有数字的总和。