break out loop的意思|示意
跳出循环
break out loop的网络常见释义
解环 ...动装置;解环 [gap=407]Keywords:electromagnetic loop network;power system stability;automation devices;break out loop ...
break out loop相关例句
This causes the break statement to be executed, breaking out of the loop.
这导致执行break语句,中断循环。
At this point, the break statement causes program execution to break out of the while loop, skipping the else clause.
此时,break语句导致程序执行中断while循环,跳转到else子句。
The continue and break statements are used inside a while loop to continue with the next pass through the loop or break out of the loop, respectively.
continue 和 break 语句分别用于在 while 循环中继续下一次循环或中断循环。
Enabling teams and individuals to break out of this "infinite loop" and achieve substantial net productivity gains is the change we're making today.
使团队和个人打破这个”无限循环“并实现真实纯粹的生产力的收获是我们今天要做的变化。
One special feature of the break statement is that it breaks completely out of the loop, thereby skipping any else clause that follows the loop.
break语句的一个特殊特性是,它完全中断循环,并跳转到循环下面的任一个else子句。
You can break out of the loop by using the break keyword, or step to the next iteration in the loop by using the continue keyword.
您可以通过使用 符 关键字,中断循环出的或通过使用 继续 关键字为循环中的下一个迭代的步骤。