您要查找的是不是:
- Put segment and variable declarations here. 把段和变量声明放在此处。
- And a few external variable declarations. 以及一些外部变量声明。
- Processes or nodes can have variable declarations. 流程或节点可拥有变量声明。
- Specify the index upper bound in the array variable declaration. 在数组变量声明中指定索引上限。
- Explain local variable declarations with an end-line comment. 使用行尾注释解释局部变量声明。
- The name of the local variable declared in the catch clause for the exception. 在异常的catch子句中声明的局部变量的名称。
- Therefore, all local variable declarations must be grouped in a single batch. 因此,所有局部变量声明必须组成一个批。
- The scope of a loop variable declared in this manner is the loop itself. 以此方式声明的循环变量的范围是循环本身。
- I need to take advantage of Pyrex variable declarations to get a speedup. 我需要利用Pyrex变量声明的优点来进行加速。
- Are variables declared in the proper scope? 是否变量定义在恰当的位置?
- Variable names that have no namespace prefix are in no namespace. Variable declarations that have no namespace prefix may appear only in a main module. 没有命名空间的变量名不在命名空间中。没有命名空间前缀的变量声明只能出现在主模块中。
- A variable declared with lastprivate cannot be used as the index inside a parallelized loop. 使用lastprivate声明的变量不能用作并行化循环中的索引。
- An assertion cannot be used with class variable declarations for instance, but can be placed within any method. 不能将断言同实例的类变量声明一块使用,但却可以将其置于任何方法内。
- Every important variable declaration should be preceded by a comment describing the use of the variable being declared. 每个重要的变量声明前都应有注释,用以描述被声明变量的用途。
- Provides recommendations for variable declaration and data type conversion in Visual Basic 6.0 Applications. 提供关于Visual Basic 6.;0应用程序中变量声明和数据类型转换的建议。
- Next, copy and paste the variable declarations from Code Illustration 23 just above the Public Sub Page_Load(). 接着,将代码演示23中的变量声明复制并粘贴到Public Sub Page_Load()上面。
- A variable declared outside a procedure can be accessed and changed by any script in the ASP file. 如果你是在一个子程序之外去声明变量的值,那么它的值可以被ASP文件中的所有脚本程序存取和改变。
- In Java and C++ you can spread your variable declarations throughout the block,defining them at the point that you need them. 而在Java和C++中,则可在整个块的范围内分散变量声明,在真正需要的地方才加以定义。
- Structure variable declarations cannot specify initializers or initial sizes for arrays; class variable declarations can. 结构变量声明不能指定初始值设定项或数组初始大小,而类变量声明可以。
- In Java and C++ you can spread your variable declarations throughout the block, defining them at the point that you need them. 而在java和c++中,则可在整个块的范围内分散变量声明,在真正需要的地方才加以定义。