中英
recursion
/ rɪˈkɜːʃn /
/ rɪˈkɜːrʒn /
  • 简明
  • 柯林斯
  • n.[数] 递归,循环;递归式
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [数] 递归

    所谓递归(Recursion),就是方法调用自身,对于递归来说,一定有一个出口,让递归结束,只有这样才能保证不出现死循环.

  • 2

     递回

    递回(Recursion)是在函式中呼叫自身同名函式,而呼叫者本身会先被置入记忆体堆垒中,等到被呼叫者执行完毕之后,再从堆垒中取出之前被置入的函 式...

  • 3

     循环

    循环 ( Recursion ), 歌词 循环 ( Recursion ), White Dimension, 歌词, Shimmer of Dawn..

  • 4

    [数] 递推

    数学专业英语翻译:用英语翻译下面话。_百度知道 关键词: 行列式; 计算方法; 公式; 递推 [gap=522]Keywords: determinant; calculation method; theorem; recursion.

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    Statically forbid polymorphic recursion.
    静态禁止多态递归。
  • 2
    That language didn't even support recursion.
    这语言甚至都不支持递归。
  • 3
    A similar problem is too much recursion.
    相似的问题还包括过多的递归。
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 词源
  • 百科
  • Recursion

    Recursion is the process of repeating items in a self-similar way. For instance, when the surfaces of two mirrors are exactly parallel with each other, the nested images that occur are a form of infinite recursion. The term has a variety of meanings specific to a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in mathematics and computer science, in which it refers to a method of defining functions in which the function being defined is applied within its own definition. Specifically, this defines an infinite number of instances (function values), using a finite expression that for some instances may refer to other instances, but in such a way that no loop or infinite chain of references can occur. The term is also used more generally to describe a process of repeating objects in a self-similar way.

查看更多