Local variables used in methods.
方法中使用的本地变量。
TBSCAN (10) initializes the local variables in the function.
TBSCAN(10)初始化函数中的本地变量。
Static local variables are not the only compiler trick around.
静态局部变量不是仅有的编译器技巧。
Static local variables retain their value between method calls.
静态局部变量会在方法调用之间保留它们的值。
The remaining space is used for saving registers and storing local variables.
剩余的空间用来保存寄存器和存储本地变量。
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsigned int的局部变量来避免。
In this step, you will create three local variables: rate1, rate2 and increment.
在此步骤中,您将创建三个局部变量:rate1、rate2和increment。
Temporary grammar-local variables can be defined and set in grammar actions.
在语法片断中可以定义并设置临时的局部语法(grammar - local)变量。
One is faster. It pulls everything out into local variables, avoiding the lookups.
One稍快,将所有东西都放进局部变量中,避免了查找。
You can also allocate space for local variables as is done in the program (line 63).
和程序中的处理一样,还可以为局部变量分配空间(第 63行)。
These local variables give us something to perform assertions on at the end of the test.
这些本地变量使我们能够在测试的最后执行断言。
It includes stack frames and local variables, but unlike a true thread it is not executable.
它包含了栈帧和局部变量,但与真正的线程不同的是它无法执行。
Displays the current local variables and their values as well as a TAB with all breakpoints.
显示当前的本地变量及其值,以及带有所有断点的选项卡。
After the function in tail position is called which of our local variables will be in use?
函数在尾部被调用之后,还需要使用哪个本地变量?
Use the variables TAB in the Debug window to examine environment, global, and local variables.
使用Debug窗口中的Variables选项卡查看环境、全局和局部变量。
We mentioned in the scope activity section that you can declare local variables within a scope.
我们在范围活动部分中已提到,您可以在范围中声明本地变量。
A scope activity lets you define local variables, local correlation sets, and various handlers.
范围活动允许您定义本地变量,本地相关集和各种处理程序。
This syntax implies that all local variables will be passed by reference to the lambda function.
这种语法表示把所有局部变量通过引用传递给lambda函数。
Now RubyMine's editor knows and understands the new lambda syntax, local variables semantics, etc.
现在RubyMine的编辑器知道并且理解了新的lambda语法、局部变量语义等。
With proc_entry successfully created, I initialize my local variables and the proc_entry structure.
当proc_entry成功创建之后,对自己的本地变量和proc_entry结构进行了初始化。
Reentrant functions either use local variables or protect their data when global variables are used.
可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。
Without local variables, all event handler instances would work on the same global variable instances.
如果没有局部变量,所有事件处理程序实例都将在相同的全局变量实例上工作。
This scope is required to define local variables so that each event handler instance uses its own data.
定义局部变量要求使用此范围,以便每个事件处理程序实例都使用其自身的数据。
First, although it doesn't look that way initially, this is a major change to the semantics of local variables.
首先,它看起来与最初并不相同,它是对局部变量语义的一项重要更改。
You don't have to mention any of the local variables, because at this point in the story, they're just not relevant.
你不需要提及任何一个局部变量,因为在这个地方,它们是不相关的。
Essentially, local variables (though not always the objects they point to) are free from both memory and time concerns.
实际上,本地变量(并非始终是它们指向的对象)并不影响内存和时间问题。
The activation record contains all of the call-specific data for the function, including parameters and local variables.
活动记录包含了这个函数的所有与调用有关的数据,包括参数和本地变量。
The callback handler class has two thread local variables that can store the user ID and password from the client instance.
这个回调处理器类拥有两个线程本地变量,用于存储来自客户端实例的用户ID和密码。
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
应用推荐