您可以在规则集中定义局部变量。
所有的局部变量将在之后处理。
您在前一部分中定义了一些局部变量。
因此,块可以定义局部变量和返回值。
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.
局部变量的访问速度要快得多。
局部变量不能与包含它的函数同名。
Local variable cannot have the same name as the function containing it.
将局部变量声明为窗体的新实例。
局部变量最好使用不同的名字。
局部变量不应该包含下划线。
它们是局部变量,作用域是局限性的。
局部变量可以是基元类型或业务对象类型。
闭包提供了访问局部变量。
设置该局部变量的名称。
几乎与在函数中调用局部变量的速度相当。
最大数量的局部变量在函数,VC++可以是什么?
What is the maximum number of local variables in a function that VC + + can allow?
在这种情况下,局部变量不会改变,但性能可能会改变。
In that case the local variable would not change but the property may change.
如果在函数定义内声明一个变量,则该变量为局部变量。
If you declare a variable inside a function definition, that variable is local.
构造函数中除了使用简单的值对局部变量进行初始化之外,什么都不应该做。
Constructors should do no more than set the initial local variables to simple values.
构造函数中除了使用简单的值对局部变量进行初始化之外,什么都不应该做。
Constructors should do no more than set the initial local variables to simple values.
应用推荐