英语人>词典>汉英 : 循环子句 的英文翻译,例句
循环子句 的英文翻译、例句

循环子句

词组短语
for clause · loop-clause
更多网络例句与循环子句相关的网络例句 [注:此内容来源于网络,仅供参考]

For or when the condition becomes false, but not when the loop is terminated by a break statement.

循环可以有一个else 子句;它在循环迭代完整个列表或执行条件为false时执

A break statement executed in the first suite terminates the loop without executing the else clause's suite.

在第一个语句序列中执行 break 语句可以不执行 else 子句就退出循环。

To loop a specific number of times in a for clause, you may use the to keyword

在for子句中对一个指定的数字进行多次循环,你可以使用关键词"to"

As you can see, list comps support multiple nested for loops and more than one if clause.

如你所见,列表解析支持多重嵌套 for 循环以及多个 if 子句。

更多网络解释与循环子句相关的网络解释 [注:此内容来源于网络,仅供参考]

font disk:字体盘

946font change字体改变 | 947font disk字体盘 | 948for clause循环子句

for background:(美)供内部参考

first-come-first-serve%[]%先到者先受招待% | for background%[]%(美)供内部参考% | for clause%[]%循环子句%

for clause:循环子句

947font disk字体盘 | 948for clause循环子句 | 949for data循环数据

for data:循环数据

948for clause循环子句 | 949for data循环数据 | 950for-loop循环

function overloading:(函数重载)

1 例如,在for循环的条件子句中的size()调用:更一般地,C++支持被称为函数重载(function overloading)的机制. 函数重载允许两个或更多个函数使用同一个名字,限制条件是它们的参数表必须不同:参数类型不同,或参数的数目不同. 根据不同的参数表,