do-while loop的意思|示意

美 / / 英 / /

延伸的循环


do-while loop的网络常见释义

循环 ... do-while loop 循环 implied do loop 隐式do循环 inactive do loop 非现用do循环 ...

重复叙述 ... inactive DO-loop 不活动DO循环 DO LOOP 我会做 do-while loop 重复叙述 ...

do-while loop相关短语

1、 do loop while 语句

do-while loop相关例句

So this do while loop immediately breaks out at the point of that check.

所以这个do,while,循环在检查的时候,直接中断了。

Do not simply use while (true) loop.

不要简单地使用,而(真)循环。

Notice how this method accounts for possible weak references in the queue with the do-while loop.

请注意该方法如何用do - while循环来处理队列中可能存在的弱引用。

V6.2 offers a new feature to automatically perform these steps for you. To move a set of tasks into a while loop, do the following.

提供了一个新功能,可以自动为您执行这些步骤。

For this purpose, I have used a do-while loop that continues dividing the value integer by 256 until the value drops below 1.

为此,我使用了一个do - while循环,它不断地将value整数除以256,直到得到的值小于1。

The difference with the do while loop, as the syntax kind of suggests, is that this construct is going to do something no matter what.

作为建议的语法,do, while循环的不同之处,是这个结构不管怎么样,它会做一些事情。