What is the translation of " LOOP VARIABLE " in Chinese?

[luːp 'veəriəbl]
[luːp 'veəriəbl]
一个循环变量

Examples of using Loop variable in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The loop variable v is local to the loop;.
循环变量v是一个循环内部的局部变量;.
As well, I simply called the loop variable, without any extra comment, i.
同样,我还将循环变量直接命名为i,无任何额外的说明。
Loop variables should be declared in the for statement itself unless there is a compelling reason to do otherwise:.
循环变量应该for里面声明,除非有令人信服的理由不这样做:.
It is simple to turn Var into a let in the loop variable, which works well:.
简单的在循环变量时将var变成let,能够很好的运行:.
Simple in the loop variable will var become let, can run well:.
简单的在循环变量时将var变成let,能够很好的运行:.
They begin with an arbitrary expression, which uses a loop variable(in our case it is x+ 10).
它们以我们编造的任意表达式开始,它使用一个循环变量(x+10)。
Omit“Expression 1(loop variable initial value)”, indicating that no initial value is assigned to the loop variable..
省略了“表达式1(循环变量赋初值)”,表示不对循环控制变量赋初值。
If you have written a for-loop before,then you have almost definitely used i++ before to increment your loop variable.
如果你之前写过for循环,那么你一定使用过i++来增加你的循环变量
If you ensure that i is always a loop variable, not used in other contexts outside a for loop..
如果确保i始终是循环变量,而且不在for循环之外的其他地方中使用。
Expression 1 can be anassignment expression that sets the initial value of a loop variable, or it can be another expression.
表达式1可以是设置循环变量的初值的赋值表达式,也可以是其他表达式。
Before each iteration of a loop, variable is assigned the next property of object or the next element of array.
在循环的每次迭代前,variable被赋予object的下一个属性或array的下一个元素。
It looks like a normal expression followed by a for clause defining a loop variable, range, and an optional if clause.
它看起来像一个普通表达式,后面跟一个for定义循环变量、范围和可选的子句if条款。
Omitting“Expression 3(loop variable increment)”, no other processing, the loop is always executed(infinite loop)..
省略“表达式3(循环变量增量)”,不做其他处理,循环一直执行(死循环)。
It looks like a normal expression followed by a for expression defining a loop variable, range, and an optional if expression.
它看起来像一个正常表达式,后面跟着一个for表达式,定义一个循环变量,范围和可选的if表达式。
Expression 3 is the step of the loop variable The value defines how the control loop variable changes after each iteration.
表达式3是循环变量的步进值,定义控制循环变量每循环一次后按什么方式变化。
Thus a sed script corresponds to the body of a loop that iterates through the lines of a stream,where the loop itself and the loop variable(the current line number) are implicit and maintained by sed.
因此,sed脚本对应于循环体,循环体遍历流的行,其中循环本身和循环变量(当前行号)是隐式的并由sed维护。
In the simplest case there is one loop variable, varname, and one list, list, that is a list of values to assign to varname.
在最简单的情况下,这里有一个循环变量varname,和一个列表list,它是要赋给varname的值的一个列表。
The foreach command implements a loop where the loop variable(s) take on values from one or more lists.
Foreach命令实现一个循环,这里循环变量从一个或多个列表接受值。
We don't have to worry about looping variable, conditions or anything else, it will take care of all the matters for iterating.
因为不用担心循环变量、条件和其他任何东西,它会处理所有迭代的问题。
We don't have to worry about looping variable, conditions or anything else, it will take care of all the matters for iterating.
不必担心循环变量、条件和其他任何东西,它会处理所有迭代的问题。
However, one-character names should be avoided, except for temporary and looping variables.
然而,应避免但字符名称,除非是临时性变量或循环变量
So the first time through the loop the variable y_offset is zero.
所以第一次经过循环的时候变量的y_offset是0。
In Python 2, the list comprehension"leaks" the loop control variable into the surrounding scope:.
Python2时,listcomprehension会"泄露"循环控制变量到外边:.
As with the db example above programmers expect i to be a loop induction variable.
与上面的db示例一样,程序员认为i是一个循环归纳变量
When used in the body of a for loop,continue will cause the loop control variable to be automatically incremented.
在for循环主体中使用时,continue将使循环控制变量自动增加。
Note that all“for” constructs allow us to declare the looping variable inside the loop, like let key here.
请注意:所有的”for”循环结构都允许我们在循环的内部来定义循环变量,比如此处的letkey。
If you need to use the loop control variable elsewhere in your program, you will not be able to declare it inside the for loop..
如果你在程序的其他地方需要使用循环控制变量,你就不能在for循环中声明它。
A simple declaration, typically a declaration of a loop counter variable with initializer, but it may declare arbitrary many variables.
一条简单声明,典型的是带初始化器的循环计数变量的声明,但它可以声明任意多个变量.
In its most common form,the initialization portion of the loop sets a loop control variable to an initial value.
其中,循环体的初始化部分(initialization)设置循环变量并为变量赋初始值。
Note that all“for” constructs allow us to declare the looping variable inside the loop, like let key here.
注意,所有的“for”结构体都允许我们在循环中定义变量,像这里的letkey。
Results: 214, Time: 0.0317

Word-for-word translation

Top dictionary queries

English - Chinese