您要查找的是不是:
- general recursive function 一般逆归函数
- Many compilers will not inline a recursive function. 大多数的编译器都不支持递归函数的内联。
- Write a recursive function to output all subsets of N elements. 谁能用递归输出集合N的全部子集啊,
- However, for clarity, the example below is not created as a recursive function. 然而,为清楚起见,没有将下面的示例创建为递归函数。
- It is possible to call recursive functions in PHP. 在PHP中可以调用递归函数。
- You must iterate through the controls of each container control separately; this can be done using a recursive function. 必须分别循环访问每个容器控件的控件;可使用递归函数完成此操作。
- This paper discuss the technique in writing recursive programs based on the principle of recursive function and stack for problems such as maze, Hanoi. 文中以迷宫、汉诺塔等为例,根据计算机堆栈原理,具体讨论了用递归函数解题的方法和技巧。
- After introducing the unified model structure and applying stochastic approximation principle, the general recursive identification algorithm of several on-line identification methods is developped. 在引进统一的模型结构以后,利用随机逼近原理,提出了各种在线识别算法的一般递推形式。
- Recursive Another advantage is that a recursive function will not be suspected, a non-recursive function, some people believe that recursive function. 递归的另一个优点是,递归函数不会受到怀疑,较非递归函数而言,某些人更相信递归函数。
- But walking a tree just by using recursive functions is not all that difficult. 但是只用递归函数来遍历树并不十分困难。
- Static variables also provide one way to deal with recursive functions. 静态变数也提供一种处理递迴函数(递归函数)的方法。
- Don't use recursive functions because they could expend too much stack space. 不要使用递归功能,因为他们会消耗太多的堆空间。
- General Recursive Algebra and Differentiation 一般递归代数学和微分法
- LFC is different from otherfunctional languages in that LFC uses context free language (CFL) as its basic datatype and the theory of CFRF (Recursive Function defined on Context-Freelanguages) as its theoretical basis. 作为一种函数式语言,LFC 语言具有函数式语言共有的特点,而 LFC 语言与其它函数式语言不同的地方在于其将上下文无关语言(CFL)作为基本的数据类型,其理论基础是上下文无关语言递归函数(CFRF)理论。
- In addition, recursive functions add significant expressive power to the language. 此外,递归函数也增强了语言的表达能力。
- A tissue is a group of similar cells which have an identical general function. 组织是一组具有相同的一般机能的类似细胞。
- Traditional Gene Expression Programming(GEP) is bare of discovering recursive functions. 传统基因表达式编程(GEP)无法发现递归函数。
- General Recursive Factorization Algorithm to Compute DFT(2~m) DFT(2~m)通用递归分解算法
- Some of these models are the recursive functions of Godel, of Church, Post machines of Post and the Turing machines of Turing. 其中一些模型是哥德尔的递归函数,丘奇的演算,波斯特的波斯特机和图灵的图灵机。
- Non-recursive Simulation on Recursive Function 递归函数的非递归模拟
