What is the translation of " A LOCAL VARIABLE " in Chinese?

[ə '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
A must be a local variable.
切必须是局部变量
A local variable can be declared as final.
不过,那些局部变量必须被声明为final。
Set localVar to"I'm a local variable.".
VarlocalAttr="我是一个局部变量".
Name is a local variable created by init.
Name是init创建的局部变量.
The kitchen is a closure that has a local variable, called trashBags.
厨房是一个具有局部变量的闭合,称为trashBags。
Name is a local variable created by init.
Name是一个被init创建的局部变量.
However, sometimes we want a local variable NOT to be deleted.
然而,有时候希望某个局部变量不要被删除。
A local variable only has scope from its declaration to the end of the enclosing block.
局部变量的范围从声明它的位置延伸到封闭块的末尾。
However, sometimes you want a local variable to not be deleted.
然而,有时候希望某个局部变量不要被删除。
A local variable is defined at the software element and can only be accessed by the software element.
部变量在软件元素处定义,并且只能由软件元素访问。
However, sometimes you want a local variable to not be deleted.
然而,有时候您希望某个局部变量不要被删除。
A local variable used in a lambda expression must be final or effectively final.
Lambda表达式的主体中引用的局部变量必须是final或既成事实上的final变量。
What this means is that a is a local variable of the function.
这就意味着a是这个函数的局部变量
Declaring a local variable prematurely can cause its scope not only to extend too early, but also to end too late.
过早地声明局部变量可能导致其范围不仅过早开始而且结束太晚。
What this means is that a is a local variable of the function.
这就意味着a是这个函数的本地变量
Name is a local variable created by init.
Name是一个被init函数创建的局部变量.
Don't worry, x is usually a local variable so its life is usually short.
不用担心,x通常是个局部变量,所以它的生命通常很短暂。
Each frame consists of a local variable array, return value, operand stack and constant pool.
每个栈帧包括本地变量数组、返回值、操作栈和常量池.
Don't worry, x is usually a local variable so its life is usually short.
别担心,x通常是一个局部变量,所以它的生命周期通常很短。
Even though board is a local variable, the makeMove() function modifies the original list.
即使board是一个局部变量,makeMove()函数仍然修改了最初的列表。
Don't worry, x is usually a local variable so its life is usually short.
不用担心,x通常是一个局部变量,因此它的生命周期一般较短。
The following example declares a local variable i with an initial value of zero and a local variable j with no initial value.
下面的示例声明一个初始值为零的局部变量i和一个没有初始值的变量j。
However, if you declare a local variable within a block, its scope is that block only.
但是,如果您在块中声明一个局部变量,则它的范围将只限于该块。
The syntax for declaring a local variable is similar to declaring a field(for example, int count= 0;).
声明局部变量的语法与声明域类似(例如,intcount=0;)。
Now we know that if we overflow a local variable, we can overwrite the return address for the function we're in.
现在我们知道如果我们溢出一个局部变量,就可以覆盖我们所处的函数的返回地址。
The initialized variable is not a local variable of the loop, but is in the same scope as the for loop.
初始化中的变量不是该循环的局部变量,而是与for循环处在同样的作用域中。
Within the body of a function, a local variable takes precedence over a global variable with the same name:.
在函数的函数体内,一个本地变量优先级高于具有相同名称的全局变量。
With the const-on-the-right style, a local variable that is const is defined with the const on the right: int const a= 42;
使用const放在右侧风格时,一个常量本地变量,在定义时,应当将const放置在右侧:intconsta=42;。
In the above example, terrainType is a local variable by reference, and GetAt is a function returning a value by reference:.
在上面的例子中,terrainType是一个局部变量的引用,GetAt是一个返回值的引用的函数:.
On the other hand, assigning to a local variable creates an independent copy only for elementary types, i.e. static types that fit into 32 bytes.
另一方面,对局部变量的赋值只会为基本类型(即32字节以内的静态类型)创建独立的副本。
Results: 75, Time: 0.0337

Word-for-word translation

Top dictionary queries

English - Chinese