WHILE in English translation

while
虽然
同时
尽管
一段时间
loop
循环
回路
环路
环线
环形
回环
闭环

Examples of using While in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
一个语句可以是expression,也可以是几个带关键字的结构之一,如if,while或for。
A statement is either an expression or a one of several constructs with a keyword, such as if, while or for.
C语言中的break语句用于中断循环的执行(while,dowhile和for)和switchcase。
The break statement in C language is used to break the execution of loop(while, do while and for) and switch case.
枚举用例模式出现在switch语句中的case标签中,以及if、while、guard和for-in语句的case条件中。
Enumeration case patterns appear in switch statement case labels and in the case conditions of if, while, guard, and for-in statements.
然而,对于本系列的这一部分,我们将阐述:if-else、for、while和dowhile语句。
However, for the scope of this series, we shall expound on: if-else, for, while and do while statements.
她也创作并演唱了片尾曲“TokinihaMukashinoHanashiwo(OnceinaWhile,TalkoftheOldDays)”。
She also wrote and sang the ending song,"Toki niha Mukashi no Hanashi wo(Once in a While, Talk of the Old Days)".
每执行一个荒谬的微型雕塑drama-sometimes神话或童话tale-while也反映其制造商的世界观和幽默感。
Each sculpture performs an absurd miniature drama- sometimes a myth or fairy tale- while also reflecting its maker's worldview and sense of humor.
只要条件为True,while内部的语句就会重复的执行下去。
As long as the expression is true, the statements inside the while loop will be repeatedly executed.
循环的第一行,“while(true)”可能会有一点奇怪,但确是合法的。
The rst line of this loop, while(true) might look a bit strange, but its perfectly legitimate.
在这里,while循环的关键点是循环可能永远不会运行。
Here, key point of the while loop is that the loop might not ever run.
While语句继续测试表达式并执行其块,直到表达式计算为false。
The while statement continues testing the expression and executing its block until the expression evaluates to false.
Whileloop类似于while循环,不同之处在于条件检查发生在循环的末端。
While loop is similar to the while loop except that the condition check happens at the end of the loop.
While循环有一个叫做gameLoop的标签,来表明它是蛇与梯子游戏的主题循环。
The while loop has a statement label called gameLoop, to indicate that it is the main game loop for the Snakes and Ladders game.
下面来看看一个简单的C++do-while循环打印从1到10的例子。
Let's see a simple example of C++ do-while loop to print the table of 1.
此代码将打印与while中相同的代码:从1到10。
This code will print the same code as in while: from 1 to 10.
While(x>0)实际上意味着while(x>0)。
The while( x--> 0) actually means while( x> 0).
BUSH:Itisgoingtotakeawhileforthem…布什说:“他们将需要一段时间来了解自由究竟是什么。
President George Bush once said that"It's going to take a while for them to understand what freedom is all about.".
Andallthewhile,你们都在谈论你们的浪漫前景/约会。
And all the while, you have both been talking about your romantic prospects/dates.
此代码将打印与<strong>while</strong>中相同的代码:从1到10。
This code will print the same as while code: from 1 to 10.
While循环是一个控制流语句,它允许代码根据给定的布尔条件重复执行。
The while statement is a control flow statement that allows code to be executed repeatedly based on a given boolean condition.
在翻译while循环时,我们仍然需要使用while_block()函数,这个函数本身里面可以包含语句而不是仅仅包含表达式。
Our translation of while still requires a while_block() function that may itself contain statements rather than just expressions.
Results: 347, Time: 0.0213

While in different Languages

Top dictionary queries

Chinese - English