To repeat some statements many times, we need to create a conditional loop.
要多次重复一些语句,我们需要创建一个条件循环。
网站首页 情感咨询 情感美文 情感百科 情感生活 学习充电 旧版美文
词汇 | Conditional loop |
分类 | 英语词汇 英语翻译词典 |
释义 |
Conditional loop
原声例句
科技 Crash Course To repeat some statements many times, we need to create a conditional loop. 要多次重复一些语句,我们需要创建一个条件循环。
英语百科
Conditional loopIn computer programming, conditional loops or repetitive control structures are a way for computer programs to repeat one or more various steps depending on conditions set either by the programmer initially or real-time by the actual program. A conditional loop has the potential to become an infinite loop when nothing in the loop's body can affect the outcome of the loop's conditional statement. However, infinite loops can sometimes be used purposely, often with an exit from the loop built into the loop implementation for every computer language, but many share the same basic structure and/or concept. The While loop and the For loop are the two most common types of conditional loops in most programming languages. |
随便看 |
|
依恋情感网英汉例句词典收录3870147条英语例句词条,基本涵盖了全部常用英语单词的释义及例句,是英语学习的有利工具。