• 如果条件的求结果为FALSENULL,那么将绕过循环并且控制被传递语句

    If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.

    youdao

  • Python中的第二控制语句while循环表达式计算为True时执行程序语句

    The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    youdao

  • Oracle允许游标循环语句紧密绑定起,形成所谓游标FOR循环结构。

    Oracle also allows cursors to be tightly bound to a looping statement, a construct called a cursor FOR loop.

    youdao

  • while循环本文后面介绍for 循环样)支持三种附加语句

    The while loop (like the for loop introduced later in this article) supports three additional statements

    youdao

  • 我们可以使用预编译语句并且每次重新设置数据但是为了保持完整性,我们决定在每次循环时候重新创建

    We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.

    youdao

  • 有时需要简单验证但是有时您需要条件语句还有时您需要添加延迟或者循环

    Sometimes, you can get by with a simple verification point, but sometimes you need conditionals, and sometimes you need to add a delay or a loop.

    youdao

  • 执行for语句时,游标隐式声明这样对于FOR循环次迭代取回就是结果

    When a for statement is executed, a cursor is implicitly declared such that for each iteration of the for loop, the next row is the result set if fetched.

    youdao

  • 我们循环,通过条件布尔值判断是否到了边缘还有语句回头并咆哮

    You've got a loop, you've got a condition and a Boolean to check if he's touching the edge, and some statements to tell him to shout or to actually turn around.

    youdao

  • while语句定义了语句集合,如果WHILE循环开始时某个条件求值结果false,那么就执行这个语句集合。

    The WHILE statement defines a set of statements to be executed until a condition that is evaluated at the beginning of the WHILE loop is false.

    youdao

  • REPEAT语句定义了语句集合,如果 REPEAT 循环结束时某个条件求值结果true那么执行这个语句集合。

    The REPEAT statement defines a set of statements to be executed until a condition that is evaluated at the end of the REPEAT loop is true.

    youdao

  • main方法使用增强for循环迭代通过不同语,当前实例上使用简单switch语句来设置每个大小

    The main method USES an enhanced for loop to iterate through the different primitives and a simple switch statement on the current instance to set the size value of each primitive.

    youdao

  • 如果找到选项,则getopts命令返回true因此常见的选项处理范例使用case语句while 循环中就是如此。

    The getopts command returns true if an option is found, so a common option processing paradigm uses a while loop with a case statement as in this example.

    youdao

  • 前面的文章中所述,continue语句使包含它的循环开始迭代

    As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.

    youdao

  • 接下来进入到循坏,这里只是简单创建循环个case语句用来处理到来的消息

    Next comes loop which simply creates a loop and then react which has case statements that are used to handle incoming messages.

    youdao

  • bash中的while循环可以重复执行语句次数,或者执行到满足条件为止。

    A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met.

    youdao

  • 可以循环中放print语句检验foreach循环每个元素中是否确实存在数据

    You can place a print statement within the loop to verify that data indeed exists at each element in the foreach loop.

    youdao

  • while循环if语句一样,支持可选else子句,其中包含表达式计算False时执行程序语句

    The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.

    youdao

  • 循环中的语句第二if语句,它测试变量i是否能被125整除但是表达式前面加了not运算符。

    The next statement in the loop body is a second if statement that tests whether the variable I is evenly divisible by 125, but this expression is preceded by the not operator.

    youdao

  • for 循环语句执行次数

    The for loop, which executes a block of statements a certain number of times

    youdao

  • while循环个测试表达式为true时执行语句

    The while loop, which executes a block of statements as long as a test expression is true.

    youdao

  • break语句特殊特性完全中断循环跳转循环下面的else子句。

    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.

    youdao

  • Scala另外拥有丰富特性类似控制结构for循环Scala社区被称为for推导语句或者for表达式

    Another familiar control structure that's particularly feature-rich in Scala is the for loop, referred to in the Scala community as a for comprehension or for expression.

    youdao

  • continuebreak语句分别用于在 while循环继续循环中断循环

    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.

    youdao

  • 用于递增递减循环计数器条或多条表达式语句

    Expression statement or statements to increment or decrement the loop counters.

    youdao

  • 常见算法结构条件为“”时,循环执行语句或者语句序列

    Another common algorithmic structure involves that the need to continue executing a statement or sequence of statements as long as some condition remains true.

    youdao

  • 公平标签循环有用的方式可以使用标记语句

    It is fair to say that labeling a loop is the only useful way that a labeled statement can be used.

    youdao

  • 相反的,需要编写循环语句来反复的更新视图渲染

    Instead, you'll need to code a small loop that iteratively updates the view and renders a frame.

    youdao

  • 其他有用经验法则函数如果判断循环语句通常效率的。(除非通常情况循环语句判断语句不会执行)。

    Another useful rule of thumb: it's typically not cost effective to inline functions with loops or switch statements (unless, in the common case, the loop or switch statement is never executed).

    youdao

  • 最有可能的原因程序陷入含有输出语句的死循环中。

    The most common cause is that your programs falls into an infinite loop containing some output operations.

    youdao

  • 循环语句在下作具体讲解

    The while loop will be explained in the next chapter.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定