
词语导航
基本信息
词语:循环控制语句
繁体:循環控制語句
拼音:xún huán kòng zhì yǔ jù
英语翻译
【计】 loop control statement
分词翻译
循环控制的英语翻译:
【计】 cycle control; loop control
语句的英语翻译:
sentence
【计】 COMPLEX statementwwW.wENTiYI.cOM
翻译例句
1. 如果条件的求值结果为TRUE,那么就将执行语句列表,在循环的顶部恢复控制。
If the condition evaluates to TRUE, the statement list is executed, then control resumes at the top of the loop.
2. 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.
3. 在模块include语句和初始变量声明之后,进入主控制循环。
After the module includes and the initial variable declarations, the main control loop is entered.
4. 如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.
5. GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。
The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.
6. 到这时,用户可以编写shell脚本,在变量中存储信息和导出信息,控制文件描述符,控制信号处理,使用for循环和case语句,以及其他大量功能。
Now, users could write shell scripts; store and export information in variables; control file descriptors; control signal handling, for loops, and case statements; and so much more.
7. 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.
8. 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.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
