说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 递归程序
1.
The paper introduces the general form of recursive model, the process of recursive program running and the recu-rsive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
2.
The Resolution of Magic Square by Means of Full Permutation and Recursion--C++ Programe Design;
用全排列和递归求解“魔方”——C++程序设计
3.
Hanoi Tower is more classical recursion problem while designing program.
Hanoi塔是程序设计中比较经典的递归问题.
4.
Note the pattern of recursion is the same in both cases. This pattern is very common.
注意递归的写法,这是程序设计中很常见的。
5.
All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading.
所有的程序员都熟悉这些算法,包括递归、层次数据结构和多线程等。
6.
The syntax analyzer has one recursive procedure for each nonterminal U.
对于每个非终结符号U,语法分析程序都有一个递归过程。
7.
recursive procedure for traversing binary tree
遍历二叉树的递归过程
8.
recursive procedure for generation binary tree
生成二叉树的递归过程
9.
The Recursive Equation of Homogeneous Linear Recurrent Sequence of Number Formed by General Term Formula;
由通项公式构造齐次线性递归数列的递归方程
10.
Linear Recurring Sequence over the Matrix and Its Cryptography Properties;
矩阵上的线性递归序列及密码学特性
11.
Quicksort Algorithm Based on the Theory of Division-and-Conquer and Recursion;
基于分治与递归策略的快速排序算法
12.
Research on Using C Language to Create a Sorted Bi-tree with Recursive Function;
用C语言递归建立二叉排序树的研究
13.
On the Algorithms of the pre-order and post-order non-oneself transferring oneself traversing;
关于二叉树前序和后序的非递归遍历算法
14.
Trace Representation and Period of Linear Recurring Sequences over Finite Fields
有限域上线性递归序列的迹表示与周期
15.
Integration Sequences of General Second-Order Linear Recursive Polynomials;
一般二阶线性递归多项式的积分序列(英文)
16.
Non-recursive Algorithm Which Constructs The Binary Tree With Traversal Sequence
由遍历序列构造二叉树的非递归算法实现
17.
Invalid data passed to the plotter driver
传递到绘图仪驱动程序的数据无效
18.
On the Information Transmission From AutoCAD2005 to Excel2000 by VBA Program Design;
VBA程序设计实现AutoCAD2005向Excel2000传递信息