递归过程 meaning in Chinese
recursive procedure
Examples
- The syntax analyzer has one recursive procedure for each nonterminal u .
对于每个非终结符号U,语法分析程序都有一个递归过程。 - The syntax analyzer has one recursive procedure for each nonterminal u
对于每个非终结符号u ,语法分析程序都有一个递归过程。 - 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
在编写递归过程时,应非常细心地进行测试,以确保它总是能满足某些限制条件。 - Attribute by recursively applying this procedure to the parent control . if the recursion reaches the top of the control hierarchy without finding an explicit value for the
如果递归过程到达了控件层次结构的顶部,仍没有找到显式设置的