non-recursive

  1. 非递归的

网络词典

non-recursive

英 ˌnɒnrɪˈkɜːsɪv 美 ˌnɑːrˈkɜːsɪv
形容词 中文翻译:非递归的
同义词: ['non-iterative', 'non-repeating例句:1. The algorithm is non-recursive', 'which makes it more efficient.(这个算法是非递归的,因此更高效。)']

例句:

  1. 1. The algorithm is non-recursive, which makes it more efficient.
    这个算法是非递归的,因此更高效。
  2. 2.The data structure used in this program is non-recursive, which reduces memory usage.
    这个程序中使用的数据结构是非递归的,这减少了内存使用。
  3. 3. The implementation of the function is non-recursive, which makes it easier to understand and maintain.
    函数的实现是非递归的,这使得它更容易理解和维护。