说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 递归调用
1.
The Application of Recursion and the Design of the Gray Code Generation;
递归调用和Gray码生成的双递归设计
2.
Cannot call constructor recursively (directly or indirectly)
无法以直接或间接方式递归调用构造函数
3.
A reentrant function can be safely called recursively or from multiple tasks.
可再入的函数可以被安全地递归调用或由多任务多次调用。
4.
This can be used to allow a quick exit to deeply nested, recursively called functions
这可以使一个嵌套很深,被递归调用的函数很快退出。
5.
Some Discussions about Synchronous Changing Relationships between Recursion Invoke Execute Process and the Contentof Stack
浅论递归调用执行过程与堆栈内容的同步变化关系
6.
Thus, the file system must not generate additional page faults because this may lead to an "infinite" recursion.
因此,文件系统一定必要产生附加的页面错误,因为这将导致无限递归调用
7.
Application of Classification Tree in Credit Risk Analysis;
递归分类树在信用风险分析中的应用
8.
Study on Stability of Recurrent Neural Networks with Perturbation;
扰动作用下递归神经网络稳定性研究
9.
The Resolution of Magic Square by Means of Full Permutation and Recursion--C++ Programe Design;
用全排列和递归求解“魔方”——C++程序设计
10.
Research on Using C Language to Create a Sorted Bi-tree with Recursive Function;
用C语言递归建立二叉排序树的研究
11.
Dynamic T-S Recurrent Fuzzy Neural Networks and Its Application
动态T-S递归模糊神经网络及其应用
12.
Optimization and Realization of Recursive Algorithm for MDCT/IMDCT
MDCT共用递归结构的并行改进与实现
13.
It should not be self-loading; that would cause recursion. As such, we need to mark test cases as not loadable.
不应该自我调用;那会引起递归。同样的,我们需要标注测试环境不可载入。
14.
"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. "
经过多次修改,目前也有管理结构化数据、动态数据配置、递归(过程调用自身)等等功能。
15.
Forwarders are not available because this server does not use recursion.
转发器不可用,因为此服务器没有使用递归。
16.
Solving a tracing problem by recursion program;
用递归技术解决采用回溯法求解的问题
17.
Implementation of Denotation and Reasoning of Non-recursion Rule with View
利用视图技术实现非递归规则的表示与推理
18.
Bottom-up parsing implementation with recursive descendent method
用递归下降方法实现自底向上的语法分析