1.
The Recursive Equation of Homogeneous Linear Recurrent Sequence of Number Formed by General Term Formula;
由通项公式构造齐次线性递归数列的递归方程
2.
The Resolution of Magic Square by Means of Full Permutation and Recursion--C++ Programe Design;
用全排列和递归求解“魔方”——C++程序设计
3.
recursive procedure for traversing binary tree
遍历二叉树的递归过程
4.
recursive procedure for generation binary tree
生成二叉树的递归过程
5.
The paper introduces the general form of recursive model, the process of recursive program running and the recu-rsive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
6.
Control Volume-Time Domain Recursive Method for Solving Coupled Equations of Heat and Moisture Transfer in Fabrics
求解织物热湿耦合方程的控制体-时域递归展开算法
7.
Now, you might ask which method is better-recursion or non-recursion?
这时你会问哪种方法更好一些呢——是递归法还是非递归法?
8.
Real-time Simulation of Forest Scenery Based on Fractal Recursion Trees
分形递归树的森林景观实时模拟方法
9.
A Recursive Algorithm for Generating Optimal Guillotine Pallet Loading Patterns
生成最优二划分装盘方案的递归算法
10.
It mainly investigates a special method for recursive program design and its applications a-bout the complicated recursion from the angle of the mathematical formular.
重点从数学公式的角度探讨了复杂递归问题的一类特殊编程方法及其应用。
11.
Arps hyperbolic decline equation
阿普斯双曲线递减方程
12.
Infinite recursion detected during execution of calculated cell formula %1 at pass %2.
在传递 %2 上计算单元公式 %1 的执行过程中检测到无限递归。
13.
Hanoi Tower is more classical recursion problem while designing program.
Hanoi塔是程序设计中比较经典的递归问题.
14.
Infinite recursion detected during execution of calculated member %1.
在执行计算成员 %1 的过程中检测到无限递归。
15.
Note the pattern of recursion is the same in both cases. This pattern is very common.
注意递归的写法,这是程序设计中很常见的。
16.
Internal Model Control Based on Recurrent Networks and Its Application in Thermal Plant;
基于递归网络的内模控制在热工过程中的应用
17.
Cannot call constructor recursively (directly or indirectly)
无法以直接或间接方式递归调用构造函数
18.
Bottom-up parsing implementation with recursive descendent method
用递归下降方法实现自底向上的语法分析