recursive definition of function

  1. 函数的递归定义

网络词典

recursive definition of function

英 Unknown 美 Unknown
形容词 中文翻译:递归的
同义词: ['iterative', 'repetitive']

例句:

  1. 1. The algorithm is recursivein nature and can be easily implemented.
    这个算法是递归性质的,很容易实现。
  2. 2. Theprocess of recursion is akinto the way we think about problems.
    递归的过程类似于我们思考问题的方式。
  3. 3. The functioncalls itself repeatedly until it reaches a basecase.
    函数反复调用自身,直到达到一个基本情形。