您要查找的是不是:
- macro assignment statement 宏赋值语句
- Represents a simple assignment statement. 表示简单的赋值语句。
- Clause in a declaration statement or an assignment statement. 可以在声明语句或赋值语句中使用。
- Generates code for the specified assignment statement. 为指定的赋值语句生成代码。
- An assignment statement which looks like a comparison. 一个赋值语句看起来像比较语句。
- You can use a New clause in a declaration statement or an assignment statement. 可以在声明语句或赋值语句中使用New子句。
- In this example, there is an invalid assignment statement that causes an exception. 在此示例中,有一个可导致异常的无效赋值语句。
- Procedure by including its name and arguments either on the right side of an assignment statement or in an expression. 过程的方法是将其名称和参数放在赋值语句的右边或表达式中。
- This is a simple assignment statement as is found in almost all programming languages. 这是一个简单的赋值语句,与大多数编程语言中的一样。
- You can explicitly assign values to constants in an enumeration by using an assignment statement. 可使用赋值语句将值显式赋予枚举中的常数。
- Each of these looks a lot like an assignment statement in a programming language. 这些声明中的每一个都类似于编程语言中的赋值语句。
- If you create an array in this way, you must use a subsequent assignment statement to initialize each element value. 如果以这种方式创建数组,必须使用后面的赋值语句来初始化每个元素值。
- You use a normal assignment statement to assign an object to an object variable. 使用标准赋值语句将对象分配给对象变量。
- The Reference Manual section on assignment statements. 参考手册的赋值语句部分。
- Visual Basic automatically calls a property's Set procedure when an assignment statement provides a value to be stored in the property. 当赋值语句提供一个将存储在属性中的值时,Visual Basic会自动调用属性的Set过程。
- This is not used by the collector (it's used by other internal Microsoft tools), but must match the name used on the left side of the meta variable assignment statement. 此字段不是由收集程序使用(而是由其他内部Microsoft工具使用),但是它必须与元变量赋值语句左侧所使用的名称相匹配。
- A declaration or assignment statement invokes a generic type and supplies constructor arguments to a type parameter that has the New (Visual Basic) constraint. 声明或赋值语句调用了泛型类型,并向具有New(Visual Basic)约束的类型参数提供了构造函数变量。
- When a vector assignment statement such as A= B + C is executed on a SIMD computer, the actual result of computation sometimes does not correspond to the ordinary concept of vector operations. 一个向量赋值语句,如A=B+C,在任一台SIMD机器上实际执行的结果和通常‘向量运算’的概念有时并不相符。
- For instance, if a variable in a FORTRAN subroutine needs to bereinitialized each time the subroutine is called, it must beinitialized with an assignment statement rather than a DATA statement. 例如,如果某FORTRAN子模块中某个变量在被调用时均需要被初始化,此事它必须使用赋值语句初始化而不是DATA语句。
- A comma-separated list of expressions or assignment statements to initialize the loop counters. 用于初始化循环计数器的表达式或赋值语句的逗号分隔列表。