Executed, then the condition is tested again. 这个过程会一直被重复直到condition 不再是真。 This continues until the condition is no longer True.
如果condition 值为真,statement会再次执行。 If the condition is true, the statement will execute again. 这个过程会一直被重复直到condition 不再是真。 This process repeats until the condition is no longer true. 此时,condition 不再为true,循环结束。 When the condition is no longer true, the loop exits. 重复执行statement,直到condition 的值变为假。 Executes a statement repeatedly, until the value of condition becomes false. 如果condition 为TRUE,则只计算expression1。 If conditionalExpression is true, expression1 is evaluated. 重复执行statement,直至condition 的值变为false。 Executes a statement repeatedly, until the value of condition becomes false. And if the condition is still true, the body is executed again. While叙述做的第一件事就是测试condition 。 The first thing the while statement does is test the condition . 此时,condition 不再为true,循环结束。 At that point, the condition is no longer true, and the loop ends. If函数有三个参数:condition 、then和else,都是表达式。 The if function has three parameters, condition , then and else, which are all expressions. 此时,condition 不再为true,因此循环结束。 At that point, the condition is no longer true, and the loop ends. 基本上,如果现象持续期少于五个月,会称为厄尔尼诺情况(condition ); When this happens for less than five months, it is classified as El Niño or La Niña conditions ; 如果condition 的值为false,就永远不会声明并初始化value。 If condition evaluates to false, then value is never declared or initialized. 然后循环序列再次从计算condition 表达式开始。 The looping sequence then begins again with the evaluation of the condition expression.如果condition 为Nothing,VisualBasic会将其视为False。 If the condition evaluates to Null, Visual Basic for Applications treats it as False. 基本上,如果现象持续期少于五个月,会称为厄尔尼诺情况(condition ); When the condition is met for a period of less than five months, it is classified as El Niño or La Niña conditions ; Body的叙述执行完後,会再测试condition ,假如condition为真,则body会再度被执行。 After body has been executed, condition is tested again, and if it is still true, body executes again. Asacondition ofuse,您承诺不会将服务用于使用条款或法律禁止的任何目的。 As a condition of use, you promise not to use the Service for any purpose that is prohibited by the Terms of Use or law. 因为所有的修改都被集中化处理,且严格按照一个接一个的顺序执行,因此不用担心racecondition 的出现。 State change is centralized and processed in strict order so, you don't need to be concerned about race conditions . Body的叙述执行完後,会再测试condition ,假如condition为真,则body会再度被执行。 After the execution of the body, the test condition is once again evaluated and if it is true, the body is executed once again. 因为所有的修改都被集中化处理,且严格按照一个接一个的顺序执行,因此不用担心racecondition 的出现。 Because all changes are centralized and happen one by one in a strict order, there are no subtle race conditions to watch out for. Lock的Javadoc、ReentrantLock以及Condition 提供了有关新锁定类的应用程序和行为的更多信息。 The Javadoc for Lock, ReentrantLock, and Condition offers further information on the application and behavior of the new locking classes. HumanCondition 公司了解人们是如何搬运重物或爬梯子的,并且可以分析他们干这些活儿的时候姿态是否恰当。 Human Condition understands how people carry loads or climb ladders, and it can analyze if they are maintaining proper form for these actions. 月13日,Pramont《Lanouvelleloifédéralerégissantlacondition pénaledesmineurs",Sociétévalaisannedupatronage》(受众:监管机构专业人员). November, Pramont" La nouvelle loi fédérale régissant la condition pénale des mineurs", Société valaisanne du patronage(audience: penal establishment professionals).
Display more examples
Results: 29 ,
Time: 0.0218