网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Infinite Loops
释义

Infinite Loops

原声例句
生活大爆炸 第2季

Uhoh, he's stuck in an infinite loop. I can fix it.

哦这问题要无限循环下去了。我来搞定。

奇思妙想物语

Or are we mindlessly scrolling through an infinite loop of articles videos and information?

还是我们在漫无目的地刷屏浏览文章、视频和信息,这样无限循环?

乔布斯演讲

I do have question about at the time they mentioned about the current infinite loop will remain the same. The employee will stay there, right?

听说新园区建成后现有的大楼会保留,员工也会留在那里,是吗?

Veritasium真理元素

Maybe it gets stuck in an infinite loop.

也许它陷入了无限循环。

科技 Crash Course

We're out of the infinite loop!

我们脱离了无限循环!

TED演讲(视频版) 2018年11月合集

I didn't want to go into an infinite thanking loop.

我不想陷入无限的感谢循环。

Veritasium真理元素

One, if it receives the output halts, immediately goes into an infinite loop.

一是,如果它收到输出停止,则立即进入无限循环。

TED-Ed(视频版)

For instance, starting with the number 22, yields an infinite loop of two twos.

例如,从数字 22 开始,会产生两个两两的无限循环。

科技 Crash Course

Originally, all it did was print the word " panic" and then enter an infinite loop.

本来,它所做的只是打印“panic”这个词,然后进入死循环。

科技 Crash Course

But if H says Bizzaro halts then Bizzaro enters its infinite loop and thus doesn't halt.

但是,如果 H 说 Bizzaro 停止,则 Bizzaro 进入无限循环,因此不会停止。

科技 Crash Course

This is called an infinite loop – a program that runs forever… ever… ever… ever… ever To break the loop, we need a conditional jump.

这被称为无限循环——一个永远运行的程序… … 永远… … 永远… … 永远… … 永远为了打破循环,我们需要一个条件跳转。

打开思维学英语

Indulging in the present and making new memories are we truly enjoying the time we spend on our phones or are we mindlessly scrolling through an infinite loop of articles videos and information do we enjoy watching TV?

我们有好好活在当下并创造新的回忆吗? 我们有真正享受使用手机的时光吗? 还是只是把时间浪费在那些永无止尽的文章、影片和讯息中? 我们有享受看电视的时间吗?

中文百科

无穷循环 Infinite loop

(重定向自Infinite Loops)

无穷循环infinite loop)或称为无限循环,是指程序的控制流程一直在重复运行某一段代码,无法结束的情形,其原因可能是因为程序中的循环没有设结束循环条件,或是结束循环的条件不可能成立等。在合作式多任务(cooperative multitasking)的操作系统中,无穷循环会使系统没有反应,若是先占式(preemptive)多任务的系统中,无穷循环会用掉所有可用的处理器时间,不过可以由使用户结束进程。无穷循环是造成系统假死机的原因之一,其他的可能原因包括死锁或是内存区段错误。

忙碌等待循环是在外界特定条件时(例如有按键输入)才会离开的循环,有时忙碌等待循环也被称为是无穷循环,但此情形和上述的不太一様。忙碌等待循环可以借由外界事件而结束循环,但上述的无穷循环是无法结束的。

英语百科

Infinite loop 无穷回圈

(重定向自Infinite Loops)

An infinite loop (or endless loop) is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition, having one that can never be met, or one that causes the loop to start over. In older operating systems with cooperative multitasking, infinite loops normally caused the entire system to become unresponsive. With the now-prevalent preemptive multitasking model, infinite loops usually cause the program to consume all available processor time, but can usually be terminated by the user. Busy wait loops are also sometimes called "infinite loops". One possible cause of a computer "freezing" is an infinite loop; others include thrashing, deadlock, and access violations.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 8:58:58