hzabj-comic03.server.163.org 3.135.215.53

recursive

英 [rɪˈkɜːsɪv] 美 [rɪˈkɜːrsɪv]

adj. [数] 递归的;循环的

英英释义

recursive[ri'kə:siv]

  • adj.
    • 1

专业释义

  • 计算机科学技术
  • 经济学
  • 数学

网络释义

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

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

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

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

    短语
  • recursive acronym
    有趣的递归缩写
  • recursive set
    递归集合 | 递归集
  • recursive language
    递归语言 | 循环语言 | 图灵可判定语言
  • recursive definition
    递归定义
  • recursive descent parser
    递归下降解析器 | 递归下降分析程序
  • recursive function
    递归函数 | 递回函数 | 递回函式 | 循环函数
  • primitive recursive function
    原始递归函数
  • recursive estimation
    递推估计 | 递归估计
  • infinite recursive
    无限递归 | 无穷递回 | 无限递回 | 无穷递归

同根词

词根:recur

  • adj.
  • adv.
  • n.
  • v.
  • vi.

同近义词

双语例句

  • I just used a recursive definition.

    我需要进行递归定义。

  • Lifting is recursive.

    提升是递归的。

  • Yes, the acronym is essentially recursive.

    没错,这个缩写实际上是循环的。

原声例句

  • But that's also nice, it lets you see how the recursive thing is simply unwrapping but the complexity in terms of the amount of time it takes is going to be the same.

    它让我们看到了,在复杂度依照时间总数来看,没有变化的情况下,递归是怎么一步步的展开的,我欠你一个糖,谢谢。

    计算机科学及编程导论课程节选 : 麻省理工公开课

  • So this is very similar, this is a kind of recursive thinking we talked about earlier, where we take our problem and we make it smaller we solve a smaller problem, et cetera.

    我们则跳过比猜想数小的那个区间,然后我们重复这一过程,跟之前我们讲过的,递归思想非常类似,我们解决问题的时候,先把问题一步步变小,然后解决小问题。

    计算机科学及编程导论课程节选 : 麻省理工公开课

  • But I want to stress again, as long as I do the base case right and my inductive or recursive step reduces it to a smaller version of the same problem, the code will in fact converge and give me out an answer.

    就开心的去做吧,但是我想再次强调,只要基础事件处理正确而我的递归,或递推步骤能把它简化为更简单的同类问题,那么这段代码就可以收敛。

    计算机科学及编程导论课程节选 : 麻省理工公开课

权威例句