non-recursive
美
英 
例句
Non-recursive queries resolve persons, members of a group, but no members of subgroups.
非递归查询解析人员、组的成员,但是不解析子组的成员。
Objects of class "groupOfNames" (subgroups) are ignored, since the query is non-recursive.
忽略类“groupOfNames”(子组)的对象,因为该查询是非递归的。
Non-recursive queries are generally used by servers when talking to each other to resolve a query on behalf of a client.
非递归查询一般由服务器在彼此通信以代表客户端解析某个查询时使用。
This paper described an easy, unified formal method for developing non-recursive algorithms.
提出了一种简单、统一的形式化开发非递归算法的方法。
giving the recursive and non-recursive algorithms of inorder-traversing binary tree.
并给出了中序遍历二叉树的递归算法和非递归算法。
Objects of class "inetOrgPerson" are resolved and the contents of their non-recursive attribute "uid" are added to the result set.
解析类“inetOrgPerson”的对象,并将其非递归属性“uid”的内容添加到结果集。
Recursive and non recursive implementation of binary tree traversal, the use of queues to achieve the level of binary tree traversal.
利用递归和非递归实现二叉树的中序遍历,利用队列实现二叉树的层次遍历。
If the query is non-recursive, only one level of indirection will be processed.
如果查询是非递归的,则仅处理一个间接层次。
Recursive Algorithm Transform into Non-recursive Algorithm
递归算法的非递归化研究
Non-recursive programming algorithm for recursive problem
递归问题的非递归算法及效率分析
The Recursive And Non-recursive Algorithm of Post-traversing Binary Tree
后序遍历二叉树的递归和非递归算法
Non-recursive Simulation on Recursive Function
递归函数的非递归模拟
A non-recursive arithmetic of recursive program
递归程序的非递归化算法
Chinese Non-recursive Noun Phrase Identification Based on Hidden Markov Model
基于隐马尔可夫模型的汉语非嵌套名词短语识别
A New Non-Recursive Algorithm of Hanoi Tower Problem
汉诺塔问题的非递归新解法
A Non-recursive Algorithm of Hanoi Tower
汉诺塔问题的非递归算法分析