中英
recursive
/ rɪˈkɜːsɪv /
/ rɪˈkɜːrsɪv /
  • 简明
  • adj.[数] 递归的;循环的
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     递归

    ...列的定义如下: 预备知识: 在需要重复地多次计算相同的问题,通常可以选择递归或循环(迭代)两种不同方法。 递归recursive):在一个函数内部调用这个函数自身。可以通过栈实现的,本质是把一个问题分解成两个或多个小问题。

  • 2

     递归查询

     DNS服务器通过查询其他服务器获得查询信息并将它发送给客户机 • 递归查询(Recursive Query):客户机只需接触一次DNS服务器系统,就 可得到所需的节点地址的查询方式。

  • 3

     递回

    1-5 递回 函数 「 递回 (Recursive)是 ..

  • 4

     回归的

    recursive 递归的; 递回递归; 回归的; 循环的..

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    I just used a recursive definition.
    我需要进行递归定义。
  • 2
    Lifting is recursive.
    提升是递归的。
  • 3
    Yes, the acronym is essentially recursive.
    没错,这个缩写实际上是循环的。
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 词源
  • 百科
  • Recursive

    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.

查看更多