术语 | DO variable |
释义 | DO variable 循环变量;[循环变数] A variable in FORTRAN,specified in a DO statement, which is initialized or incremented prior to each execution of the statement or statements within a DO loop. It is used to control the number of times the statements within the DO loop are executed. 在FORTRAN程序的DO语句中说明的一种变量。在首次执行循环体中的语句之前,此变量赋 初值;以后在每次执行循环体语句之前,此变量增1。该变量用来控制循环体中语句的执行次 数。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。