left recursive definition

  1. 左递归定义

网络词典

left recursive definition

英 left riˈkjuəsɪv 美 left riˈkjuəsɪv
名词 中文翻译:左递归定义
同义词: ['left-handed definition', 'left-handed interpretation']

例句:

  1. 1. The left recursive definition of the function f(x) = x^2 - 4 is f(x) = (x-2)(x+2).
    函数f(x) = x^2 - 4的左递归定义是f(x) = (x-2)(x+2).
  2. 2. In mathematics, left recursive functions are those that can be defined using a single formula involving only the function itself and its arguments.
    在数学中,左递归函数是指那些仅用一个公式就能定义的函数,该公式只涉及函数本身和其参数。
  3. 3. The left recursive definition of the Fibonacci sequence is an infinite series of numbers where each numberis the sum of the two preceding ones.
    斐波那契序列的左递归定义是一个无限数列,其中每个数字都是前两个数字之和。