这段代码非常清晰:如果程序在自运行时停机,则SELF-HALT进入死循环,否则SELF-HALT停机。
This code is pretty straight forward: if the program would halt on itself, then SELF-HALT goes into an infinite loop. Otherwise, it halts.
由于死循环、死锁或其他的问题,工具和应用程序有时会挂起(不会响应任何鼠标和键盘输入)。
Tools and applications sometimes hang (do not respond to any mouse or keyboard input) because of an infinite loop, deadlock, or other problem.
可能是您的程序陷入了死循环或者您需要改进您的算法复杂度。
May be your problem falls into a infinite loop or you should reduce your algorithm complexity.
为防止程序“跑飞”,进入“死循环”,使系统失控,接入看门狗电路;
To prevent program from entering " dead circulation ", making system out of control, this system adopts watchdog technique.
最有可能的原因是您的程序陷入了一个含有输出语句的死循环中。
The most common cause is that your programs falls into an infinite loop containing some output operations.
设备驱动程序已经陷入无限死循环中这通常表示。
The device driver got stuck in an infinite loop. This usually indicates.
显示设备的驱动程序已经陷入无限死循环中。
The driver for the display device got stuck in an infinite loop.
如果这是你第一次看到,重启你的电脑,如果这屏幕出现了设备驱动程序已经陷入无限死循环中。
If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: the device driver got stuck in an infinite loop.
如果这是你第一次看到,重启你的电脑,如果这屏幕出现了设备驱动程序已经陷入无限死循环中。
If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: the device driver got stuck in an infinite loop.
应用推荐