单词 | recursion |
释义 |
例句释义: 递归,递回,循环,递推 1. This code uses the concept of recursion to call the main function multiple times until the last directory has been traversed. 此代码会利用递归概念多次调用主函数,直至处理完最后一个目录为止。 www.ibm.com 2. You may be thinking that you know how write this program to perform faster or better without recursion. 您可能会认为自己知道如何不使用递归编写这个程序,使其执行更快或者更好。 www.ibm.com 3. Well, there is also a possibility of using function names for recursion, but you will soon see that this is often impractical nowadays. 当然还有可能在递归调用中使用函数名称,但是你将很快看到在当下他通常不大实用。 www.bing.com 4. And thus, the ability to understand pointers and recursion is directly correlated with the ability to be a great programmer. 因此,是否真正理解指针和递归,与是否是一个优秀程序员直接相关。 feihen1.blog.163.com 5. Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion. 它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。 www.ibm.com 6. Too many method calls is often indicative of a very deep or unbounded recursion. 过多的方法调用通常意味着存在非常深的递归或无限递归。 msdn2.microsoft.com 7. The last function you're going to create is going to take some recursion, where the true power of list processing using Lisp lies. 将要创建的最后一个函数要执行一些递归操作,这是使用Lisp进行列表处理的真正强大之处。 www.ibm.com 8. Recursion allows defining policies higher up in a domain and enforce them on all the component implementations and interactions within. 递归允许在域的更高层定义策略,然后将它们强制到内部所有组件实现和交互。 www.infoq.com 9. Recursion is one of the familiar methods in algorithm design and analysis, and through this method many efficient algorithms can be found. 递归是算法设计中常用的方法之一,利用递归可以得到很多高效算法。 www.ceps.com.tw 10. Likewise, when print_report_irecurses, there is nothing left that it does after the point of recursion. 同样地,当print_report_i再次被调用时,在递归点之后不再做任何事情。 www.ibm.com 1. Recursion relies on a stack-based approach to passing variables. Many small machines have no hardware support for a stack. 递迴依靠一个基于堆叠的方法来传递变数。许多小系统没有硬体支持的堆叠。 tw.myblog.yahoo.com 2. Recursion relies on a "virtual stack" that purportedly has no real memory constraints. 递迴依赖于“虚拟堆叠”这看来已没有真正的记忆体限制。 tw.myblog.yahoo.com 3. Induction and the related concept of recursion also provide means of counting. 归纳法以及与之相关的递归概念也可以提供计数的方法。 www.xkdwyx.com 4. This could certainly prove useful for complex programs implementing a great deal of recursion or with complicated loop conditions. 它可以被用来证明极其复杂的,含有大量递归以及循环结构的程序是否有效。 www.bing.com 5. This fact may be obfuscated by our simple example earlier in which the polymorphic recursion occurs as a simple, direct self-reference. 我们先前的简单示例(其中,多态递归作为一个简单直接的自引用发生)会使这一事实变得模糊。 www.ibm.com 6. The processing of these lists using recursion and Lisp functions like car and cdr is the power of list processing using Lisp. 使用递归和诸如car和cdr之类的Lisp函数处理这些列表是使用Lisp处理列表的强大之处。 www.ibm.com 7. A common question when running queries is: "How does this element relate to the beginning of the recursion? " 运行查询时一个常见的问题是:“这个元素与递归的开始有怎样的关系?” www.ibm.com 8. 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 9. Doing so would be a useful exercise, and a helpful lesson in runaway recursion. 这样做将是十分有用的练习,并且对失控递归非常有用。 www.ibm.com 10. As a result, just trying to expand the structure directly leads to infinite recursion loops. 所以,只想直接展开结构,可能会形成无限的递归循环。 www.ibm.com 1. A simple recursion formula can then be used to solve such a system. 一个简单而又重复的公式能用来解这样的方程组。 www.jukuu.com 2. In the definition above, we've written the function with explicit recursion. We'll use the Y combinator to get rid of that! 在上面的定义中,我们编写了一个显式的递归程序。我们将使用Y组合子清除它。 www.bing.com 3. In this paper, using recursion formula of the adjoint polynomial, we shall obtain adjoint polynomials of two graphs. 本文运用伴随多项式的递归公式,求出了两类图的伴随多项式。 www.dictall.com 4. Finally, by means of the formulae of recursion and back-substitution presented in this paper the problem is worked out. 最后,按本文所述递推回代公式进行求解。实例表明,计算结果与实验相符。 hkxb.buaa.edu.cn 5. Results A recursion formula to the solutions of a class of linear ordinary differential equations with constant coefficients is given. 结果给出了求一类常系数非齐次线性微分方程的特解的递推公式。 www.ceps.com.tw 6. Recursion is actually a way of defining functions in which the function is applied inside its own definition. 递归实际上是定义一个调用自身的函数的方式。 www.bing.com 7. Will use recursion to acquire the lock on each bucket and rehash the elements from each bucket into a new, larger hash table. 就使用递归获取每个bucket上的锁并重排每个bucket中的元素到一个新的、更大的hash表中。 www-128.ibm.com 8. Left-recursion is more efficient and, for large input sets, may be the only viable option. 向左递归更有效,而且对较大的输入集来说,这可能是惟一可行的选择。 www-128.ibm.com 9. The lengthy code snippet shown in Listing 6 uses a recursion technique inspired by the PHP open source community (see Resources). 清单6中这段长长的代码片段采用了PHP开放源码社区(请参阅参考资料)提出的递归技术。 www.ibm.com 10. In BNF , the only way to indicate a list of an arbitrary number of elements is through recursion . 在BNF表示法中,为了表示一串任意个数的元素,唯一的方法是通过递归来定义。 dictsearch.appspot.com 1. Remember that the concatenation using concat2 requires two strings, so a number will cause this function to break within the recursion. 记住,使用concat2进行连接要求使用两个字符串,因此数字将导致此函数在递归之间中断。 www.ibm.com 2. Most call stack errors are related to one of these two recursion patterns. 大多数调用栈错误与这两种模式之一有关。 blog.sina.com.cn 3. Secondly, the least square method by recursion is carried on modeling for the disturbing force and moment of random sea. 其次,利用递推最小二乘法对随机海浪扰动力和扰动力矩进行建模。 www.fabiao.net 4. Gets the number of times the current thread has entered the lock in upgradeable mode, as an indication of recursion. 获取一个值,该值指示当前线程是否已进入读取模式的锁定状态。 msdn.microsoft.com 5. Workflow is the core of the system, which used recursion method to accomplish its workflow execution. 工作流是系统的核心部分,采用递归方式实现了工作流的执行过程; www.boshuo.net 6. condition of a kind of jump Vandermonde matrix through linear equations, and recursion formula and the expression of its inverse Matrix. 利用线性方程组给出了一类跳行范德蒙矩阵可逆的条件,并给出了逆矩阵的递推公式和逆矩阵的显式表示式。 dict.kekenet.com 7. Some recursion formulae of Bessel functions are derived from such practice problems as well. 并从该实际问题出发,推导出了一类贝塞尔函数的递推公式。 dictsearch.appspot.com 8. Modern logic is divided into recursion theory, model theory, and proof theory, and is closely linked to theoretical computer science. 现代逻辑分为递归理论,模型理论,证据理论,是密切相关的理论计算机科学。 blog.sina.com.cn 9. Tree models partition space of variables imported in a recursion way, and their aim to maximize evaluation function about purity of sorts. 树模型是以一种递归方式来划分输入变量的空间,目的是最大化关于类纯度的评价函数。 lib.sdie.edu.cn 10. Just like static detection of bad generic constructor calls, forbidding polymorphic recursion conflicts with incremental class compilation. 就象静态检测糟糕的泛型构造函数调用一样,禁止多态递归会与递增式类编译发生冲突。 www.ibm.com 1. Recursion means repetition in subelements, like the pattern of veins in a leaf. 递归手段重复子元素,如叶脉的排列。 www.bing.com 2. Said of software that calls itself. Recursion should generally be avoided in an embedded system, since it frequently requires a large stack. 自己调用自己的程序的说法。递归一般在嵌入式系统中是不充许的,因为它常常占有大量的堆栈空间。 www.mfyyw.com 3. In functional languages, most tasks that are accomplished with loops in traditional languages are instead accomplished with recursion. 函数式编程中,传统语言中用循环完成的多数任务都可以使用递归来完成。 www.ibm.com 4. It is possible to write pure SQL statements with complex recursion to do this. 这可以通过编写带有复杂递归的纯SQL语句来实现。 www.ibm.com 5. Recursion permits you to explore possible routes through this graph. 使用递归,您可以通过此图形查看可能的路线。 www.ianywhere.com 6. The flexibility of object embedding and composition combined with recursion opens up a unique approach to parsing. 内嵌对象的灵活性和递归的合成,开创了一个统一的分析方法。 blog.csdn.net 7. To improve its reconstruction speed, a method combining symmetry with recursion technique to reduce backprojection calculation is presented. 为提高其重建速度,提出了一种利用对称性并结合递归技术的方法来减少该算法的反投影运算量。 www.dictall.com 8. Including smooth stack memory, smooth formation's memory, stack and recursion, circulation formation's memory process, labyrinth production. 包括顺序栈的存储,顺序队列的存储,栈与递归,循环队列的存储过程,迷宫的生成。 it.zhishi.sohu.com 9. A positive feedback loop has far-reaching repercussions on the system that triggered the recursion. 一个确定的反馈电路在引发递推的系统上有深远的反应。 dzh.mop.com 10. Later you'll see how recursion takes advantage of these selectors. 稍后,您将了解递归如何利用这些选择函数。 www.ibm.com 1. Special children got much more points on oral arithmetic problems than vertical calculation and recursion equation calculating. 随班生口算题的得分率远远高于竖式计算和递等式计算。 paper.pet2008.cn 2. You may be wondering if teaching object oriented programming (OOP) is a good weed-out substitute for pointers and recursion. 你也许想知道,在教学中,面向对象编程(object-orientedprogramming,缩写OOP)是否是指针和递归的优质替代品,是不是也能起到淘汰作用。 feihen1.blog.163.com 3. All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading. 所有的程序员都熟悉这些算法,包括递归、层次数据结构和多线程等。 www.dictall.com 4. In this article, I use a running example that matches CONNECT BY and the related pseudo columns to DB2 recursion, one step at a time. 在本文中,我使用一个实用的例子,这个例子将CONNECTBY和相关的伪列与DB2递归逐步进行匹配。 www.ibm.com 5. Recursion algorithm. I tried not to have the question. 递归算法。我试过了没问题。 www.88pl.com 6. Stored procedures can even do a nested call to themselves, a technique known as recursion. 存储过程甚至可以嵌套调用其自身,这种技术称为递归。 technet.microsoft.com 7. The approach based on minimum recursion cost provided sheet generation algorithms of both single test sheet and a test sheet suite. 基于最小回溯带件的思想同时给出了单套试卷的组卷算法与多套试卷的组卷算法。 www.fabiao.net 8. This example uses what in Scheme is called tail recursion. 这个例子使用Scheme中所谓的尾递归(tailrecursion)。 www.ibm.com 9. You could use the os. walk function to accomplish the same task without using recursion. 您可以采用os.walk函数,而不必采用递归来完成相同的任务。 www.ibm.com 10. Direct recursion of triggers occurs only when a trigger fires and performs an action that causes the same trigger to fire again. 仅当触发器触发并执行可再次触发同一触发器的操作时,才会发生直接触发器递归。 technet.microsoft.com 1. This method is useful in situations where stack overflow might occur as a result of unbounded recursion. 无限制的递迴可能会造成堆叠溢位时,这个方法会很有用。 msdn.microsoft.com 2. XQuery functions are strongly typed, support recursion, and can be declared as internal or external. XQuery函数是强类型的,支持递归,可声明为内部函数或外部函数。 www.ibm.com 3. Real-time recursion training algorithm is used to dynamically adjust the system parameters. 利用实时递归学习算法对系统参数进行动态调节。 dictsearch.appspot.com 4. The bandwidth distribution factor transmitted to other node is calculated by using recursion nonlinear function of transition buffer. 被传送给其它节点的带宽分配因子是通过使用过渡缓冲区大小的递归非线性函数计算出来的。 www.bing.com 5. Replacing loops with recursion, whether in C, XSLT, or Scheme, takes some getting used to. 无论是在C、XSLT中,还是在Scheme中,都应用了使用递归代替循环。 www.ibm.com 6. It also demonstrates how the recursion of the function execution works. 这也解释了函数执行的递归是如何实现的。 www.ibm.com 7. Recursion is his middle name, and he tweaks every block of code to perfection, regardless of timelines or readability. 对递归理论的应用是他的显著特征,对于编码他追求细节,力求完美,毫不考虑时间和可读性。 www.bing.com 8. Beyond readability, naming patterns allows recursive definition of patterns - either direct or mutual recursion. 除了可读性,命名模式还允许递归的模式定义或者采用直接递归,采用相互递归。 www-128.ibm.com 9. In traditional languages, this recursion eats away at the stack to maintain a history of the calls; in Scheme, it's different. 在传统的语言中,这样的递归需要连续不断的入栈操作,以维护调用的历史;而在Scheme中,却不是这样。 www.ibm.com 10. So use recursion if it's appropriate and simplifies the problem. 如果适于简化问题,就使用递归法编程; www.xgdown.com 1. Any partial results returned may not include all rows on recursion levels beyond the specified maximum recursion level. 所返回的任何部分结果都可能无法包括超过指定最大递归级别的递归级别上的所有行。 msdn2.microsoft.com 2. Specification can include a path to determine where the recursion starts. 规范可以包含用于确定从何处开始递归的路径。 msdn2.microsoft.com 3. Thrown when the execution stack is exhausted by having too many pending method calls; usually indicates a very deep or infinite recursion. 当执行堆栈由于具有太多的挂起方法调用而耗尽时,就会引发此异常;这通常表明存在非常深的递归或无限递归。 msdn2.microsoft.com 4. To effect that transformation, you need to use a common XSLT technique known as tail recursion. 要实现这一转换,需要使用常用的被称为尾递归(tailrecursion)的XSLT技术。 www.ibm.com 5. His or her favorite technique is recursion, and every block of code is tweaked to the max, at the expense of timelines and readability. 他或者她最喜爱的技术就是递归,每一个代码块都被使用到了极致,而代价就是工程进度和可读性。 hi.baidu.com 6. Let's conditionally generalize principle of transfinite recursion from ordinal number class to class with well-founded relation. 借助一阶逻辑演算有条件地把超限递归原理从序数类推广到具有良基关系的类上。 dictsearch.appspot.com 7. Changed information under Recursive Triggers to explain new rules for defining direct and indirect trigger recursion. 更改了递归触发器下的信息,以解释定义直接和间接触发器递归的新规则。 msdn2.microsoft.com 8. To construct LDPC codes with no cycles of four sides or less, sufficient conditions on the recursion parameters were derived. 推导了为避免四边以及更少边的循环,迭代参数所需要满足的条件。 www.ceps.com.tw 9. Hanoi problem is a classical mathematics problem, and the best method to settle this problem is recursion method. 汉诺塔问题是个古典数学问题,解决这个问题最好的方法是递归法。 www.dictall.com 10. In a notable example of design recursion, the ESB itself is considered a container for mediation services. 在典型的递规设计的例子中,ESB本身被认为是用于中介服务的容器。 www.ibm.com 1. A Recursion is a type of Message used in Sequence diagrams to indicate a recursive function. Recursion是序列图中一种用来表示递归函数消息的类型。 blog.sina.com.cn 2. The problem arises when the user interface attempts to accurately represent the concepts of recursion, hierarchical data, or multithreading. 当用户界面试图精确地表达递归、层次数据或者多线程这些概念时,问题就出现了。 www.jukuu.com 3. If your application uses recursion extensively to divide and conquer large problems, set the depth "deeper" accordingly. 如果应用程序大量使用递归隔离并解决较大的问题,则需要把深度相应地设定得“更低”。 www.ibm.com 4. This recursion occurs when a trigger fires and performs an action that causes the same trigger to fire again. 在触发器触发并执行一个导致同一个触发器再次触发的操作时,将发生此递归。 msdn2.microsoft.com 5. By the finite-step recursion, an approximate solution for the optimal sliding mode is obtained. 通过有限次递推,得到最优滑模的近似解。 www.ceps.com.tw 6. Normally, functional languages eschew the while loop, because most of what while does can be done instead with recursion. 通常,函数语言会避开while循环,因为while实现的大多数操作都可以使用递归来完成。 www.ibm.com 7. Notice, that we show here only the first recursion step, in order not to make example too long. 请注意,我们在这只演示了第一次的递归步骤,只是为了不让例子占太长的篇幅。 www.bing.com 8. Haskell has two primary advantages when dealing with recursion: Haskell optimizes tail recursion, and Haskell is lazy. 在处理递归时,Haskell有两大优势:Haskell优化了尾部递归,Haskell是惰性的。 www.ibm.com 9. Subroutine for the FACT, using recursion, the results on the REL storage unit. . . 子程序为FACT,采用递归实现,结果放在REL存储单元中… www.pudn.com 10. The following procedure uses recursion to calculate the factorial of its original argument. 下面的过程使用递归计算其原始参数的阶乘 msdn2.microsoft.com 1. Using recursion tremendously simplifies the verification of programs. 使用递归可以极度简化程序的核查。 www.ibm.com 2. Recent versions of GCC also include some tail-recursion optimizations under limited circumstances. 最新版本的GCC也包含了一些在受限环境下的尾部递归优化。 www.ibm.com 3. The method is simple and efficient. A recursion formula to calculate the effective load at the boundary is presented. 文中给出了计算边界有效载荷的递推公式,可以简便有效地避免虚假反射波的干扰。 www.geophy.cn 4. Here, you can also see and follow the recursion leading up to the numeric 55 that triggered the fault. 在这里,您还可以查看并跟踪在触发了错误的数字55之前的递归。 www.ibm.com 5. For shallow recursion of small functions you may to turn this on. 对于小函数的浅表递归,可以打开该杂注。 msdn2.microsoft.com 6. Recursion Algorithm for Bisection to seek the characteristic value of Real Symmetric Tri-diagonal Matrix is discussed in this paper. 在文章中为区间分半法(二分法)求实对称三对角矩阵特征值设计了一个递归算法。 www.dictall.com 7. All this pseudo column does is to return 1 if a given row is a leaf in recursion. 这个伪列只是当一个给定行在递归中是叶子的时候返回1。 www.ibm.com 8. Lisp offers a performance optimization called tail recursion optimization. Lisp提供一项称作尾部递归优化的性能优化技术。 www.ibm.com 9. You'll know exactly what recursion is by the end of this section. 在本节的末尾,您将明确了解递归的含义。 www.ibm.com 10. Recursive queries create original results to obtain result sets by recursion and return final result sets. 递归查询通过创建初始结果,递归获取结果集,并返回最终结果集; www.ecice06.com 1. Statically forbid polymorphic recursion. 静态禁止多态递归。 www.ibm.com 2. All the individual mappings work well together and I have shown that DB2's recursion feature is as least as expressive. 所有映射都运行得很好,并且我展示了DB2的递归特性至少是可以表达的。 www.ibm.com 3. The termination check is implicit ; recursion stops when no rows are returned from the previous invocation . 终止检查是隐式的;当上一个调用中未返回行时,递归将停止。 www.bing.com 4. Server trigger recursion option to specify whether to allow server-level triggers to fire recursively. 选项可指定是否允许服务器级触发器递归激发。 msdn2.microsoft.com 5. By adding clean syntax and support, functional languages make recursion a candidate for simple code reuse. 通过增加简明的语法和支持,函数式语言使递归成为实现简单代码重用的候选方法。 www.ibm.com 6. If your code does not include one or more tests that can be used to terminate recursion, you risk an infinite loop. 如果代码未包括一个或多个可用于终止递归的测试,则存在出现无限循环的风险。 msdn2.microsoft.com 7. Logging the log methods would result in an infinite recursion. 记录log方法将导致无限递归。 www.ibm.com 8. That's why there are no while loops or for loops in Haskell and instead we many times have to use recursion to declare what something is. 这便是haskell没有while或for循环的原因,我们的替代方案是使用递归。 www.bing.com 9. 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 10. Recursion operation saves much matrix and derivation operation, so workload is reduced. 递推运算省去了大量的矩阵运算和求导运算,简化了工作量。 www.ceps.com.tw 1. Recursion is allowed only if the containing entity is the same as the target entity. 只有当包含实体与目标实体相同时,才允许进行递归。 msdn2.microsoft.com 2. DNS resolver is a DNS server that can perform recursion to resolve names for domains for which that DNS server is not authoritative. DNS解析者是可以执行递归以解析其未授权的域名的DNS服务器。 blog.sina.com.cn 3. Recursion and recursive data structures (linked lists, trees, graphs). 递归和递归数据结构(链表,树,图) acalib.org 4. Similar tribal cultures have languages bristling with recursion. 拥有相同的文化的部落,其语言也蕴含着递归性。 www.bing.com 5. The ASP. NET site-navigation infrastructure guards against infinite recursion in this case. 在这种情况下,ASP.NET站点导航基础结构能够防止无限递归。 msdn2.microsoft.com 6. Recursion in regular expressions can be used to match nested constructs, such as parentheses, (this (that)), and HTML tags, . 递归在正则表达式里可以用来匹配嵌套结构,例如括号,(this(that))、还有HTML标签,。 wind-wood.blog.163.com 7. A thread is counted only once, even if the lock allows recursion and the thread has entered read mode multiple times. 即使锁定允许递归并且线程已进入读取模式多次,也只对每个线程计数一次。 technet.microsoft.com 8. d . using a recursive common table expression to display multiple levels of recursion. 使用递归公用表表达式显示递归的多个级别。 www.ichacha.net 9. Why don't we issue a command to the compiler like "statically forbid polymorphic recursion. " 为什么我们不向编译器发出类似“静态禁止多态递归”这样的命令呢? www.ibm.com 10. Once again, the continuation lines are handled using left recursion to keep things efficient. 为了保证效率,附加部分的行处理也是向左递归的。 www.ibm.com 1. 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 2. The equation has recursion form and only relates to multiplication and will not lead to overflow in calculation. 该方程具有递推的形式且只涉及乘法运算,避免了传统算法中的计算溢出。 www.chemyq.com 3. The more serious problem is the potential for polymorphic recursion in class definitions. 更严重的问题是类定义中可能存在多态递归。 www.ibm.com 4. The new algorithm use tree recursion strategy to get the single size rectangular, and minimize the waste. 算法采用树型递归调用策略将板材按要求切成同尺寸矩形件,并使所产生的废料最少。 www.ceps.com.tw 5. Otherwise, if the argument, filedir, is a file, the code prints its name and returns, again halting further recursion. 否则,如果参数filedir是一个文件,代码将输出其名称并返回,并再一次停止进一步的递归。 www.ibm.com 6. With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list. 由于尾部递归优化,这种方式是对列表进行迭代的一种非常简单的方式。 www.ibm.com 7. Recursion is achieved using dynamic planning algorithm. 对比的递推过程由动态规划算法实现。 www.dictall.com 8. You should be familiar with the following XML-related, computer-science concepts: tree traversal, recursion, and reuse of data. 您应该熟悉下列与XML有关的计算机科学概念:树遍历、递归和数据重用。 www.ibm.com 9. You can select a level of the recursive folder processing ranging from the non-recursion to the infinite one. 你可以从非递归到无穷中选择文件夹递归等级处理范围。 www.softsea.net 10. The DNS server will not perform recursion for queries to other DNS servers. DNS服务器将不执行向其他DNS服务器的查询递归。 www.31456.com 1. In this recursion pattern, two functions each call the other, such that an infinite loop is formed. 在这种递归模式中,两个函数互相调用对方,形成一个无限循环。 ej38.com 2. e . using a recursive common table expression to display two levels of recursion. 使用递归公用表表达式显示递归的两个级别。 www.ichacha.net 3. In mathematics or computer sciences recursion refers to a method of defining functions based on their own definition. 在数学和计算机科学中,递归指的是基于自己定义来定义函数的一种方法。 www.ibm.com 4. The -r causes recursion; the -p preserves the time stamps of the files. r表示递归;-p表示保持该文件的时间戳。 www.ibm.com 5. Be careful with your recursion. 请注意你的递归式。 www.programfan.com 6. The recursion number would exceed the capacity of the counter. 递迴的次数会超出计数器的容量。 technet.microsoft.com 7. Whether there be too many loops, too much recursion, or just plain too much going on, you now know how to deal with each. 无论是太多的循环、递归还是其他的什么,你现在应该知道如果处理类似的情况。 www.bing.com 8. Java developers often eschew recursion because of the performance implications and stack-depth limitations. Java开发人员由于性能的原因和堆栈深度的限制,通常会避免递归。 www.ibm.com 9. The parts explosion problem is a classic application of recursion. 部件激增问题是递归的典型应用。 www.ianywhere.com 10. Average MAXRECURSION level in optimizations where a maximum recursion level is specified. 已指定最大递归级别的优化中的平均MAXRECURSION级别。 msdn2.microsoft.com 1. Recursion in this case makes it trivial for the function to traverse the structure of the document. 在这种情况下执行递归使得遍历文档结构变得非常简单。 www.ibm.com 2. To the grammar which assigns eliminates the left recursion . 对给定的文法消除左递归。 www.bing.com 3. You'll notice Haskell programs frequently use recursion to solve a problem. 可以注意到:Haskell程序频繁地用递归来解决问题。 www.ibm.com 4. In software, a problem that can be solved by recursion is nearly always best solved that way. 在软件舍己,递归解决几乎总是被认为是最好的解决方式。 www.bing.com 5. Recursion in the Java language is limited for performance reasons. 由于性能的原因,Java语言中的递归是有限的。 www.ibm.com 6. For our example process, the recursion is infinite; Subprocess 3 always invokes Main Process again. 在我们的示例流程中,该递归过程是无限的;Subprocess3总会再次调用MainProcess。 www.ibm.com 7. If the object's target attribute is recursive (group), it will be ignored (no recursion). 如果对象的目标属性为递归的(组),则忽略该对象(无递归)。 www.ibm.com 8. This method is not sensitive to recursion order. 此方法不区分递归顺序。 msdn.microsoft.com 9. Infinite recursion detected during execution of calculated member %1. 在执行计算成员%1的过程中检测到无限递归。 www.dictall.com 10. The first if statement breaks the recursion if the list is empty, returning zero. 第一个if语句在列表为空的情况下中断递归,返回零值。 www.ibm.com 1. The first if statement breaks the recursion if the list is empty, returning zero. 第一个if语句在列表为空的情况下中断递归,返回零值。 www.ibm.com 2. Are pointers and recursion the Latin and Greek of Computer Science? 指针和递归不正像计算机科学中的拉丁语和希腊语吗? feihen1.blog.163.com 3. and it takes thirty seconds, and now I have to decide if they're really good, so I bring out the big guns: recursion and pointers. 整个过程只花了三十秒,于是我就得要决定他们是否真够好,这时我就得拿出重武器:递迴和指标。 local.joelonsoftware.com 4. Write a function that calculates a number's factorial using recursion. 写出一个用递归来计算阶乘的函数。 www.kekenet.com 5. The following example populates an XML tree from the local file system using recursion. 下面的示例使用递归从本地文件系统填充XML树。 technet.microsoft.com 6. You'll see Lambda expressions, recursion, and macros. 您将学到Lambda表达式、递归和宏。 www.ibm.com 7. Hash recursion and hash bailout cause reduced performance in your server. 哈希递归和哈希释放会导致服务器的性能降低。 msdn2.microsoft.com 8. In Blue, ignoring recursion or map (functional iterator), there's one way to implement loop constructs. 而在Blue中,忽略了递归或映射(函数迭代器),只有一种方法来实现循环结构。 www.ibm.com 9. Based on modified quasi-Newton equation, a new limited memory quasi-Newton method with two-loop recursion was proposed. 依据修正拟牛顿方程,提出一种新的双循环有限内存拟牛顿法。 www.ceps.com.tw 10. Tail recursion is a common technique in XSLT style sheets. 尾递归是XSLT样式表中的常用技术。 www.ibm.com 1. Tail recursion is a common technique in XSLT style sheets. 尾递归是XSLT样式表中的常用技术。 www.ibm.com 2. Mr Chomsky has argued that "recursion" is the key feature of all human language. 乔姆斯基认为“递归式”是所有语言的关键特征。 www.bing.com 3. Instead, you must replace these constructs with recursion and parameters. 相反,必须用递归和参数来代替这些结构。 www-128.ibm.com 4. Make sure you do not have an infinite loop or infinite recursion. 确保您没有无限循环或无限递归。 msdn2.microsoft.com 5. The essence of recursion is that with the help of return, people can solve problems from unknown to known, from complex to simple. 递归的实质是借助于“回归”把未知的归结为已知的,把复杂的归结为简单的过程。 www.13191.com 6. You can get nasty recursion errors when running JSON-RPC proxies in Pyjamas. 在Pyjamas中运行JSON-RPC代理时,会遇到讨厌的回归错误。 www.ibm.com 7. Only direct recursion is prevented. 则只禁用直接递归。 msdn2.microsoft.com 8. Is recursion limited to one routine? 递归是否局限于一个函数? www.onest.net 9. It eliminates the need to specify recursion explicitly. 它消除了明确地指定递归的需求。 www.ibm.com 10. A similar problem is too much recursion. 相似的问题还包括过多的递归。 www.bing.com 1. A similar problem is too much recursion. 相似的问题还包括过多的递归。 www.bing.com 2. The second part represents the iteration or recursion. 第二部分代表迭代或递归。 www.ibm.com 3. Does the stack size support the recursion depth? 堆栈大小是否支持递归调用的深度? www.onest.net 4. 50 limits recursion to a depth of 50 nested calls before the application is forced to terminate. 例如,xdebug.max_nesting_level=50将把递归深度限定为50次嵌套调用,然后将强制终止应用程序。 www.ibm.com 5. You can adjust the recursion depth limit by changing a constant defined in Listing 4. 可以通过修改清单4中定义的常量来改变最大递归深度。 www.ibm.com 6. Only direct recursion is prevented when the server trigger recursion option is set to 0 (OFF). 当servertriggerrecursion选项设置为0(OFF)时,仅阻止直接递归。 msdn2.microsoft.com 7. FP is also characterized by its use of recursion as a mechanism for control flow. FP还有一个特点是用递归做为控制流程的机制。 www-128.ibm.com 8. The origin meaning of recursion is "run back" , "recall" etc. , it means to know the unknown from the known by "return" . 递归原意指往回跑、召回等,它是指借助于“回归”而把未知的归结为已知的。 www.fabiao.net 9. To disable indirect recursion, set the nested triggers option to 0. 若要禁用间接递归,请将nestedtriggers选项设置为0。 msdn2.microsoft.com 10. You should also be familiar with general programming techniques such as iteration and recursion. 还应该熟悉一般的编程技术,如迭代和递归。 www.ibm.com 1. You should also be familiar with general programming techniques such as iteration and recursion. 还应该熟悉一般的编程技术,如迭代和递归。 www.ibm.com 2. Infinite recursion detected during execution of calculated cell formula %1 at pass %2. 在传递%2上计算单元公式%1的执行过程中检测到无限递归。 www.dictall.com 3. Note the use of recursion to avoid the while loop entirely. 注意递归的使用,避免完全while循环。 www.ibm.com 4. For example, if your application depends on recursion, use a counter or a state condition to terminate the recursive loop. 例如,如果您的应用程序依赖于递归,则可以使用计数器或状态条件来终止递归循环。 msdn2.microsoft.com 5. You have added recursion to your Cusp development arsenal. 已经将递归添加到了Cusp开发工具库中。 www.ibm.com 6. Use of recursion as a mechanism for control flow. 使用递归作为控制流程的机制。 www-128.ibm.com 7. Based on Pairs equation, the recursion relation of crack growth length has been deduced. 根据这一递推式,推导出数个循环载荷作用下裂纹扩展长度的近似算法。 hkxb.buaa.edu.cn 8. Dynamic programming is used when recursion could be used but would be inefficient because it would repeatedly solve the same subproblems. 在可以使用递归,但因为递归重复解决相同的子问题造成效率低下的时候,则可以采用动态编程。 www.ibm.com 9. Hello recursion! 你好,递归! www.bing.com 10. example but you could see the use of recursion in everyday life and in everyday use of language. 这只是个小例子,但在日常生活和日常用语中,递归的应用极为广泛。 www2.17bdc.com 1. The modeling of sphere has two methods, that is geography division and recursion division. 球体的建模技术有地理划分法和递归划分法两种方法。 d.wanfangdata.com.cn 2. That language didn't even support recursion. 这语言甚至都不支持递归。 www.bing.com 3. Hash recursion or bailout occurs when there is not enough memory to process queries in place and they need to spill to disk. 当没有足够的内存就地处理查询,因此这些查询需要溢出到磁盘时,会发生哈希递归或哈希释放。 msdn2.microsoft.com 4. In math and engineering, recursion, especially, is a big win. 在数学和工程中,递归获得了重大胜利。 www.bing.com 5. Left recursion is used so that the rule can be reduced after each message. 为了归约每个消息之后的规则,使用的是向左递归。 www-128.ibm.com 6. This output is useful because it illustrates the recursion through queryTerm and expression. 该输出十分有用,因为它演示了通过queryTerm和expression的递归。 www.ibm.com 7. Action: User should alter the recursion condition in order to prevent infinite recursion. 用户应改变递归条件,以防止无限递归。 blog.oracle.com.cn 8. The popular methods such as recursion and diagram have low precision and speed. 目前常用的图解法和递推法精度低、速度慢。 www.chemyq.com 9. In fact, it turns out that we couldn't prevent polymorphic recursion even if we wanted to. 事实证明我们无法防止多态递归,即使我们想要那样,也是如此。 www.ibm.com 10. Note also the use of left recursion . 还要注意向左递归的使用。 www.bing.com 1. The seed or step 1 of the recursion. 一部分是递归的种子(即第1步)。 www.ibm.com 2. VC recursion simple example of fractal graphics program, such as Button' s definition of curve classes. VC 递归法实现简单分形图形示例程序,比如扣氏曲线类定义等。 www.pudn.com 3. If you still don't know what recursion is, read this sentence. 如果你还不明白什么是递归,就读这个句子。 www.bing.com 4. This is the stop condition for the recursion. 这是递归的停止条件。 www.ibm.com 5. Thai people don't like others with left recursion things to them, that is not polite. 泰国人也不喜欢别人用左手递东西给他们,那样也是不礼貌的。 en.cnxianzai.com 6. We will get to the speed and space issues of recursion later on. 稍后我们会讨论递归的速度和空间问题。 www.ibm.com 7. However, with automatic recursion resolution in SQL Server 2005 Analysis Services, this function has little practical use. 但是,对于在SQLServer2005AnalysisServices中解决自动递归问题,此函数的用处不大。 msdn2.microsoft.com 8. This is the reason why we use recursion. 这就是我们使用递归的原因。 www.xgdown.com 9. There are two kinds of symmetry, repetition and recursion. 有两种对称,重复式和递归式。 www.bing.com 10. In the proofs, I will refer to the three recursion points of the program as R1, R2, and R3, respectively. 在证明过程中,我将把程序的三个递归点分别称为R1、R2和R3。 www.ibm.com 1. For a good discussion of tail recursion and its conversion to iteration, check out the 欲详细了解尾递归及其到迭代的转换,请参阅 www-128.ibm.com 2. Computation Invariable Coefficient the Number of Times is Different Linear Recursion Sequence Special Solution Simple Method 常系数非齐次线性递归数列求特解的简易方法 service.ilib.cn 3. Uncertain Coefficient Method for Generating Integro-differential Recursion Operators and Its Application of Transfer Property 产生积分-微分循环算子的待定系数法及其迁移性的应用 scholar.ilib.cn 4. Recursion; Inheritance; Polymorphism and Virtual Functions; Templates; Linked Data Structures; 递归,继承,多态和虚函数,模板,结构相连的数据; www.ccebook.net 5. Algebraic Recursion Formulas for Quantities of Equator in a Planar Polynomial Differential System 一类平面多项式微分系统赤道环量的代数递推公式 www.ilib.cn 6. Symmetries and Recursion Operators for Classical and Supersymmetric Differential Equations 经典和超称微分方程中的对称与递归算子 www.library.fudan.edu.cn 7. Analysis and Generalization of Convolution Differential and Integral Recursion Formulas 卷积的微分与积分递推公式的分析及推广 www.ilib.cn 8. Recursion application: The simplest minute shape graph realization may realize the graph multi- bearing indication, 递归的应用:最简单分形图形实现可实现图形的多方位显示 www.88pl.com 9. To eliminate or reduce the frequency of hash recursion and bailouts, do one of the following 若要消除或降低哈希递归和哈希释放的频率,请执行下列操作之一 msdn2.microsoft.com 10. Optimizing boundary conditions with water level by the method of the recursion by hour assimilation 采用逐时递推同化技术修正伶仃洋外海边界水位 www.ilib.cn 1. Divide and Conquer, Recursion, and Backtracking Methods--Thinking of the knight tour problem 分治,递归,与回溯--棋士巡游的算法研究 scholar.ilib.cn 2. The Introduction of Recursion Method Innate Character and its Applied Realms 论递归方法的本质及其应用的领域 service.ilib.cn 3. Analytical Recursion Scheme Method of the Nonlinear Earthquake Response Analysis of One-Dimension Soil Layer 一维土层非线性地震反应分析的解析递推格式法 www.ilib.cn 4. Analyzing the Time Complexity of Recursion Algorithm by Applying Generation Function Theory 用母函数理论分析递归算法的时间复杂度 service.ilib.cn 5. The application of the recursion form in approximate calculation of quantum mechanics 递推与迭代在量子力学近似计算中的应用 service.ilib.cn 6. A Way of Trigonometric Solution in Nonlinear Recursion Series 一类非线性递推数列问题的三角解法 www.ilib.cn 7. Choose Parameter Method of Variable Activation Function to Recursion Increase Output Dimension 可调激活函数递进提升输出维的选参方法 service.ilib.cn 8. Recursion Algorithm of Calculating the Depth of a Binary Tree 二叉树深度的递归算法 www.ilib.cn 9. The Probability of Complicated Events Under the Influence of System and Seeking Recursion in Several Important Distributed High Order Moment 系统影响下复杂事件的概率与几种重要分布的高阶矩的递推求解 www.ilib.cn 10. An Integrated Modeling Method CLTM and Recursion Algorithm for Reliability of Complex Systems 复杂系统可靠度的CLTM建模与递归综合算法 ilib.cn 1. Linguistic Recursion and Linguistic Relativity 语言递归性与语言相对论 service.ilib.cn 2. Algebraic Recursion Formulas for Perturbation Calculationof Energy Levels and Wave Functions in Potential Wells 势阱中粒子能级与波函数微扰计算的代数递推公式 www.ilib.cn 3. Application of Recursion Tree in Solving the Asymptotic Order of Recursion Equation by Using Iteration Operation 递归树在用迭代法解递归方程渐近阶中的应用 service.ilib.cn 4. Application of contraction mapping principle to recursion sequence of number 压缩映像原理在递推数列极限中的应用妹 www.ilib.cn 5. Recursion-Sum Algorithm and Its Application to Measure DC Signal 递推求和算法及在直流信号测量中的应用 ilib.cn 6. The Reduction Strategy for Irrational Recursion Formula in Number Sequence 含无理递推式的数列问题化归策略 www.ilib.cn 7. Recursion Formulae and Application of the Continuous Beam 连续梁板结构的递推计算与应用 ilib.cn 8. Recursion Algorithm of System Identification 系统辨识递推方法 www.ilib.cn 9. This is because this time, the if statement on line 2 is now true, and "o" is simply returned. The recursion unwinds as follows 这是因为这一次,第2行中的if语句现在为true,并且简单地返回了“o”。 www.ibm.com 10. Eight empresses questions recursion solves, 八皇后问题的递归求解 www.88pl.com 1. Solves the labyrinth algorithm original code with the recursion, 用递归求解迷宫算法原代码 www.88pl.com 2. Language Interface Facility with Ellipsis and Recursion 采用省略法和递归方式的语言接口设施 www.7kang.com 3. Discussion on the application of the recursion law in the programming 浅谈递推法在程序设计中的应用 www.ilib.cn 4. Direct recursion of triggers occurs in either of the following circumstances 在下列任一情况下,都会发生直接触发器递归 msdn2.microsoft.com 5. Study on the algorithm of double identity tree-like data depth-sorting with recursion method 利用递归法实现双编号树形数据深度排序的算法 www.ilib.cn 6. Calculation of the Value of Determinant with Recursion Relations 用线性递推关系求行列式的值 www.ilib.cn 7. Design and Analysis of Efficiency for the Recursion Algorithm 递归算法设计及效率分析 www.ilib.cn 8. The following example uses both indirect and direct trigger recursion Assume that two update triggers, 以下示例同时使用了间接和直接触发器递归。假设对表, msdn2.microsoft.com 9. Recursion Relation of Radial Wave Function in Atomic Model Potential Theory 原子模型势理论中径向波函数的递推关系 www.ilib.cn 10. Implementation of Denotation and Reasoning of Non-recursion Rule with View 利用视图技术实现非递归规则的表示与推理 www.wanfangdata.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。