This avoids the copying and resetting of the local variables in addition to using the language in the way as it was intended by its inventors.
除了按照发明者所计划的方式来使用该语言之外,这样做可避免复制和重新设置局部变量。
Figure 10 shows an example of local variable use, where test variables are initialized by using values from a data pool (login credentials).
图10显示了本地变量使用的范例,这里测试变量会使用来自数据汇(登录权限)的值来得到初始化。
In addition, a screen or control can define local state (using variables) and use control structures to iterate over collections and conditionally show parts of the user interface.
此外,屏幕或者控件也能够定义本地状态(使用变量),并使用控件结构来对集合进行迭代,从而根据条件显示用户界面的各个部分。
In this strategy, you'll access the device's register the same way as in strategy 1 — using local register variables.
在这种策略中,我们将采用与策略1中相同的方法来访问设备的寄存器,也就是使用本地寄存器变量。
Watch the variables being used in a function. If you notice a function using an out-of-scope variable more than once, store it in a local variable and use that instead.
仔细检查函数中所有使用的变量,如果有一个变量不是当前作用域定义的,而且使用了不止一次,那么我们就应该把这个变量保存在局部变量中,而使用这个局部变量来进行读写操作。
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsigned int的局部变量来避免。
Well, because the memory we've been using for local variables, and for functions, storage space is what computer scientists generally call the stack.
好的,因为我们看到的内存是用于局部变量的,用于函数的,存储空间就是计算机科学家,通常说的堆。
It's just a way to communicate with the coroutine scheduler without using global (or thread-local) variables.
它只是一种方法与协同调度通信而不需要使用全局(或局部)变量。
It's just a way to communicate with the coroutine scheduler without using global (or thread-local) variables.
它只是一种方法与协同调度通信而不需要使用全局(或局部)变量。
应用推荐