您要查找的是不是:
- indirect recursive procedure 间接递归过程
- The syntax analyzer has one recursive procedure for each nonterminal U. 对于每个非终结符号U,语法分析程序都有一个递归过程。
- The syntax analyzer has one recursive procedure for each nonterminal U . 对于每个非终结符号u,语法分析程序都有一个递归过程。
- Make sure recursive procedures terminate properly. 确保递归过程可正确终止。
- Such a design presents the same problems as a single recursive procedure, but can be harder to detect and debug. 此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。
- If you write a recursive procedure, you should test it very carefully to make sure it always meets some limiting condition. 在编写递归过程时,应非常细心地进行测试,以确保它总是能满足某些限制条件。
- In this paper,An improved Euclidean algorithm for computing the greatest common divisor of two polynomials is presented. We improve the recursive procedure EMGCD to determine the computational complexity of Euclidean algorithm. 本文对用于求两个多项式的最大公约多项式的欧几里德算法作了改进,主要改进了决定该算法计算复杂性的EMGCD的递归过程。
- Indirect recursion occurs when a trigger fires and performs an action that causes another trigger of the same type (AFTER or INSTEAD OF) to fire. 当触发器触发并执行可以触发相同类型的另一触发器(AFTER或INSTEAD OF)的操作时,会发生间接递归。
- Likewise, indirect recursion can occur when an AFTER trigger is called for a second time, but not until another AFTER trigger is called in between. 同样,当在这两次调用之间调用其他AFTER触发器之前第二次调用AFTER触发器,也会发生间接递归。
- In other words, indirect recursion can occur when an INSTEAD OF trigger is called for a second time, but not until another INSTEAD OF trigger is called in between. 换言之,当在这两次调用之间调用其他INSTEAD OF触发器之前第二次调用INSTEAD OF触发器,便会发生间接递归。
- recursive procedure for traversing binary tree 遍历二叉树的递归过程
- temporary block in a recursive procedure 递归过程的工作单元块
- recursive procedure for generation binary tree 生成二叉树的递归过程
- Our first meeting often recurs to me/my mind. 我们初次见面的情形时常浮现於我的脑海。
- His indirect way of telling me to leave annoyed me. 他那种不直截了当地让我离开的方式激怒了我。
- The memory of the days we spent together often recurs to me. 我们当时在一起的情景现在还时常浮上我的心头。
- We took an indirect route to the town. 我们循一条迂回曲折的通路去镇上。
- A recursive call is when a procedure calls itself. 当过程调用自身时,将发生递归调用。
- Disease transmission by direct or indirect contact. 接触传染通过直接或间接接触来传播的疾病
- The syntax analyzer has one recursive procedure for each nonterminal U 对于每个非终结符号U,语法分析程序都有一个递归过程。
