您要查找的是不是:
- This is only one issue of global variable handling. 这仅仅是全局变量处理的一个问题。
- You must specify one global variable for each. 参数指定一个全局变量。
- Bc is a global variable that can only be used in Run VSL scripts. bc是一个只能用在执行VSL中的一个全局变量。
- The rest of template therefore sees only the global variable. 因此其他模板只能看到全局变量的值。
- Ac is a global variable that can only be used in Actions scripts. ac是一个只能用在活动教本中的全局变量。
- Incrementing a global variable is 2 times slow than a local var. 递增一个全局变量要比递增一个局部变量慢2倍。
- This is true of all initialized global variables. 对于所有已初始化的全局变量都是如此。
- You can map global variables to input parameters. 可以将全局变量映射到输入参数。
- Visual Basic provides an implicit global variable with the same name as the form for each form class. Visual Basic为每个窗体类提供了一个与窗体同名的隐式全局变量。
- GlobalVariableSetter Creates and sets the specified global variable to the value of the specified attribute. 根据属性的值创建并设置全局变量。
- If register_globals is enabled, then each global variable can be registered as session variable. 如果启用了register_globals,则每个全局变量都能被注册为会话变量。
- For the non-visual component, declare a global variable and create an instance in your initialization code. 对于非可视化组件,请声明一个全局变量并在初始化代码中创建一个实例。
- Are defined with local scope, they shadow the global variable and constant with the same name. 都是用局部范围定义的,它们隐藏了具有相同名称的全局变量和常数。
- You can pass this global variable to assume the default value of each optional parameter. 可传递此全局变量作为每个可选参数的默认值。
- A local variable can have the same name as a global variable, but it is entirely distinct and separate. 局部变量可以与全局变量具有相同的名称,但它们是完全不同且相互分离的。
- CHAR is a global variable which will always hold the source program being scanned. char是全程变量,它总存放当前所扫描的源程序的字符。
- Global variables are available to any function in the script. 全局变量可用于脚本中的所有函数。
- Are all local and global variables initialized before use? 全局和局部变量在使用前被初始化?
- I embedded ystems, the hared resource i typically a lock of memory, a global variable, or a et of registers. 在嵌入式系统中,共享的资源典型的有内存块或寄存器组。
- If you don’t explicitly initialize a global variable, the compiler initializes it to 0. 如果没有明确地初始化全局变量,那么编译器将对其初始化为0。