处理器实现了一种递归算法。
在read()方法中可以找到递归算法。
这种新算法称为块自适应递归算法。
This type of algorithm is called block adaptive recursive algorithm (BARA).
提出了改进的微分等价递归算法。
An improved differential equivalent recursion algorithm is given in this article.
前序遍历的递归算法如何回到父母吗?
How does the recursion preorder traversal algorithm go back to parent?
在求得滤波器表达式之后,给出了滤波递归算法。
提出一种递归算法生成矩形毛坯两维两段排样方式。
A recursive algorithm is proposed for generating optimally unconstrained two-dimensional two-segment cutting patterns of rectangular blanks.
递归算法是计算稠密线性代数的一种新的有效方法。
Recursion is a new effective method for computing dense linear algebra.
研究了知识管理子系统的信息模型和树型结构的递归算法。
The recursive algorithmfor the information model and tree typed structure in the knowledge management subsystem has been studied.
提出一个新颖的递归算法,用于实现动态的网格负载平衡。
A novel recursion algorithm is proposed to implement the dynamic grid load balancing.
通常,非递归算法要保存返回地址,使程序能继续正确执行。
Usually, return address must be saved for continuing a right execution of the program in no recursion version.
通过递归实例,介绍了递归算法时间复杂度的一类分析方法。
Using real example of recursion, we introduce a type of analysis method of recursion algorism's time complexity.
一个分形几何中最常用的递归算法所画的鸡冠花,仅几行代码。
A fractal geometry of the most commonly used recursive algorithm painting cockscomb, just a few lines of code.
一个分形几何中最常用的递归算法所画的鸡冠花,仅几行代码。
A fractal geometry of the most commonly used recursive algorithm painting cockscomb, just a few lines of...
当编写xslt样式表时,记住XSLT处理器遵循递归算法是很有帮助的。
When writing XSLT style sheets, it helps to remember that the XSLT processor follows a recursive algorithm.
设计和实现了一种得到分布式程序的所有文件生成树的递归算法。
A realizable recursive algorism is proposed to search all the File Spanning Trees for a given program in the distributed system.
汉诺塔问题古老而有趣,是经常用作程序设计递归算法的典型例题。
Hnaoi Problem is an old-aged yet interesting one, which is often used as an typical example for recursive algorithm in program design.
微分等价递归算法计算简单,在体系可靠度计算中有着广泛的应用。
Differential equivalent recursion algorithm is widely used in the reliability calculation of structural system because of its simplicity.
XML文档非常适合使用递归算法,因为它们的层次结构在本质上是可递归的。
A recursive algorithm works well with XML documents because their hierarchical structure is inherently recursive. The algorithm is as follows.
之后,作者考虑时间复杂度和报文复杂度,得出递归算法的两点改进。
Then, it considers the time complexity and the message complexity, and makes some improvement on the broadcasting algorithm.
本文提出图表示下的知识约简,给出图表示下求最小约简的完备递归算法。
A complete recursive algorithm for minimal reduction under graph view is designed.
最后,在平面区域内采用递归算法收集聚类结果,获得不同消费特征的客户群体。
Finally, the clustering customer groups with various consume characteristics are collected from the plane by a recursive algorithm.
第二部分,基于递归算法,使用一种“下落”(DROP)方法来分配堆场空间。
Secondly, based on recursive algorithm, a yard approach to the yard space allocation, named DROP.
接下来,要实现与递归算法中递归子问题对应的情景,但这时使用的是表格中已经填充的值。
Next, you implement what corresponds to the recursive subcases in the recursive algorithm, but you use values that you've already filled in. In Figure 4, I've filled in about half of the cells.
二叉树遍历的非递归算法相对于递归算法,减少了函数调用等开销,具有性能优势。
Compared with recursive algorithm for binary tree traversing, non-recursive algorithm reduces expenses of function calls, gains performance advantage.
基于线性代数与矩阵理论,给出利用LDLT分解计算实对称矩阵特征值的递归算法。
A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given.
对使用形式化方法及循环不变式开发新策略开发非递归算法作了较深入的实践和探讨。
The paper contributes to developing non-recursive algorithm using formal method and new strategy of developing loop invariant.
以数据库技术为基础,本文提出了一种自动生成BOM表的产品装配层次的递归算法。
This paper presents an automatic generation algorithm on product hierarchy structure in BOM, which is based on database technique.
在开始介绍SPU汇编语言之前,先来看一个通过递归算法计算32 位数的阶乘的简单程序。
To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a 32-bit number using a recursive algorithm.
在开始介绍SPU汇编语言之前,先来看一个通过递归算法计算32 位数的阶乘的简单程序。
To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a 32-bit number using a recursive algorithm.
应用推荐