您可以在规则集中定义局部变量。
这使得它成为了一个局部变量。
所有的局部变量将在之后处理。
在64位模式下重写局部变量。
在32位模式下重写局部变量。
静态局部变量不是仅有的编译器技巧。
Static local variables are not the only compiler trick around.
您在前一部分中定义了一些局部变量。
因此,块可以定义局部变量和返回值。
Therefore, a chunk can define local variables and return values.
大纲视图——更详细,支持局部变量。
Outline view - More detailed, with support for local variables.
对于所有这些任务,您将需要一些局部变量。
它不是一个局部变量。
这将创建一个事件处理程序实例的局部变量。
This creates a variable that is local to the event handler instance.
方法内部声明的变量叫做局部变量。
Variables declared within a method are said to be local variables.
定义局部变量时,它们没有值,也没有初始化。
When local variables are defined, they have no value and are not initialized.
静态局部变量会在方法调用之间保留它们的值。
Static local variables retain their value between method calls.
局部变量的生存期被限制为定义它的块的生存期。
The lifetime of a local variable is limited to the lifetime of the block in which it is declared.
局部变量可以是基元类型或业务对象类型。
在指令序列中使用仅引用一次的局部变量。
Using a local variable declared inside a sequence of instructions that is referenced only once.
系统将为您创建与该方法的返回值类型相同的新局部变量。
A new local variable of the same type as the method's return value is created for you.
本节将讨论如何通过重写局部变量更改给定进程的执行流程。
This section discusses how a given process's execution flow can be changed by overwriting a local variable.
此字段将在GetMessage中保留静态局部变量i的值。
This field will hold the value of the static local variable I in GetMessage.
它包含了栈帧和局部变量,但与真正的线程不同的是它无法执行。
It includes stack frames and local variables, but unlike a true thread it is not executable.
每个局部变量的名称都对应着表单中相应输入域的name属性。
The name of each local variable corresponds to the name attribute of the respective input field in the form.
这种语法表示把所有局部变量通过引用传递给lambda函数。
This syntax implies that all local variables will be passed by reference to the lambda function.
和程序中的处理一样,还可以为局部变量分配空间(第 63行)。
You can also allocate space for local variables as is done in the program (line 63).
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
你不需要提及任何一个局部变量,因为在这个地方,它们是不相关的。
You don't have to mention any of the local variables, because at this point in the story, they're just not relevant.
局部变量是一种仅能在声明该变量的代码片段中使用的变量。
A local variable is a variable that is only available for use within the snippet in which it is declared.
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
方法内部声明的变量是局部变量,在方法外部是不能够使用的。
Variables declared with a method are local to that method and cannot be used outside of it.
应用推荐