您要查找的是不是:
- global variable symbol 全局变量符号,全程变量符
- 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. 因此其他模板只能看到全局变量的值。
- The action taken by the assembler when it replaces a variable symbol with a value,for example, during the expansion of a macro definition. 汇编程序采用的一种动作,例如在宏定义展开时,它用一个值来代替一个变量符号。
- 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倍。
- In assemble programming, that part of a source program in which a variable symbol can communicate its value. 在汇编程序设计中,源程序中的某一部分,其中变量符号能传递它的值。
- The action taken by the assembler when it replaces a variable symbol with a value,for example,during the expansion of a macro definition. 汇编程序采用的一种动作,例如在宏定义展开时,它用一个值来代替一个变量符号。
- 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. 对于非可视化组件,请声明一个全局变量并在初始化代码中创建一个实例。
- Global variables are available to any function in the script. 全局变量可用于脚本中的所有函数。
- Are all local and global variables initialized before use? 全局和局部变量在使用前被初始化?
- 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. 可传递此全局变量作为每个可选参数的默认值。