Continue must be in a loop (e.g., for, do, while). It cannot appear in case constructs.
continue一定是在for,do,while这些循环中,而不能在实例构建中出现。
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循环的不同之处,是这个结构不管怎么样,它会做一些事情。
Of course, you can run loops backward instead of forward, or increment the loop counter by something other than 1, or even eliminate the loop counter completely as you do in a while statement.
当然,也可以反向而不是正向运行循环,或者使用1之外的循环计数器增量,甚至像while语句那样完全取消循环计数器。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
请注意该方法如何用do -while循环来处理队列中可能存在的弱引用。
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 upper half of this figure shows the three modeling elements to represent a while loop, a do-while loop, and a for loop.
此图的上半部分显示了三种建模元素,分别表示while loop、do-while loop和 for loop。
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.
提供了一个新功能,可以自动为您执行这些步骤。
Of higher status still is a treadmill desk, which allows you to do your spreadsheets while you walk on a moving loop of rubber.
地位更高的人可以用跑步机桌子,你可以一边在移动的橡胶跑带上行走一边做电子表格。
Of higher status still is a treadmill desk, which allows you to do your spreadsheets while you walk on a moving loop of rubber.
地位更高的人可以用跑步机桌子,你可以一边在移动的橡胶跑带上行走一边做电子表格。
应用推荐