recursive call

  1. 递归调入;递归调用;循环呼叫

网络词典

recursive call

英 rɪˈkɜːsɪv 美 rɪˈkɜːrsɪv
形容词 中文翻译:递归的
同义词: ['iterative', 'recurrent']

例句:

  1. 1. The algorithm is designed to be recursive, allowing for easy modification.
    这个算法被设计成递归的,便于修改。
  2. 2. The process of learning a newlanguage is often recursive,requiring repeated practice.
    学习一门新语言的过程往往是递归的,需要反复练习。
  3. 3. Theproblem was solved by breaking it down intosmaller, more manageable subproblems, which are then recursivelysolved.
    这个问题是通过将问题分解成更小、更容易管理的子问题来解决的,这些子问题随后被递归地解决。