Love is like PI, the infinite loop.
爱像圆周率,无限不循环。
A statement running in an infinite loop.
语句在无限循环中运行。
Figure 7 shows an infinite loop going backwards.
图7显示了一个无限循环。
Well, I'm going to create a little infinite loop.
好,我会建立一个小的无穷循环。
Simple C Code going into Infinite Loop. Why?
简单的C代码进入无限循环。为什么?
This is an error because you now have an infinite loop.
出现此错误的原因是现在运行了一个无限循环。
Put the receive block inside of a near-infinite loop.
把receive块放在一个接近无限的循环中。
It doesn't crash, but appears to be stuck in an infinite loop.
它不会崩溃,但是会陷入无限循环中。
Next, we consider the infinite loop statement and conditionals.
接下来,考虑无限循环语句和条件。
Case study 4: Example of a memory leak due to an infinite loop.
案例研究4:由于无限循环导致的内存泄漏示例。
Fixing a possible infinite loop problem with unit movement.
修复单位移动无限循环问题。
Well, if one of those applications went into an infinite loop.
那么,如果这些应用程序之一进入无限循环。
Here, if the assertion fails, we simply enter an infinite loop.
在这里,如果断言失败,我们只需输入一个无限循环。
A top-down parser will go into an infinite loop when this happens.
一个自顶向下分析器在这种情况下将陷入无限循环中。
The script logs in to the local IRC server, then goes through an infinite loop.
脚本注册到本地IRC服务器,并开始进行无限循环。
No need to worry about a thread stalling or getting caught in an infinite loop.
也不需要担心线程停止或陷入无限循环。
Use with care, because it can cause an infinite loop resulting in a poison message.
使用时要小心,因为它可能导致无限循环而产生有害消息。
Then, break the execution and find the assembly code representing the infinite loop.
然后,中断执行并找到表示该无限循环的汇编代码。
If the specified number is not detected, the tool will wait in an infinite loop.
如果未检测到指定数量的Mbean,工具将会无限期等待。
You will start an infinite loop if you are not careful. Try the following, for instance.
如果不注意的话,会启动无限循环。
May be your problem falls into a infinite loop or you should reduce your algorithm complexity.
可能是您的程序陷入了死循环或者您需要改进您的算法复杂度。
Issue 1036: Adding NuGet Pack SomeProject.csproj to post-build event no longer causes an infinite loop.
问题1036:在后期生成事件里添加“NuGetPack SomeProject . csproj”不再导致无限循环了。
The StringCreator class enters an infinite loop and creates String objects with the value "hello" at //1.
StringCreator类进入到一个无限循环中并且使用值“hello”在 //1 处创建String对象。
In the past when mistakes were made and an infinite loop was written you had to kill the NUnit process.
过去,当编写的无限次循环中出现错误时,你必须杀掉NUnit进程。
The MessageServer run method, shown in Listing 4, establishes an infinite loop to wait for a client connection.
清单4中显示的MessageServer run方法建立了一个无限循环以等待客户机连接。
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;如果不是这样,在执行这些规则时将陷入无限循环。
In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event).
在上述死循环的情况下,所有除主线程之外的线程都处于某种等待状态(等待一个信号量,或等待某个事件)。
Once you press Enter following the last three-dot Python prompt, the Python interpreter starts churning away in an infinite loop.
一旦在三个点的Python提示后按enter键,Python解释器就处于无限循环的混乱中。
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请求而生成当前页面时发送恢复请求。
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选项卡显示了从涉及无限循环的内存泄漏案例中获取的两个堆转储的分析结果。
应用推荐