recursive grammar

  1. 递归文法

网络词典

recursive grammar

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

例句:

  1. 1. The algorithm is designed to be recursive, allowing for easy modification.
    这个算法被设计成递归的,便于修改。
  2. 2. The process of recursion is a common method used in mathematics and computer science.
    递归过程是数学和计算机科学中常用的方法。
  3. 3. The recursive function calls itself repeatedly until it reaches a base case.
    递归函数会反复调用自身,直到达到一个基本情况。