THE WHILE LOOP - 翻译成中文

[ðə wail luːp]
[ðə wail luːp]
while循环

在 英语 中使用 The while loop 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Note that improper handling of the while loops may lead to endless cycles.
请注意,对while循环的不正确处理可能会导致循环不断。
The while loop includes condition expression.
While循环包括条件表达式。
The while loop needs a“loop condition.”.
While循环需要一个「循环条件」。
Print('The while loop is over.').
Print'while循环结束。
This causes the while loop to stop.
这会导致while循环停止.
Then, within the while loop, we use out.
然后,在while循环中,我们使用out.
The while loop goes from 0 to integers. length.
While循环从0变为integers.length。
Remember that you can have an else clause for the while loop.
记住,你可以在while循环中使用一个else从句。
The break and continue statements can be used to control the while loop execution.
Break和continue语句可用于控制while循环执行。
Add the following line at the beginning of the while loop(remember indentation!).
把下面的函数添加到While循环的开始处(记得缩进!)。
The code for drawing the image to the screen happens inside the while loop.
在屏幕上绘制图形的代码发生砸while循环内。
If you pass true in the while loop, it will be an infinite while loop..
如果在while循环中传递true作为参数,它将是一个无限while循环。
The while loop executes as long as the condition(here: a< 10) remains true.
While循环只要它的条件(这里指:a<10)保持为真就会一直执行。
This is because the condition of the while loop is evaluated before it enters the code block.
这是因为评估了while循环的条件在它进入代码块之前。
The most basic loop in JavaScript is the while loop which would be discussed in this chapter.
在JavaScript中最基本的循环是while循环,这将在本教程中学习讨论。
And its main function is to repeat statement while condition remains true, like the while loop.
它的主要功能是当条件condition为真true时重复执行语句statement,类似while循环
We move the input and if statements to inside the while loop and set the variable running to True before the while loop..
我们将input和if语句移动到while循环地内部,并在while循环之前将变量running设置为True。
Note for C/C++ Programmers-Remember that you can have an else clause for the while loop.
针对C/C++程序员的提示你可以在forwhile循环中使用else从句。
The two lines of code inside the while loop simply ask the player to enter a number from 1 to 9.
While循环中的两行代码直接要求玩家输入1到9之间的数字。
Notice that the block is skipped over, only to be executed during the next iteration of the while loop.
请注意,块将被跳过,而仅在下一次迭代while循环期间执行。
结果: 337, 时间: 0.0321

单词翻译

顶级字典查询

英语 - 中文