For循环 For loop

在计算机科学中,For循环(英语:For loop)是一种编程语言的迭代陈述,能够让代码反复的运行。
它跟其他的循环,如while循环,最大的不同,是它拥有一个循环计数器,或是循环变量。这使得For循环能够知道在迭代过程中的运行顺序。
单词 | For next loop |
释义 |
For next loop
中文百科
For循环 For loop(重定向自For next loop)
![]() 在计算机科学中,For循环(英语:For loop)是一种编程语言的迭代陈述,能够让代码反复的运行。 它跟其他的循环,如while循环,最大的不同,是它拥有一个循环计数器,或是循环变量。这使得For循环能够知道在迭代过程中的运行顺序。
英语百科
For loop For回圈(重定向自For next loop)
![]() ![]() ![]() In computer science a for-loop (or simply for loop) is a programming language control statement for specifying iteration, which allows code to be executed repeatedly. The syntax of a for-loop is based on the heritage of the language and the prior programming languages it borrowed from, so programming languages that are descendants of or offshoots of a language that originally provided an iterator will often use the same keyword to name an iterator, e.g., descendants of ALGOL use "for", while descendants of Fortran use "do." There are other possibilities, for example COBOL which uses "PERFORM VARYING". |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。