infinite loop

  • un.无限循环
  • 网络无穷回圈;死循环;无限回圈

infinite loopinfinite loop

infinite loop

无限循环

Liran - 博客园 ... Independent Set 独立集 infinite loop 无限循环 infinite recursive 无限递归 ...

无穷回圈

10048.编程专有名... ... infinite; 无限的/无穷的 infinite loop; 无穷回圈 ;无限循环 infinite recursive; 无穷递回 ;无限递归 ...

死循环

死循环(Infinite Loop):是一个永不终止的循环。语法错误(Syntax Error):是由于拼错一条命令或使用不正确的语法引起的一种 …

无限回圈

游戏不就是无限回圈(infinite loop)重复绘制(render)吗?级别: 论坛版主本帖属于CocoaChina会员发表,转帖请写明来源和帖子地 …

无穷循环

计算机与网络用语中英翻译(三) ... infinite 无限大 infinite loop 无穷循环 infinite recursion 无限递归 ...

无限循环路

外界对位於丘帕蒂诺市无限循环路Infinite Loop) 1号的苹果总部大楼所知甚少,因为那里守 衞森严,平时闲人免进。苹果总 …

无穷回路

...RFC 来建立类似的决策流程。 – 检查是否会形成无穷回路(infinite loop)或死路(dead ends)。 – 当所有 operator-verifiable cau…

无限环

他们开会的地方,是位于加利福尼亚州库珀蒂诺无限环Infinite Loop)4号楼苹果大会堂内的一间破旧会议室。一位与会者说…

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. 注意,跳出无限循环的条件可以移至循环控制中,使其成为显式有限循环。
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;如果不是这样,在执行这些规则时将陷入无限循环。
3
without at least one condition that can be met without fail , your procedure runs a high risk of executing in an infinite loop. 如果没有一个在正常情况下可以满足的条件,则过程将陷入执行无限循环的高度危险之中。
4
The other example uses a slightly different approach to break the debugger out of the infinite loop. 另一个例子与此稍有不同,它可以看成是将被调试程序从无限循环中中断。
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解释器就处于无限循环的混乱中。
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选项卡显示了从涉及无限循环的内存泄漏案例中获取的两个堆转储的分析结果。
7
In the case of an infinite loop, the snapshot could be on any line within the loop. 在死循环的情况下,快照可能位于循环语句中的任意行。
8
interrupt. This simply enters an infinite loop, preserving the system state for examination by a debugger. 故障中断执行代码,没有处理,只是简单的无限循环。
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. 解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。
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. 如果允许使用嵌套触发器,且链中的一个触发器启动了一个无限循环,则将超出嵌套层限制,且触发器将终止。
11
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请求而生成当前页面时发送恢复请求。
12
In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event). 在上述死循环的情况下,所有除主线程之外的线程都处于某种等待状态(等待一个信号量,或等待某个事件)。
13
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. 可以取消宏的运行,比如当它处于无限循环中时,方法是单击“状态栏”中的旋转盒式磁带图标。
14
When analyzing bi-directional data a cycle may occur that will result in an infinite loop (marked in red). 在分析双向数据时,会出现一个循环,最终会产生一个无限循环(用红色标识)。
15
If the specified number is not detected, the tool will wait in an infinite loop. 如果未检测到指定数量的Mbean,工具将会无限期等待。
16
Practice, knowledge, more knowledge, more practice, infinite loop, the human knowledge is endless. 实践,认识,再认识,再实践,无限循环,人类的认识也是永无止境的。
17
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停机。
18
If you perform the same action in an event handler that triggers that same event, you will create an infinite loop. 如果在事件处理程序中执行触发该相同事件的相同操作,会导致无限循环。
19
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对话框,并引起挂起。
20
The device driver got stuck in an infinite loop. This usually indicates. 设备驱动程序已经陷入无限死循环中这通常表示。
21
Put the receive block inside of a near-infinite loop. 把receive块放在一个接近无限的循环中。
22
However, some loops can be written much more simply using the infinite loop construction. 然而,对于某些循环来说,使用无限循环结构更容易编写。
23
It also needs to set up an infinite loop for listening to client connections on the specified port. 它还需要在指定端口上设置监听客户机连接的无限循环。
24
If your code does not include one or more tests that can be used to terminate recursion, you risk an infinite loop. 如果代码未包括一个或多个可用于终止递归的测试,则存在出现无限循环的风险。
25
In the past when mistakes were made and an infinite loop was written you had to kill the NUnit process. 过去,当编写的无限次循环中出现错误时,你必须杀掉NUnit进程。
26
It doesn't crash, but appears to be stuck in an infinite loop. 它不会崩溃,但是会陷入无限循环中。
27
Then, break the execution and find the assembly code representing the infinite loop. 然后,中断执行并找到表示该无限循环的汇编代码。
28
Circular motion itself is a mutually antagonistic, infinite loop. 圆周运动本身就是相互逆反,无限循环。
29
In this recursion pattern, two functions each call the other, such that an infinite loop is formed. 在这种递归模式中,两个函数互相调用对方,形成一个无限循环。
30
If any trigger in the chain sets off an infinite loop, the nesting level is exceeded and the trigger is canceled. 如果链中任意一个触发器引发了无限循环,则会超出嵌套级限制,从而导致取消触发器。