operand
副词:
副词: operably
更多词形:
副词: operably | 名词: operability |
单词例句:
Left operand of DUP should not be negative.
伪指令DUP左边的参数值表示的是存储单元重复的数目,它不能是负数。
The right operand is not evaluated if the left operand evaluates to true.
如果左操作数返回真则右操作数不进行求值。
An operator that represents an operation on one and only one operand.
一种只对一个操作数进行运算的算子或算符。
The result of any expression can be used as the operand of another expression.
而任何一个表达式的结果都可用作另一个表达式的操作数。
The operand type of an Microsoft intermediate language (MSIL) instruction.
Microsoft中间语言(MSIL)指令的操作数类型。
In COBOL, a word composed of not more than30 characters, which defines a COBOL operand.
在COBOL语言中,最多由30个字符组成的一种字,用于定义COBOL操作数。
In some cases this might be a data type with a greater range than that of either operand.
在某些情况下,该类型的范围可能要比两个操作数中任何一个的范围更大。
An operator or operand in a computer instruction.
计算机指令中的操作符或操作数。
The left operand of the , is evaluated, then the right operand is evaluated.
先计算‘,’左面的操作数,然后计算右面的操作数。