说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 递归过程
1.
recursive procedure for traversing binary tree
遍历二叉树的递归过程
2.
recursive procedure for generation binary tree
生成二叉树的递归过程
3.
The syntax analyzer has one recursive procedure for each nonterminal U.
对于每个非终结符号U,语法分析程序都有一个递归过程
4.
The paper introduces the general form of recursive model, the process of recursive program running and the recu-rsive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
5.
Infinite recursion detected during execution of calculated cell formula %1 at pass %2.
在传递 %2 上计算单元公式 %1 的执行过程中检测到无限递归。
6.
Infinite recursion detected during execution of calculated member %1.
在执行计算成员 %1 的过程中检测到无限递归。
7.
Internal Model Control Based on Recurrent Networks and Its Application in Thermal Plant;
基于递归网络的内模控制在热工过程中的应用
8.
The Recursive Equation of Homogeneous Linear Recurrent Sequence of Number Formed by General Term Formula;
由通项公式构造齐次线性递归数列的递归方程
9.
Some Discussions about Synchronous Changing Relationships between Recursion Invoke Execute Process and the Contentof Stack
浅论递归调用执行过程与堆栈内容的同步变化关系
10.
The Study of Level Sets of Stable Processes and Multifractals of Graph Directed Iterated Function System;
稳定过程的水平集问题和图有向递归集的重分形分析
11.
pH Modeling of Fermentation Process Based on Improved Dynamic Recurrent Neural Networks
基于改进动态递归神经网络的发酵过程pH值辩识
12.
"It has been revised several times and now includes capabilities for handling structured data, dynamic data allocation, recursions (procedures that call themselves), and other features. "
经过多次修改,目前也有管理结构化数据、动态数据配置、递归(过程调用自身)等等功能。
13.
The Resolution of Magic Square by Means of Full Permutation and Recursion--C++ Programe Design;
用全排列和递归求解“魔方”——C++程序设计
14.
The act or process of transmitting; a transmission.
传送传递的行为或过程
15.
Research Areas: robotics, neural net, Gaussian process, scientific computing, and software/ hardware development.
主要研究领域为冗余机器人,递归神经网络,高斯过程,科学计算和软硬件开发。
16.
Comparing with other similar algorithm, the algorithm implements the new semantic. The using of recursive technique makes the algorithm coincide with the rule processing.
与其他规则处理算法相比,该算法实现了新语义,并利用了递归技术,能更好地吻合规则处理过程.
17.
The Application of Fuzzy Control Model and Recurrent Neural Network Model in Neutralization Process Control;
基于模糊算法的前馈控制和递归神经网络的反馈控制在中和过程控制中的应用
18.
Hanoi Tower is more classical recursion problem while designing program.
Hanoi塔是程序设计中比较经典的递归问题.