A LOCAL VARIABLE in Chinese translation

[ə 'ləʊkl 'veəriəbl]
[ə 'ləʊkl 'veəriəbl]
局部变量
一个局部变量
的局部变量
本地变量

Examples of using A local variable in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Within the body of a function, a local variable take precedence over a global variable with same name.
在函数的函数体内,一个本地变量优先级高于具有相同名称的全局变量。
If I select a local variable within the method, all the places it is used are also now automatically highlighted.
如果我选择该方法中的一个局部变量,用到了它的所有地方现在都被自动地高亮显示了:.
A value parameter corresponds to a local variable that gets its initial value from the corresponding argument supplied in the method invocation.
一个值形参对应于一个局部变量,只是它的初始值来自该方法调用所提供的相应实参。
Also to avoid the long property lookups all the way to Object, you can use a local variable to“cache” it.
也避免了长属性查找对象的所有方法,你可以使用局部变量“缓存”它。
So here I'm going to read into a local variable all 8 bits.
那么,在这里,我要将全部8个位读到一个局部变量中。
Any entity defined or created within a templated entity: a local class, a local variable, a friend function, etc.
任何模板化实体中定义或创建的实体:局部类,局部变量,友元函数,等等.
In this case, it will offer to create a class field i, a local variable i, or a method parameter i;
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;.
In this case, it will offer to create a class field i, a local variable i, or a method parameter i;
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;.
X is a formal parameter, y is a local variable and z is a free variable..
X是形式参数,y是局部变量,z是自由变量。
Instead, it's a local variable that gets created, used and then discarded.
相反,它被设置成一个本地变量,然后被创建、使用,然后被回收。
If you declare a local variable of contract type( MyContract c), you can call functions on that contract.
如果声明一个合约类型部变量(MyContractc),则可以调用该合约的函数。
A local variable used by an inner function is called an upvalue, or external local variable, inside the inner function.
当一个局部变量被更内层的函数中使用的时候,它被内层函数称作upvalue(上值),或是外部局部变量。
Eventually, you could accomplish this by creating a local variable and calling std::move() on your captured reference, but this is a bit inefficient.
最终,创建一个局部变量并在通过引用捕获时调用std::move()能够达到目的,但是其效率略低。
A single name can denote a global variable or a local variable(or a function's formal parameter, which is a particular kind of local variable):.
一个单一的名字可以表示一个全局变量,也可以表示一个局部变量(或者是一个函数的参数,这是一种特殊形式的局部变量):.
Name means that there is something called"name" that is part of the object called"self" and the other name is a local variable.
Name作“name”的东西是某个叫作“self”的对象的一部分,而另一个name中的点号意味着这个叫则是一个局部变量
X is a local variable.
X是局部变量
I is a local variable.
俺是一个局部变量.
Var could be a local variable.
Var可以是局部变量
Such a variable is called a local variable.
这样的变量称为局部变量
That makes it a local variable.
这使得它成为了一个局部变量
Results: 705, Time: 0.0674

A local variable in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese