Create a user record class that binds columns to local variables.
创建将列绑定到局部变量的用户记录类.
互联网
This limits the use of anonymous types to local variables.
这就将匿名类型的使用范围限制为局部变量.
互联网
Variables at this level are also known as local variables.
该级别的变量也称为“局部变量”.
互联网
Local variables in procedures which have not been initialized, the example above.
本地变量在执行过程中未初始化, 如上例.
互联网
The stack segment is where local variables are allocated.
堆是放局部变量的地方.
互联网
These variables are called local variables.
这种变量可称为局部变量.
互联网
Initialization of local variables to a nonzero value.
将局部变量初始化为非零值.
互联网
Automatic variables are local variables declared inside functions.
自动变量就是定义在函数内部的局部变量.
互联网
It allows us to inject stack based local variables anywhere in our parse descent hierarchy.
它使得我们可以在下降分析的任意层次注入基于栈的变量.
互联网
These local variables are true local variables that exist on the hardware stack.
这些本地变量都是真实存在于硬件栈上的本地变量.
互联网
Similarly, a shared procedure or property holds only one set of local variables.
同样, 共享过程或属性仅存储一组局部变量.
互联网
This shouldn't be a problem because local variables are always associated with a specific thread anyway.
这不应该是个问题,因为局部变量总是与特定的线程相联系的.
互联网