单词 | infinite loop |
释义 | 例句释义: 无限循环,无穷回圈,死循环,无限回圈 1. Note that the condition for breaking out of an infinite loop can be moved to the loop control, making it an explicitly finite loop. 注意,跳出无限循环的条件可以移至循环控制中,使其成为显式有限循环。 technet.microsoft.com 2. The value of this attribute is set to true; if it weren't, you'd end up with an infinite loop when executing these rules. 该属性的值被设为true;如果不是这样,在执行这些规则时将陷入无限循环。 www.ibm.com 3. without at least one condition that can be met without fail , your procedure runs a high risk of executing in an infinite loop. 如果没有一个在正常情况下可以满足的条件,则过程将陷入执行无限循环的高度危险之中。 www.ichacha.net 4. The other example uses a slightly different approach to break the debugger out of the infinite loop. 另一个例子与此稍有不同,它可以看成是将被调试程序从无限循环中中断。 bbs.pediy.com 5. Once you press Enter following the last three-dot Python prompt, the Python interpreter starts churning away in an infinite loop. 一旦在三个点的Python提示后按Enter键,Python解释器就处于无限循环的混乱中。 www.ibm.com 6. Figure 8 shows the Suspects tab from the analysis result of two heap dumps taken from a memory leak case involving an infinite loop. 图8中的Suspects选项卡显示了从涉及无限循环的内存泄漏案例中获取的两个堆转储的分析结果。 www.ibm.com 7. In the case of an infinite loop, the snapshot could be on any line within the loop. 在死循环的情况下,快照可能位于循环语句中的任意行。 www.ibm.com 8. interrupt. This simply enters an infinite loop, preserving the system state for examination by a debugger. 故障中断执行代码,没有处理,只是简单的无限循环。 www.61ic.com 9. Scripts that parse a great deal of data or which may be hiding an infinite loop have a tendency to consume large amounts of memory. 解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。 www.ibm.com 10. If nested triggers are allowed and a trigger in the chain starts an infinite loop, the nesting level is exceeded and the trigger terminates. 如果允许使用嵌套触发器,且链中的一个触发器启动了一个无限循环,则将超出嵌套层限制,且触发器将终止。 www.kuenglish.info 1. To avoid an infinite loop, the restore request should be sent only when the current page was generated in response to a GET request. 要避免发生无限循环,只有在响应GET请求而生成当前页面时发送恢复请求。 www.ibm.com 2. In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event). 在上述死循环的情况下,所有除主线程之外的线程都处于某种等待状态(等待一个信号量,或等待某个事件)。 www.ibm.com 3. You can cancel the running of a macro, such as when it is in an infinite loop, by clicking the spinning cassette icon in the Status Bar. 可以取消宏的运行,比如当它处于无限循环中时,方法是单击“状态栏”中的旋转盒式磁带图标。 technet.microsoft.com 4. When analyzing bi-directional data a cycle may occur that will result in an infinite loop (marked in red). 在分析双向数据时,会出现一个循环,最终会产生一个无限循环(用红色标识)。 www.ibm.com 5. If the specified number is not detected, the tool will wait in an infinite loop. 如果未检测到指定数量的Mbean,工具将会无限期等待。 www.ibm.com 6. Practice, knowledge, more knowledge, more practice, infinite loop, the human knowledge is endless. 实践,认识,再认识,再实践,无限循环,人类的认识也是永无止境的。 wenwen.soso.com 7. This code is pretty straight forward: if the program would halt on itself, then SELF-HALT goes into an infinite loop. Otherwise, it halts. 这段代码非常清晰:如果程序在自运行时停机,则SELF-HALT进入死循环,否则SELF-HALT停机。 www.bing.com 8. If you perform the same action in an event handler that triggers that same event, you will create an infinite loop. 如果在事件处理程序中执行触发该相同事件的相同操作,会导致无限循环。 www.01vb.com 9. The goal is to replace the action: instead of a pop-up dialog for Hello World, we will code an infinite loop and cause a hang. 目标是替换操作:我们将编写一个死循环来代替弹出HelloWorld对话框,并引起挂起。 www.ibm.com 10. The device driver got stuck in an infinite loop. This usually indicates. 设备驱动程序已经陷入无限死循环中这通常表示。 www.donghairen.com 1. Put the receive block inside of a near-infinite loop. 把receive块放在一个接近无限的循环中。 www.ibm.com 2. However, some loops can be written much more simply using the infinite loop construction. 然而,对于某些循环来说,使用无限循环结构更容易编写。 technet.microsoft.com 3. It also needs to set up an infinite loop for listening to client connections on the specified port. 它还需要在指定端口上设置监听客户机连接的无限循环。 www.ibm.com 4. 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 5. In the past when mistakes were made and an infinite loop was written you had to kill the NUnit process. 过去,当编写的无限次循环中出现错误时,你必须杀掉NUnit进程。 www.infoq.com 6. It doesn't crash, but appears to be stuck in an infinite loop. 它不会崩溃,但是会陷入无限循环中。 www.infoq.com 7. Then, break the execution and find the assembly code representing the infinite loop. 然后,中断执行并找到表示该无限循环的汇编代码。 www.ibm.com 8. Circular motion itself is a mutually antagonistic, infinite loop. 圆周运动本身就是相互逆反,无限循环。 q.sohu.com 9. In this recursion pattern, two functions each call the other, such that an infinite loop is formed. 在这种递归模式中,两个函数互相调用对方,形成一个无限循环。 ej38.com 10. If any trigger in the chain sets off an infinite loop, the nesting level is exceeded and the trigger is canceled. 如果链中任意一个触发器引发了无限循环,则会超出嵌套级限制,从而导致取消触发器。 msdn2.microsoft.com 1. Next, we consider the infinite loop statement and conditionals. 接下来,考虑无限循环语句和条件。 www.ibm.com 2. An infinite loop, which force us to admit that only the universe is endless can it explain everything. 一个无限循环的疑问,如果有了边际,就有边际外,直到最后,我们不得不承认,宇宙没有边际才能解释一切的东西。 www.bing.com 3. An incorrectly composed recursive CTE may cause an infinite loop. 如果递归CTE组合不正确,可能会导致无限循环。 msdn2.microsoft.com 4. You might observe very poor performance, or even an infinite loop, if two procedures call each other. 您或许会观察到,当两个程序彼此呼叫时,效能可能很差,甚至造成无限迴圈。 technet.microsoft.com 5. Fixing a possible infinite loop problem with unit movement. 修复单位移动无限循环问题。 www.civclub.net 6. Here, if the assertion fails, we simply enter an infinite loop. 在这里,如果断言失败,我们只需输入一个无限循环。 www.bing.com 7. Make sure you do not have an infinite loop or infinite recursion. 确保您没有无限循环或无限递归。 msdn2.microsoft.com 8. Fixed Infinite loop freeze on page 5 of the ledger after disbanding the HRE. 修正了当解散神圣罗马帝国后资料表第5页无限循环的问题。 bbs.52pcgame.com 9. Property, or else your code may execute an infinite loop. 属性的类型进行比较,否则代码可能执行无限循环。 msdn2.microsoft.com 10. You can determine how many incoming data items to expect with an infinite loop, while (true). 通过一个有限循环while(true),您可以确定期望的到来数据项的数量。 www.ibm.com 1. Use an infinite loop in the application program. 在应用程式中使用无限迴圈。 technet.microsoft.com 2. Including it can lead to an infinite loop when Maven iterates over subprojects and finds the main project again among the subprojects. 原因是如果包括它,当Maven在子项目上迭代时,会在子项目中再次发现主项目,这样将导致死循环。 www.ibm.com 3. Issue 1036: Adding NuGet Pack SomeProject. csproj to post-build event no longer causes an infinite loop. 问题1036:在后期生成事件里添加“NuGetPackSomeProject.csproj”不再导致无限循环了。 www.infoq.com 4. The TechMart store subsequently relocated to the headquarters of Apple Computer, Inc. at One Infinite Loop in Cupertino. 随后的TechMart店搬迁到总部的苹果电脑公司在一个无限循环的Cupertino。 blog.sina.com.cn 5. You will start an infinite loop if you are not careful. 如果不注意的话,会启动无限循环。 www-128.ibm.com 6. This is an error because you now have an infinite loop. 出现此错误的原因是现在运行了一个无限循环。 www.ibm.com 7. Display series of numbers (1, 2, 3, 4, 5. . . . etc) in an infinite loop. 在一个死循环里显示数字串(例:12345….) www.bing.com 8. The simple program below (InfiniteLoop. java) will produce a hang caused by an infinite loop 以下的简单程序(InfiniteLoop.java)将产生由死循环引起的挂起 www.ibm.com 9. Warning C6312: Possible infinite loop: use of the constant EXCEPTION_CONTINUE_EXECUTION in the exception-filter expression of a try-except 警告C6312:可能是无限循环:在一个try-except的异常筛选器表达式中使用常数EXCEPTION_CONTINUE_EXECUTION msdn2.microsoft.com 10. A second form of the infinite loop is for 无限循环的第二种形式是 wenwen.soso.com 1. The Discussion about Several Definitions Equivalent to Infinite Loop 与无限环等价的几个定义的讨论 ilib.cn 2. Case study 4: Example of a memory leak due to an infinite loop 案例研究4:由于无限循环导致的内存泄漏示例 www.ibm.com 3. Timing event in an infinite loop 无限循环中的计时事件 www.86oo.com 4. Limited resources, the infinite loop 有限的资源,无限的循环 zhidao.baidu.com 5. S: The expression script contains an infinite loop. %s 这表达式脚本包含一无限循环。 www.shanse8.com 6. All of the expressions of the for statement are optional; for example, the following statement is used to write an infinite loop for语句的所有表达式都是可选的;例如,下列语句用于写一个无限循环 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。