recursive

英[rɪ'kɜːsɪv] 美[rɪ'kɜːrsɪv]
  • adj. 递归的;循环的
  • recalculate vt.再计算;再核算;再估计;换算
  • recalesce vt.再辉(再炽热)
  • recalescence n.再辉(复辉;再炽热)
  • recall n.回忆;取消;召回vt.召回;恢复;回想起;唤起;与...相似
  • recallable adj.记得起来的(可撤销的)
    adj. (形容词)
    1. 【计】递归的
    2. 循环的
    3. 回归的
    4. 递推的
    5. 有重复能力的
    6. 可重复使用的

英英释义

Adjective:
  1. of or relating to a recursion

1. The syntax analyzer has one recursive procedure for each nonterminal U.
对于每个非终结符号U,语法分析程序都有一个递归过程.

来自辞典例句

2. There is a recursive formula for the number of spanning trees in a graph.
对于一个图的生成树的棵数,存在一个递推公式.

来自辞典例句

3. Recursive TimeOuts is the total number of recursive query sending timeouts.
递归超时是指递归查询发送超时总数.

来自互联网

4. The final parser composite is a non - deterministic recursive - descent parser with infinite look - ahead.
最终分析器的合成物是一个 非 确定性的无限递推分析器.

来自互联网

5. So recursive function will not get the right results.
使递归函数不能得到正确的结果.

来自互联网

    用作形容词 (adj.)
    1. Because it's a recursive acronym.
      因为他是首字递归的。
    2. This process is recursive, since the search from any node uses a search from one of its children.
      因为从任意节点出发的查找都要按照同样的方式查找它的一个子树,所以该过程是递归的。