网站首页  词典首页

请输入您要查询的英文单词:

 

单词 recursive
释义

recursive

美 [r??k?rs?v]
英 [r??k??(r)s?v]
  • adj.递归的;循环的
  • 网络递回;递归地;递归下载
recursive
adj.
1.
递归的;循环的involving a process that is applied repeatedly

例句

释义:
1.
Chomsky suggested that the key part of this deeper quality might be a quite simple and uniquely human power of "recursive" calculation.
乔姆斯基认为,这种更深层属性的关键,可能是十分简单且人类独有的「递归」(recursive)计算能力。
edba.ncl.edu.tw
2.
Probably the best way to understand is with a real example and to do that, we need a recursive function.
可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。
www.bing.com
3.
The recursive CTE definition must contain at least two CTE query definitions, an anchor member and a recursive member.
递归CTE定义至少必须包含两个CTE查询定义,一个定位点成员和一个递归成员。
msdn2.microsoft.com
4.
On top of that the whole thing is recursive: a set of systems is a system in his own right.
此外,所有这些都是递归的:一个系统集合完全也可以是一个系统。
www.infoq.com
5.
A base case is the bottom point of a recursive program where the operation is so trivial as to be able to return an answer directly.
基线条件是递归程序的最底层位置,在此位置时没有必要再进行操作,可以直接返回一个结果。
www.ibm.com
6.
During the modeling, the recursive relation among the matrices is analyzed, so that the matrices can be calculated in an efficient way.
在建模过程分析了矩阵间的递推关系,利用这些关系进行矩阵计算,提高计算效率。
www.fabiao.net
7.
The recursive nature of the approach allows decomposition to occur as many times as needed to identify atomic system elements.
在需要分解以确定原子级系统元素时,此方法的递归性质让分解尽可能多次的发生。
www.ibm.com
8.
It is possible to call recursive functions in PHP.
在PHP中可以调用递归函数。
in.php.net
9.
The displayed files can be also be recursive, where files in sub-folders are also shown in the list.
所显示的文件也可以被递归,如果子目录中的文件的文件夹也有在清单中显示。
xtdownload.com
10.
Such a design presents the same problems as a single recursive procedure, but can be harder to detect and debug.
此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。
www.kuenglish.info
1.
Furthermore, the mutual translation of cultures by means of a recursive looping brings about comprehension.
而且,文化的相互翻译通过一递归的形成环引起理解。
dzh.mop.com
2.
Since the combination of processor, connection and memory is a machine, the model can be used to describe recursive processes.
鉴于处理器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。
www.infoq.com
3.
A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.
像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
www.ibm.com
4.
If you evaluate print_report_i, you will see that there is nothing further that happens in the function after the recursive call.
如果仔细观察print_report_i,您会发现在函数中递归调用之后没有再进一步发生任何事情。
www.ibm.com
5.
The paper introduces the general form of recursive model, the process of recursive program running and the recursive program design.
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
www.dictall.com
6.
The only way to go about exploring the template is to define a recursive version of the same along with a base case.
探索模板的惟一方法是定义同样的递归版本以及基本案例。
www.ibm.com
7.
Kalman filter(KF), based on the least square(LS), is a recursive algorithm used for the estimation of linear parameters.
卡尔曼滤波(KF)是一种基于最小二乘法原理的线性估计递归(推)算法。
www.chemyq.com
8.
A common table expression (CTE) provides the significant advantage of being able to reference itself, thereby creating a recursive CTE.
公用表表达式(CTE)具有一个重要的优点,那就是能够引用其自身,从而创建递归CTE。
msdn2.microsoft.com
9.
The recursive flow repeats again and again, until the last question is processed, where at this point a result is displayed.
递归不断重复直到最后一个问题回答完毕,页面显示出答题结果的时候。
www.cnblogs.com
10.
The calculations both by hand and by FORTRAN Program show that this method is simple in computation, rapidly recursive and more intuitive.
用列表手算和用FORTRAN语言进行程序设计以及所得到的计算结果表明:此法具有计算简便、递推快速和更为直观的特点。
epub.cnki.net
1.
This service is optional in a name server, and the name server may also choose to restrict the clients which can use recursive mode.
这种递归查询的模式对于名称服务器而言是可选的,并且名称服务器可以设置禁止客户端使用递归查询模式。
blog.chinaunix.net
2.
Compilation Principle course this is one of a small experiment, is to use recursive subroutine method of computing expressions.
这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。
www.showxiu.com
3.
To support this, I created a little recursive traversal function that walks all the nodes of a gnosis. xml. objectify object.
为此我创建了一个小型的递归便利函数来遍历gnosis.xml.objectify对象中的所有节点。
www.ibm.com
4.
A recursive table is a common table expression constructed as a result of a WITH clause in a query .
递归表是作为查询中的WITH子句的结果构建的公用表表达式。
www.bing.com
5.
One of the more interesting ideas I gleaned from Kelty's talk was the phrase "recursive publics" .
我收集到的Kelty’s的讲话中有一个非常有趣的词语就是“递归公众”。
www.bing.com
6.
From the special complexity, this algorithm is not the best, but compared with the recursive algorithm, it reduces a mass of space.
从空间复杂度看,该算法不是最优,但相对于递归算法节省了大量的空间。
www.ceps.com.tw
7.
But walking a tree just by using recursive functions is not all that difficult .
但是只用递归函数来遍历树并不十分困难。
www.bing.com
8.
Not applying this function attribute to the profiling functions results in an infinite recursive profiling loop and a lot of useless data .
不要将这个函数属性应用到分析函数上,这样会导致无限递归分析循环和大量的无用数据。
www.bing.com
9.
In short, the container-component pattern is meant to capture the recursive concept of containers that contain containers.
简而言之,容器组件模式可以描述容器包含容器的递归概念。
net.sxtcm.com
10.
recursive states that this attribute contains the dn values of objects that can be evaluated.
recursive规定该属性包含可计算的对象的dn值。
www.ibm.com
1.
This recursive packaging allows you to build complex analysis engines out of simpler ones.
这种递归式打包允许您通过简单的分析引擎构建复杂的分析引擎。
www.ibm.com
2.
The recursive nature of the algorithm will help to illustrate the standard ABI.
该算法的递归特性将十分有助于展示标准ABI。
www.ibm.com
3.
Recursion is a fundamental concept in mathematics and computer science and many complex problems can be fitted to a recursive framework.
递归是数学和计算机科学中的一个基本概念,许多复杂问题的求解都可以用递归算法去解决。
www.ceps.com.tw
4.
By the recursive property, the new algorithm can reduce the size of problem which derives the paths with a small space required.
算法充分利用路径的递归特性,降低问题的规模,实现了较小空间花费下的海量路径随机查询。
www.tseit.org.cn
5.
Casts may be required if the columns of the initial subquery do not have the same domains as those of the recursive subquery.
如果初始子查询的列与递归子查询的列具有不同的域,则可能需要进行转换。
www.ianywhere.com
6.
When we converted our loop to a recursive function, the recursive call was the last thing that the function did.
当我们将循环转化为递归函数时,递归调用是函数所做的最后一件事情。
www.ibm.com
7.
The unifying theme of this course is best captured by the title of our main reference book: 'Recursive Methods in Economic Dynamics'.
我们的主要参考书目的书名恰当地捕捉到了本课程的主题:《经济动态学的递回法》。
www.myoops.org
8.
These services, in turn, are often considered to be processes, which leads to the recursive decomposition.
这些服务经常依次被当作流程,这导致递归的分解。
www.infoq.com
9.
In this case, it lets you maintain the y coordinate value, passing an updated y value to the next recursive call of the line template.
在本例中,它允许您维护y坐标值,从而将更新后的y值传递给下一次递归调用的line模板。
www.ibm.com
10.
A function call (recursive or not) that is the last thing a function does is called a tail-call.
函数所做的最后一件事情是一个函数调用(递归的或者非递归的),这被称为尾部调用(tail-call)。
www.ibm.com
1.
With the advantage of simple structure, recursive filter be widely used in image noise reduction and target enhance for sequence images.
时域递归滤波器由于其结构简单,被广泛用于序列图像中的降噪和目标增强处理。
www.ceps.com.tw
2.
Recursive composition provides one method of aggregating services from various providers into a single solution.
递归组合提供一种将来自不同提供者的服务聚集到单个解决方案的方法。
www.ibm.com
3.
The recursive CTE structure must contain at least one anchor member and one recursive member .
递归CTE结构必须至少包含一个定位点成员和一个递归成员。
www.bing.com
4.
All of these seemingly diverse topics come together to discuss recursive structures, the mind, artificial intelligence and computation.
所有这些看起来风马牛不相及的观点齐聚一堂来讨论递归结构,心灵,人工智能和计算。
www.bing.com
5.
Predict the temperature usually require only two consecutive months of the establishment of equations and can be recursive relationship.
作温度预报一般只需要连续两个月的资料即可建立方程和递推关系。
www.dgmini.com
6.
Recursive functions can sometimes be very resource hungry and may not return results before a user loses patience.
递归函数有时对资源的消耗量很大,而且在用户失去耐心之前可能还没有返回结果。
www.ibm.com
7.
To solve this inconvenience, and I spent some time writing a recursive delete specified files and directories of small tools.
为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。
nulung.com
8.
If the string has not been entirely consumed by the regular expression, a recursive call processes the remainder.
如果正则表达式没有完全处理完字符串,那么对未处理完的字符串继续应用递归调用。
www.ibm.com
9.
Iterating a fixed number of times is another way you might have needed to use recursive templates with XSLT 1. 0.
迭代固定的次数是XSLT1.0中可能需要使用递归模板的另一种形式。
www.ibm.com
10.
In the next section, I'll do just this as part of a recursive generic decoding method.
在下一节,我将做此工作作为递推泛型解码方法的一部分。
www.ibm.com
1.
Let's take a look at a common loop for printing reports and see how it can convert into a recursive function.
让我们来研究一个打印报表的常见循环,了解如何将它转化为一个递归函数。
www.ibm.com
2.
We have to set up an new way, which is legalizing partly and using a special method, it is called recursive definition.
要克服这种困难,应采用分散立法的思路和“递归定义”的模式。
www.ceps.com.tw
3.
Howell's exercise highlights the recursive nature of planning.
Howell的实践强调了计划的递归性。
www.bing.com
4.
To understand this recursive logic, check out the documented source file.
要了解其中的递归逻辑,请参阅存档的源文件。
www.ibm.com
5.
This process is recursive, since the search from any node uses a search from one of its children.
因为从任意节点出发的查找都要按照同样的方式查找它的一个子树,所以该过程是递归的。
czk.8866.org
6.
In the fourth chapter, give an implementation of the auto-correlation, Shure recursive, discrete cosine transform in a hardware environment.
在第四章用硬件实现了自相关、舒尔递推、离散余弦变换等关键模块。
www.fabiao.net
7.
Recursive Queries is the total number of recursive queries received by DNS server.
由DNS服务器接收到的递归查询总数。
angel.w15.5tom.cn
8.
A simple XML file for the procedure, which contains the document to read and write and many Recursive quadtree traversal .
一个对简单的XML文件进行的程序,里面包含了对文件的读写和多叉树递归遍历。
dict.kekenet.com
9.
Real leadership is recursive: It's a continuous process that starts with a leader and is echoed in that leader's people.
真正的领导力是互相影响的:领导人会靠他的领导力影响与他一起工作的人。
www.bing.com
10.
A recursive CTE is one in which an initial CTE is repeatedly executed to return subsets of data until the complete result set is obtained.
递归CTE是一个重复执行初始CTE以返回数据子集直到获取完整结果集的公用表表达式。
msdn2.microsoft.com
1.
The database server automatically attempts to convert the values returned by the recursive subquery to match those of the initial query.
数据库服务器会自动尝试转换由递归子查询返回的值,以便与初始查询的那些值匹配。
www.ianywhere.com
2.
Why is the mechanics of recursive looping an adequate operational mode for translating cultures into one another?
为什么是把文化翻译成彼此的递归的形成环一种足够的操作的方式的力学?
dzh.mop.com
3.
Recursive Query Failure is the total number of recursive query failures.
递归查询失败是指归查询失败的总数。
angel.w15.5tom.cn
4.
As an application of filtering theory, we study one kind of partially observed linear quadratic recursive optimal control problem.
作为滤波理论的应用,我们研究了一类部分可观测的递归线性二次最优控制问题。
www.say666.com
5.
A method of implementing adaptive enhancement of variance on an image by a recursive low-pass filter is introduced mainly in this paper.
介绍了用递归低通滤波器方法来实现图象的方差自适应增强。
www.dictall.com
6.
The way of making recursive closures used in this example is a bit tedious.
这个示例中所使用的生成递归闭包的方法有些冗长。
www.ibm.com
7.
The following pseudocode shows the components of a simple recursive CTE that contains a single anchor member and single recursive member.
以下伪代码显示了包含一个定位点成员和一个递归成员的简单递归CTE的组件。
msdn2.microsoft.com
8.
With inductive data, it is fairly easy to write recursive procedures.
使用归纳数据编写递归过程非常简单。
www.ibm.com
9.
They are held together, poised upright like a pencil standing on its point, by the recursive dynamics of coevolution.
蝴蝶和马利筋,犹如立足笔尖的铅笔,依靠共同进化的递归动态而立得笔直。
www.bing.com
10.
Next month, I'm going to finish my coverage of generics with a recursive data structure analyzer built around ASM.
下个月我将引入一种围绕ASM构建的递归数据结构分析器,完成泛型的介绍。
www.ibm.com
1.
A process that occurs within its own decomposition hierarchy leads to a recursive refinement.
某个流程在其本身的分解层次结构中出现,这将导致一个递归的细化过程。
www.ibm.com
2.
In the hundred years of 20th century Chinese just include bearing the cultural recursive three generations may years.
在这百年之中正好囊括了20世纪中国文化承递者三代人的韶华岁月。
blog.sina.com.cn
3.
It can be shown that this recursive solution takes exponential time to run.
可以证明,这种递归解法需要耗费指数级的时间。
www.ibm.com
4.
In Erlang there is no need for loops because tail recursive functions are transparently optimized to run in constant space.
而在Erlang中不需要使用循环,因为尾递归函数会被自动优化在固定的空间中运行。
www.infoq.com
5.
Our next example of a recursive function on lists will be a little more complicated.
我们的下一个基于列表的递归函数示例要稍微复杂一些。
www.ibm.com
6.
The steps required to write such a recursive function are listed below, and Listing 3 presents the source code of the function itself.
编写这种递归函数需要执行的步骤如下所示,清单3给出了这个函数的源代码。
www.ibm.com
7.
Note that the root-level template also calls this template with a y parameter value of 0 to start the recursive flow down the page.
注意,根模板还将用值为0的y参数调用此模板,以启动页面中的递归流程。
www.ibm.com
8.
Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.
注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件——在这里是NULL指针。
www.ibm.com
9.
The following example uses multiple anchor and recursive members to return all the ancestors of a specified person.
以下示例使用多个定位点和递归成员来返回指定的人的所有祖先。
msdn2.microsoft.com
10.
The purpose of this column is to show the number of the recursive step n that produced the row.
这个列的作用是表明产生行的递归步骤n属于第几步。
www.ibm.com
1.
A view that contains a recursive common table expression cannot be used to update data .
不能使用包含递归公用表表达式的视图来更新数据。
www.bing.com
2.
To support this Jigsaw has a concept of a local dependency which is recursive.
为了支持这一特性Jigsaw有一个本地依赖的概念,该概念是递归的。
www.infoq.com
3.
Primitive recursive functions are a naturally defined subclass of the recursive functions.
递归原语函数是递归函数定义的一个子类。
bbs.chinaunix.net
4.
This article made a improved recursive algorithm, which creates many different shape fractal-trees by different random number everytime.
本文对递归算法进行了改进,通过每次产生不同的随机数控制生成多种分枝形态各异的分形树。
kns50.chkd.cnki.net
5.
Conjunctions and disjunctions must be specified in a specific order and in a specific way in a recursive grammar.
合取和析取必须在递归文法中以特定的顺序和特定方式进行指定。
www-128.ibm.com
6.
Only the public types immediately nested in the current type are returned; the search is not recursive.
只返回直接嵌套在当前类型中的公共类型;搜索是非递归的。
msdn2.microsoft.com
7.
Instead, we are making the case that understanding recursive infinity is not derived from language at all.
相反,我们做了实验,证明了理解递归无限完全不依靠语言。
www.douban.com
8.
Recursive application of the same basic set of concepts at different levels of abstraction.
即在不同的抽象层面上递归地应用那些相同的基本概念集。
www-128.ibm.com
9.
The Listing 8 code uses a pair of mutually recursive methods for the actual analysis.
清单8中的代码使用两个相互递推的方法进行实际的分析。
www-128.ibm.com
10.
Each class that gets loaded may have other classes that it depends on, so the loading process is recursive.
每个装入的类都可能拥有其它所依赖的类,所以装入过程是递归的。
www.ibm.com
1.
The crossed cube is a variant of the hypercube, and it has better recursive structure, graph parameters and topological properties.
交叉立方体是超立方体的一个变种,具有良好的图参数、拓扑性质和结构递归性。
dictsearch.appspot.com
2.
It allows you to succinctly describe text generated from nested or recursive data.
通过它可以简洁地描述从嵌套或递归数据生成的文本。
www.ibm.com
3.
Take a look at the properties of loops and see how they compare with those of recursive functions in Table 1.
在表1中了解循环的特性,看它们可以如何与递归函数的特性相对比。
www.ibm.com
4.
Analysis and discussion the improvements of new recursive real-time algorithm , comparing with the Fourier algorithm.
分析和讨论新实时递推算法比传统的傅立叶算法在实时性上改善程度。
www.boshuo.net
5.
Explicit casts may also be required when the initial subquery selects values from different columns than the recursive subquery.
当初始子查询从与递归子查询不同的列中选择值时,也可能需要进行显式转换。
www.ianywhere.com
6.
If your JIT compiler converts tail-recursive calls to iteration, this program will continue to run indefinitely.
如果您的JIT编译器把尾递归调用转换成迭代,这个程序将无限期地运行下去。
www-128.ibm.com
7.
We select the name of course and also the empid, because we need it for the recursive step.
当然我们会选择name,另外还有empid,因为在递归步骤中需要它。
www.ibm.com
8.
and a recursive subroutine is presented to realize recursive algorithms.
提出采用递归子程序实现数值计算。
www.juyy.net
9.
The results show that identified parameters of the film can meet the requirements of actual control using recursive least squares algorithm.
结果表明,最小二乘递推算法所辨识的油膜参数精确度较高,能满足实际控制要求,证明该辨识算法辨识油膜参数的实用性。
www.ceps.com.tw
10.
The holographic optical elements with good image quality can be obtained with the recursive technique.
用递推制作方法可制作出像质优良的全息光学元件。
www.dictall.com
1.
The feature of the computing mode for the new generation of EMS (N-EMS) is real-time, tracing, recursive and intelligent early warning.
新一代能量管理系统(N-EMS)的计算模式特点是实时、跟踪、递归和智能预警。
www.dwjs.com.cn
2.
You can see that the pattern of navigating folders and documents is recursive.
您可以看到,文件夹和文档导航模式是递归的。
www.ibm.com
3.
In many respects, you can think of xsl: apply-templates as a recursive call into the stylesheet itself!
在很多方面,可以认为xsl:apply-templates是对样式表自身的递归调用!
www.ibm.com
4.
The pure XSLT implementation of the EXSLT padding function uses a slightly more efficient version of the recursive algorithm shown here.
EXSLT填充函数的纯XSLT实现使用了比这里讨论的算法稍微有效一点的一个版本。
www-128.ibm.com
5.
The Level function can be used to provide indentation in a recursive hierarchy, such as an employee list.
Level函数可用于为递归层次结构(如雇员列表)提供缩进格式。
msdn2.microsoft.com
6.
Therefore, the potential impact is a factor only in complex applications where iterations and recursive invocations are heavily used.
因此,只有在非常复杂的大量使用循环和递归调用的应用程序中,才需要考虑这种潜在的影响。
www.ibm.com
7.
The idea of recursive composition is simple: new business processes can be defined by combining existing business processes (see Figure 1).
递归组合的思想很简单:可以通过组合现有的商业流程来定义新的商业流程(请参见图1)。
www.ibm.com
8.
Thus, recursive queries resolve persons, members of a group and members of subgroups, regardless of how deep they are nested.
因此,递归查询解析人员、组的成员和子组的成员,而不管它们的嵌套深度如何。
www.ibm.com
9.
Based on the concept of two-step recursive interpolation, a new algorithm for interpolating a 3-D elliptic arc has been developed.
本文根据两步递归插补的思想,导出了任意三维椭圆弧高速插补的公式和算法。
www.dictall.com
10.
In fact, loops and recursive functions can be considered interchangeable.
实际上,可以认为循环和递归函数是能够相互转换的。
www.ibm.com
1.
In fact, loops and recursive functions can be considered interchangeable.
实际上,可以认为循环和递归函数是能够相互转换的。
www.ibm.com
2.
Parent groups are used for recursive hierarchies.
父组用于递归的层次结构。
msdn2.microsoft.com
3.
You'll see later (in Writing functions) how these functions form the backbone of many recursive functions in Haskell.
稍后还会看到(在编写函数中)这些函数如何构成了Haskell中众多递归函数的基础。
www.ibm.com
4.
Objects of class "groupOfNames" (subgroups) are also resolved, since the query is recursive.
同时解析类“groupOfNames”(子组)的对象,因为该查询是递归的。
www.ibm.com
5.
Beyond readability, naming patterns allows recursive definition of patterns - either direct or mutual recursion.
除了可读性,命名模式还允许递归的模式定义或者采用直接递归,采用相互递归。
www-128.ibm.com
6.
After inspecting the properties of the covariance matrix, a recursive method of system parameter estimation is derived upon LSE.
在研究协方差矩阵特性的基础上,给出一种最小二乘辨识系统的递阶算法。
d.wanfangdata.com.cn
7.
Write a recursive method to retrieve all the namespaces in an application.
编写递归方法以检索应用程序中的所有命名空间。
msdn2.microsoft.com
8.
This correspondence presents a fast recursive shortest spanning tree algorithm for image segmentation and edge detection.
这些信件提出了一种快速递归最短生成树算法的图像分割和边缘检测。
www.syyxw.com
9.
Both models of nonlinear recursive programming and mixed integer programming for crude optimization were introduced.
介绍原油优选模型中的非线性递归模型和混合整数规划模型技术。
www.dictall.com
10.
Symptoms: A program that performs a recursive descent over a data structure throws a class-cast exception.
症状:在数据结构上执行递归下行时抛出类强制转换异常。
www.ibm.com
1.
Using this technique, you would have to write a different recursive template for each variety of input data that you wanted to aggregate.
采用这种技术必须对需要聚合的不同类型的输入数据编写不同的模板。
www.ibm.com
2.
Sometimes when writing recursive programs, finding the simpler sub-problem can be tricky.
有时候,编写递归程序时难以获得更简单的子问题。
www.ibm.com
3.
Uses a recursive query (common table expression) to return the direct and indirect managers of the specified employee.
使用递归查询(公用表表达式)来返回指定雇员的直接和间接上司。
msdn2.microsoft.com
4.
The code is a simple recursive fractal graphics to demonstrate the implementation process.
本代码以一个最简单的分形图形来示范递归的实现过程。
www.pudn.com
5.
You need to do this because your parameter will get clobbered on the recursive function call, and you will need access to it afterwards.
之所以需要这么做是因为参数会在递归函数调用上被截断,而以后却还需要访问它。
www.ibm.com
6.
To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.
为了在递归方法中传递,匿名类应该扩展方法已知的包装器类型。
www.ibm.com
7.
The Best Recursive Filtering Estimation of a Kind of Partially Measurable "Useful Signal"
一类部分可观测“有用信号”的最佳递推滤波估计
www.ilib.cn
8.
The recursive iteration of the decoding process limits the achievable decoding throughput.
但由于解码过程中的循环依赖性,限制了解码吞吐率。
www.elecfans.com
9.
The diagram illustrates that writing is more often a recursive process in which the writer flips back and forth between these stages .
本图说明文字经常是作家反复翻转在这些阶段之间的一个递归过程。
www.bing.com
10.
However, for clarity, the example below is not created as a recursive function.
然而,为清楚起见,没有将下面的示例创建为递归函数。
msdn2.microsoft.com
1.
Non-recursive queries resolve persons, members of a group, but no members of subgroups.
非递归查询解析人员、组的成员,但是不解析子组的成员。
www.ibm.com
2.
This paper presents the recursive algorithms of DFT systematically, and the calculation burden decreases dramatically.
该文系统介绍了DFT的递推算法,较好地解决了这一问题。
dictsearch.appspot.com
3.
We have provided two helper classes for resolving names and querying group members in a recursive manner.
我们以递归方式为解析名称和查询群组成员提供了两个帮助器类。
www.ibm.com
4.
This paper talk about cellular encoding and prove its completeness, closure, compactness and recursive and modularity.
本文系统地讨论了细胞编码方法,并证明其具有完备性、健壮性、紧密性、循环性和模块性。
www.juhe8.com
5.
The second fragment is a recursive method to actually walk through the document representation and perform the modifications.
第二段是真正遍历文档表示和执行修改的递归方法。
www.ibm.com
6.
To test the dynamic property, this pneumatic fatigue test system was identified by a recursive BP neural network.
为了考察该系统的动态性能,采用递归BP神经网络对该系统进行辨识。
www.ceps.com.tw
7.
The recursive query below guarantees termination by limiting the maximum number of segments in any given route to seven.
下面的递归查询通过将任意给定路线中的最大路段数限制为七段来保证终止。
www.ianywhere.com
8.
Given that everyone else uses factorial, we'll use a simpler recursive function that sums up a sequence.
有人用阶乘描述它,而我们将使用更简单的递归函数--对一个列表求和。
www.bing.com
9.
Objects of class "groupOfNames" (subgroups) are ignored, since the query is non-recursive.
忽略类“groupOfNames”(子组)的对象,因为该查询是非递归的。
www.ibm.com
10.
It is also time-recursive, since the motion-compensated part uses the previously interpolated frame.
这也是一次递归,因为运动补偿部分使用以前插帧。
www.syyxw.com
1.
Moreover, the recursive computation of control parameters reduces the computation load and complexity.
同时参数的递推计算方法简化了多项式数学运算的难度,减小了计算负荷和复杂性。
www.ceps.com.tw
2.
From there, you can use all the higher order techniques Haskell provides for dealing with recursive data structures.
从那里,可以使用Haskell提供的所有高阶技术来处理递归数据结构。
www-128.ibm.com
3.
Changed information under Recursive Triggers to explain new rules for defining direct and indirect trigger recursion.
更改了递归触发器下的信息,以解释定义直接和间接触发器递归的新规则。
msdn2.microsoft.com
4.
A recursive procedure for designing the feedback controller with multi input for nearly defective systems was presented .
提出了一种接近亏损的多输入系统反馈控制器设计的递推方法。
xuebao.jlu.edu.cn
5.
Gets or sets a value indicating whether recursive enumeration is requested into all classes derived from the specified superclass.
获取或设置一个值,该值指示是否将递归枚举请求到从指定的超类派生的所有类中。
msdn2.microsoft.com
6.
Uses a recursive query ( common table expression ) to return all product assemblies that use the specified product component .
使用递归查询(公用表表达式)来返回使用指定产品组件的所有产品部件。
www.bing.com
7.
This paper investigated the recursive algorithm of online identification for the linear SISO system.
研究了线性单输入单输出系统在线辨识的递推算法。
www.ceps.com.tw
8.
A Recursion is a type of Message used in Sequence diagrams to indicate a recursive function.
Recursion是序列图中一种用来表示递归函数消息的类型。
blog.sina.com.cn
9.
The function uses a recursive common table expression (CTE) to produce the hierarchical list of employees.
该函数使用递归公用表表达式(CTE)来生成雇员的层次结构列表。
technet.microsoft.com
10.
I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle.
我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码。
www.hxzi.com
1.
This construct looks a lot like a let except that the whole block is given a name so that it can be called as a recursive closure.
这种快捷方法看起来非常像是一个let,只是整个程序块会被给定一个名称,这样可以将它作为一个递归闭包去调用。
www.ibm.com
2.
This type of attack was previously analyzed by Barth et al. and presented as the "recursive mashup attack" .
Barth等人分析了这一类攻击并称之为“递归整合攻击”。
www.infoq.com
3.
With each recursive step, cross products with one additional Permutation Group are formed.
伴随每个递归步骤,会形成带有一个额外置换群的向量积。
www.ibm.com
4.
Consider what would happen with a recursive method, for instance.
例如,考虑在一个递归方法中会发生的事情。
www-128.ibm.com
5.
At its simplest, layout is a recursive system that leads to an element being sized, positioned, and drawn onscreen.
简单地说,布局是一个递归系统,实现在屏幕上对元素进行大小调整、定位和绘制。
technet.microsoft.com
6.
Here introduce the basic algorithm of GPC, next give the introduction of recursive algorithm of Diophantine equations.
本文介绍了广义预测控制的基本算法,在此基础上给出了基于Diophantine方程的递推算法。
www.13191.com
7.
main is a recursive function -- it accepts a node set in the current argument and loops over the node set.
main是一个递归函数,它用current参数接受一个节点集并遍历该节点集。
www.ibm.com
8.
You must iterate through the controls of each container control separately; this can be done using a recursive function.
必须分别循环访问每个容器控件的控件;可使用递归函数完成此操作。
msdn2.microsoft.com
9.
Otherwise, you can use the "recursive" mutex type, which allows the holder of the lock to lock the same mutex multiple times.
另外,您还可以使用“递归”类型的互斥量,这种互斥量允许对同一个互斥量锁定多次。
www.ibm.com
10.
Given a digital input to the recursive formula, a digital response can be measured.
给递归公式一个数字输入就可以得到系统的数字响应。
www.ceps.com.tw
1.
Now assume that the number you are working with in register 3 is not zero. This means that you need to do a recursive step.
现在假设所处理的寄存器3中的数值为非零,这就意味着需要进行递归的步骤。
www.ibm.com
2.
Finally, the search algorithm can be easily modified to do a recursive search of all the tree's items.
最后,只要对搜索算法进行简单修改就可以对所有树项目执行递归搜索。
www.ibm.com
3.
Another model, recursive functions, uses functions and function composition to operate on numbers.
另一种模式,是递归函数,利用函数和函数复合去操作数值。
bbs.chinaunix.net
4.
Defines recursive traversal properties of a role.
定义角色的递归遍历属性。
msdn2.microsoft.com
5.
Recursive code level undertakes designing the active doubt of feasibility, rationality.
回归代码层面进行设计可行性、合理性的主动质疑。
pjprimer.com
6.
autologin bookmarks commands recursive aliases, powerful cache, directory completion, tab include Other .
其它特点包括完成统计表,目录缓存,强大的别名,递归档案命令和书签与
blog.sina.com.cn
7.
In this article, a recursive algorithm is put forward, by reducing redundant computations; speed of image match is increased.
现通过构造一个迭代算法,避免了在搜索过程中大量的重复运算,从而提高了匹配速度。
www.magsci.org
8.
Recursive looping adjusts future projections to past performances (Wiener).
递归的形成环调整估计以适应过去表演(维也纳香肠)。
dzh.mop.com
9.
The named let cuts down considerably on the amount of typing and mistakes made when writing recursive functions.
在编写递归函数时,命名let能够相当程度地减少键盘输入以及出现错误的数量。
www.ibm.com
10.
Non-recursive queries are generally used by servers when talking to each other to resolve a query on behalf of a client.
非递归查询一般由服务器在彼此通信以代表客户端解析某个查询时使用。
www.ibm.com
1.
When writing XSLT style sheets, it helps to remember that the XSLT processor follows a recursive algorithm.
当编写XSLT样式表时,记住XSLT处理器遵循递归算法是很有帮助的。
www.ibm.com
2.
The recursive Fourier algorithm is used to calculate real-time parameters in real-time, which can satisfy the requirement of performance.
采用递推傅立叶算法,可以满足实时性要求,用于实时显示线路参数的计算。
www.13191.com
3.
What is the recursive nature of language?
何谓语言的递归性?
wenku.baidu.com
4.
In this program, all state changes are brought about by re-running the recursive function with completely self-consistent data.
在这个程序中,所有状态改变都是通过使用完全前后一致的数据重新运行递归程序而实现的。
www.ibm.com
5.
Recursive system decomposition and transformation from the abstract to the concrete.
递归的系统分解和从抽象到具体的转换。
www.ibm.com
6.
grammar, a basic structural decline recursive grammar analysis procedures.
根据某文法,构造一基本递归下降语法分析程序。
www.dssz.com
7.
Recursive queries create original results to obtain result sets by recursion and return final result sets.
递归查询通过创建初始结果,递归获取结果集,并返回最终结果集;
www.ecice06.com
8.
What does a sphere of reflecting, responsive , coadapted, and recursive bits of life looping back upon itself do?
这个由映射、回应、相互适应以及循环回自我的递归惯例构成的星球做些什么呢?
dictsearch.appspot.com
9.
Compared with traditional method, a new recursive procedure was designed to decrease the needed memory capacity.
并设计了一种新的递归计算流程,有效地降低了内存存储量。
www.ceps.com.tw
10.
When true, IncludeSubdirectories is recursive through the entire sub tree, not just the immediate child directories.
当为true时,IncludeSubdirectories递归通过整个子树,而不仅仅是直接子目录。
msdn2.microsoft.com
1.
This allows anonymous functions to be recursive.
这将允许匿名函数成为递归的。
msdn2.microsoft.com
2.
The recursive member returns the direct subordinate of the employee in the anchor member result set.
递归成员返回定位点成员结果集中的雇员的直接下属。这是通过在。
msdn2.microsoft.com
3.
It is interesting to note how the WHERE clause preceded the recursive specification.
令人感兴趣的是,WHERE子句在递归说明之前。
www.ibm.com
4.
Finally, we will go over a recursive method for repeated games that has proven useful in contract theory and macroeconomics.
最后,我们会修习用在重复性赛局的递迴法,这在契约论和总体经济学中很有用。
dict.bioon.com
5.
Many plants follow simple recursive formulas in generating their branching shapes and leaf patterns.
很多植物在生成分枝形状和叶片图案时遵循简单的递归法则。
www.360doc.com
6.
The recursive member returns the direct subordinate(s) of the employee in the anchor member result set.
递归成员返回定位点成员结果集中的雇员的直接下属。
msdn2.microsoft.com
7.
A time domain recursive low pass filtering algorithm based on Kalman filtering theory is analyzed.
分析了一种基于卡尔曼滤波理论的时域递归低通滤波算法。
www.dictall.com
8.
Secondly, the method modifies the parameter of traditional experiential expressions using the recursive least square method.
然后,利用递推最小二乘法,修正剩余热计算经验公式;
www.ceps.com.tw
9.
So how does this tie back in to recursive composition?
那么如何将其绑回到递归组合中呢?
www.ibm.com
10.
Some writers advocate a simpler solution: don't use recursive make at all.
有些人提倡另外一种简单的解决方案:根本就不要递归使用make。
www.ibm.com
1.
He pays special attention to the recursive nature of XSLT coding.
他特别强调了XSLT编码的递归性。
www-128.ibm.com
2.
Recursive option works only when viewing the permissions for items in a source tree.
recursive选项只能用于查看源树中的项的权限。
msdn2.microsoft.com
3.
Results are included for mean and recursive filters versus filter, delay, and blurring parameters.
结果,包括平均和递归滤波器与过滤器,延时,和模糊参数。
www.syyxw.com
4.
The network design used a recursive decomposition approach and was based on the binary splitting concept.
该网络采用了循环重建法,以二进制扩散概念为基础。
www.joca.cn
5.
The next task is to write the recursive common table expression.
下一个任务是编写递归公用表表达式。
www.ianywhere.com
6.
Although a recursive routine in other languages returns a scalar value, a recursive CTE can return multiple rows.
尽管其他语言中的递归例程返回标量值,但递归CTE可以返回多行。
msdn2.microsoft.com
7.
In computer terms, this rule is also known as recursive tree descent.
以计算机术语表述,这条规则也可以称作递归树下行。
www.ibm.com
8.
The final result set returned by the running query is the union of all result sets generated by the anchor and recursive members.
正在运行的查询返回的最终结果集是定位点成员和递归成员生成的所有结果集的并集。
msdn2.microsoft.com
9.
This paper described an easy, unified formal method for developing non-recursive algorithms.
提出了一种简单、统一的形式化开发非递归算法的方法。
www.ceps.com.tw
10.
It searches the feature points between two end points using recursive method. When it meets some threshold, the recursion will be over.
在该算法中,对两个端点之间的一段曲线采取递归的思想寻找特征点,当满足某一阈值T时递归结束。
lib.cqvip.com
1.
When OFF is specified, only direct recursive firing of AFTER triggers is not allowed.
当指定为OFF时,仅不允许直接递归激发AFTER触发器。
msdn2.microsoft.com
2.
Make a recursive copy of the folder content into your local workspace.
复制文件夹内容到本地工作区中。
www.ibm.com
3.
The design of recursive descent parser rewrite first EBNF grammar forms, according to the basic idea recursive descent analysis programming.
递归下降分析器的设计首先将文法改写成EBNF形式,根据递归下降分析法基本思想编写程序。
3333355555.com
4.
and it is pointed out that these recursive formulae bear certain importance for the theory of harmonic analysis of physical geodesy.
并且指出,这组递推公式对于物理大地测量的调和分析理论也具有一定的价值。
www.dictall.com
5.
recursive -- Recursively copy directories and files.
recursive——递归地复制目录和文件。
www.ibm.com
6.
The algorithm adopts recursive mining method without saving a mass of candidate generation.
算法采用了递归挖掘思想,无需保存大量候选项集。
soso.361xs.com
7.
In Section 2. the greenhouse, acquisition system, development tools and recursive identification algorithm will be described.
在第二节,将会描述温室,获取系统,开发工具以及递归识别算法。
www.bing.com
8.
For more information, see Hash Join algorithm, and Recursive common table expressions.
有关详细信息,请参见[散列连接]算法和递归公用表表达式。
www.ianywhere.com
9.
Recursive quadtree rendering such models similar character-meter grid.
四叉树递归此种模型绘制类似米字形的网格。
www.joys99.com
10.
Recursion and recursive data structures (linked lists, trees, graphs).
递归和递归数据结构(链表,树,图)
acalib.org
1.
In a recursive CTE, it is simply any query providing a set of rows.
在递归CTE中,它只是一个普通的提供一组行的查询。
www.ibm.com
2.
One figure structure in the queue again took breadth, With the in-depth times last recursive functions.
其中图结构进行广度遍历时用了队列;进行深度遍历时用了函数递归方法。
learning.zhishi.sohu.com
3.
This confuses many people because the first word of the acronym is the acronym. This type of acronym is called a recursive acronym.
这个名字让人困惑,因为缩写的第一个词本身就是一个缩写,形成了一个递归缩写。
www.bing.com
4.
In particular, it cannot match mutually recursive methods, where each method calls the other.
特别是,它不能匹配相互递归调用的方法,也就是每个方法都调用其他的方法。
www-128.ibm.com
5.
Because you must code the programs in a multithreaded application as recursive, you cannot code nested programs.
由于必须在多线程应用程序中将程序编写为递归方式,因此无法编写嵌套程序。
www.ibm.com
6.
This means that tail-recursive methods in the Java language can result in unexpectedly large memory usage.
这就意味着在Java语言中采用尾递归方法将导致巨大的内存占用,而这并不是我们期望的结果。
www-128.ibm.com
7.
This process repeats until the recursive member returns an empty result set.
重复此过程,直到递归成员返回一个空结果集。
msdn2.microsoft.com
8.
The model parameters are estimated using a recursive extended least square method.
用递归扩展最小二乘法估算了模型参数。
blog.emuch.net
9.
giving the recursive and non-recursive algorithms of inorder-traversing binary tree.
并给出了中序遍历二叉树的递归算法和非递归算法。
www.juyy.net
10.
In 21 century, interior design become a type of culture, of course it will same like others type of culture, has a phenomenon of recursive.
21世纪室内设计作为一种文化类型必然会同其它文化类型一样,有回归现象,这种回归是民族认同的表现。
www.fabiao.net
1.
d . using a recursive common table expression to display multiple levels of recursion.
使用递归公用表表达式显示递归的多个级别。
www.ichacha.net
2.
If selected every configured domain will be queried for list of domain to browse. This process will be recursive.
如果选择,每个设定的网域都会被查询做为要浏览的网域清单。这个过程是循环的。
www.showxiu.com
3.
Add a reachable exit branch to stop the recursive invocation.
添加一个可到达的退出分支以停止递归调用。
www.ibm.com
4.
There is a recursive formula for the number of spanning trees in a graph.
对于一个图的生成树的棵数,存在一个递推公式。
www.kuenglish.info
5.
After the recursive call completes, we add the value of the current node to the results of the recursive call.
递归调用之后,我们将当前节点的值加到递归调用的结果上。
www.ibm.com
6.
PNG stands for Portable Network Graphics (or, depending on whom you ask, the recursive "PNG-Not-GIF" ).
PNG表示可移植的网络图象(或,看你问谁,循环的“PNG-不是-GIF”)。
www.bing.com
7.
You must specify the RECURSIVE clause only on the outermost program of a compilation unit.
您必须只对编译单元的最外层程序指定RECURSIVE子句。
www.ibm.com
8.
Use recursive procedures for recursively-defineddata structures.
为递归定义的数据结构使用递归的程序。
www.bing.com
9.
The --recursive (-r) option makes rsync copy all directories recursively.
recursive(-r)选项让rsync递归地复制所有目录。
www.ibm.com
10.
Then we'll return a new Map (made up of the newly created Map and the Map returned from the recursive call) to optionsToMap.
然后,将一个新的Map(由新创建的Map和从递归调用返回的Map组成)返回到optionsToMap。
www.ibm.com
1.
Make sure recursive procedures terminate properly.
确保递归过程可正确终止。
msdn2.microsoft.com
2.
Right-click the solution in Solution Explorer, and then click Get Latest Version (Recursive).
在解决方案资源管理器中,右击解决方案,然后单击“获取最新版本(递归)”。
msdn2.microsoft.com
3.
Based on the characteristics of the detection likelihood ratio sequence and the recursive relations, a fast algorithm is proposed.
文中根据检测似然比序列的特点,利用递推关系,提出了一种快速算法。
www.dictall.com
4.
Order is not important in your data , or your query table data is not recursive , or the maximal recursion depth is known in advance .
数据中的顺序并不重要,或查询表数据不是递归的,或事先已知最大递归深度。
www.bing.com
5.
The resulting model is not a fixed formular, but an algorithm consisting of some simple recursive equations.
所得模型结果不是一个固定的公式,而是由几个简单公式组成的一个确定算法。
www.chemyq.com
6.
In this section we review the semantics of functional recursive programs which were the initial subject matter of denotational semantics.
在本节中我们概览作为指称语义的最初主题的函数式递归程序的语义。
dictsearch.appspot.com
7.
Through simple recursive statements, you can power process lists of symbols and data easily.
通过简单的递归语句,可以轻松地推动处理符号和数据列表。
www.ibm.com
8.
Recursive methods is reported as sum of the calls. The viewer should be more clever in this respect.
方法的递归调用在报表显示为调用的总合,显示程序在这方面需要更聪明一些。
www.infoq.com
9.
To improve the modeling speed of LS-SVM, a recursive algorithm of increased memory mode for VBL algorithm is also proposed.
提升LS-SVM动态建模的实时性,本文进一步提出用于矢量基学习的增长记忆模式递推公式。
www.ceps.com.tw
10.
Let's look at a few examples of recursive functions on linked lists.
让我们来看一些基于链表的递归函数示例。
www.ibm.com
1.
The structure of the recursive CTE in Transact-SQL is similar to recursive routines in other programming languages.
Transact-SQL中的递归CTE的结构与其他编程语言中的递归例程相似。
msdn2.microsoft.com
2.
You can select a level of the recursive folder processing ranging from the non-recursion to the infinite one.
你可以从非递归到无穷中选择文件夹递归等级处理范围。
www.softsea.net
3.
Only direct recursive firing of AFTER triggers is not allowed.
仅不允许AFTER触发器的直接递归激发。
msdn2.microsoft.com
4.
Root servers enable other DNS servers to perform recursive name resolution.
根目录服务器允许其它DNS服务器执行递归式名称解析。
www.fan6.net
5.
In addition, the correlation-enhanced unvoiced signal can be effectively separated by using the recursive least squares algorithm.
使用递归最小二乘算法可有效分离出相关增强后的清音信号;
airiti.com
6.
e . using a recursive common table expression to display two levels of recursion.
使用递归公用表表达式显示递归的两个级别。
www.ichacha.net
7.
The classic Haskell functions that you'll find in most tutorials are recursive math functions, such as Fibonacci functions and factorials.
在大多数教程中可以发现的大多数经典Haskell函数都是递归的数学函数,例如Fibonacci函数和阶乘。
www.ibm.com
8.
Functions can also be nested within each other, and you can create recursive functions that call themselves.
函数同样可以相互嵌套调用自身,例如,递归函数。
bbs.vipcn.com
9.
Recursive relationship of the matrix was deduced based on the properties of coincidence operation.
基于符合运算的性质,推导出此矩阵的递推律。
www.ceps.com.tw
10.
You can use recursive common table expressions to find desirable paths on a directed graph.
您可以使用递归公用表表达式在定向图形上查找所需的路径。
www.ianywhere.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 12:06:02