说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 递归序列
1.
Linear Recurring Sequence over the Matrix and Its Cryptography Properties;
矩阵上的线性递归序列及密码学特性
2.
Trace Representation and Period of Linear Recurring Sequences over Finite Fields
有限域上线性递归序列的迹表示与周期
3.
The Resolution of Magic Square by Means of Full Permutation and Recursion--C++ Programe Design;
用全排列和递归求解“魔方”——C++程序设计
4.
Integration Sequences of General Second-Order Linear Recursive Polynomials;
一般二阶线性递归多项式的积分序列(英文)
5.
Non-recursive Algorithm Which Constructs The Binary Tree With Traversal Sequence
由遍历序列构造二叉树的非递归算法实现
6.
Assignment of an object to a target list is recursively defined as follows.
一个对象向一个目的序列的赋值递归地定义如下.
7.
Further Research on the Predictability of Time Series Based on Recurrence Plot;
对基于递归图的时间序列可预测性的进一步研究
8.
The Recursive Equation of Homogeneous Linear Recurrent Sequence of Number Formed by General Term Formula;
由通项公式构造齐次线性递归数列的递归方程
9.
The paper introduces the general form of recursive model, the process of recursive program running and the recu-rsive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
10.
Application of Fourier, Wavelet and Recurrence Quantification Analyses to Classification Coding and Non-coding Sequences and Protein Structure Classes;
傅立叶、小波、递归定量分析在区分编码和非编码序列以及蛋白质结构类中的应用
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.
Method for matrix solution of constant coefficient recursive sequences general term equation;
常系数递归数列通项公式的矩阵求法
14.
A Tentative Study of Constant Coefficients Homogeneous Linear Recurrent Number Sequence;
常系数齐次线性递归数列的初步探讨
15.
The General Formula of A Usual Type of Linear Recursive Sequence;
一般形式的线性递归数列的通项公式
16.
On the Algorithms of the pre-order and post-order non-oneself transferring oneself traversing;
关于二叉树前序和后序的非递归遍历算法
17.
Hanoi Tower is more classical recursion problem while designing program.
Hanoi塔是程序设计中比较经典的递归问题.
18.
Note the pattern of recursion is the same in both cases. This pattern is very common.
注意递归的写法,这是程序设计中很常见的。