operands
美 [ˈɒpəˌrændz]
英 [ˈɒpərændz] 
词形变化
复数:operands
英汉解释
英英解释
例句
Takes two operands: the left-hand operand is an object and the right is the name of a member of that object.
接受两个操作数:左操作数是一个对象,而右边是该对象的一个成员的名字。
Note that this does NOT change the types of the operands themselves; the only change is in how the operands are evaluated.
注意这并没有改变这些运算数本身的类型;改变的仅是这些运算数如何被求值。
The operands to the call operator are the name of the function and a (possibly empty) comma-separated list of arguments .
调用操作符的操作数是函数名和一组(有可能是空的)由逗号分隔的实参。
Do not provide operator overloads unless at least one of the operands is of the type defining the overload.
除非至少有一个操作数属于定义重载的类型,否则不要提供运算符重载。
If you want to force a floating-point result, be sure that at least one of the operands is a floating-point type.
如果要强制取得浮点结果,则必须确保操作数中至少有一个为浮点类型。
If one of the operands is of an integral type, then that operand is converted to the floating-point type of the other operand.
如果其中一个操作数为整数类型,那么该操作数将被转换为另一个操作数所属的浮点类型。
At least one of the operands of a binary operator.
二元运算符的至少一个操作数。
The result of an arithmetic operator is always nullable, even if the operands are nonnullable and ANSI_WARNINGS or ARITHABORT is set ON.
即使操作数不可为空并且ANSI_WARNINGS或ARITHABORT设置为ON,算术运算符的结果也始终可为空。
The value elements that are combined with an operator are called operands of that operator.
与运算符组合在一起的值元素称为该运算符的操作数。
These operators produce a null value if the operands are null; otherwise, the operator uses the contained value to calculate the result.
如果操作数为空,这些运算符将产生一个空值;否则运算符将使用包含的值来计算结果。
This instruction format provides up to two registers as source operands, one immediate source, and up to two registers as target operands.
这一指令格式提供至多两个寄存器作为源操作数,一个立即源,至多两个寄存器作为目的操作数。
Only one of these operands has to be of the enclosing type.
这两个操作数中只有一个必须是封闭类型的。
The output operands are the C expressions on which the output of the assembly instructions will be performed.
输出操作数是将对其执行汇编指令输出的C表达式。
Numeric methods and rich comparison methods may return this value if they do not implement the operation for the operands provided.
数值型方法和很多比较方法可能会返回该值,如果他们没有为所给的操作数实现相应的操作的话。
This instruction format provides up to three registers as source operands, and one target operand.
这一指令格式提供至多三个寄存器作为源操作数,以及一个目的操作数。
Flags may have one of two logical states, true or false. Programs that use flags as arithmetic operands have an environmental dependency .
旗标可以有两个逻辑状态之一,真或假。使用旗标作为计算操作的程式有环境相依性。
Note that the result is always floating-point (Double), even though both operands are integer constants.
请注意,即使两个操作数都是整数常数,结果也始终为浮点类型(Double)。
This instruction format provides up to two registers as source operands and up to two target operands.
这一指令格式提供至多两个寄存器作为源操作数,至多两个目的操作数。
When performing an addition, both operands must be values and the result is always a value.
执行加法时,两个操作对象都必须是值,且结果总是一个值。
Since the operands for the multiplication are 64-bit values, the result of their product is a 128-bit number.
由于乘法的操作数是两个64位的值,它们的乘积是一个128位的数字。
The result data type of a bitwise logical operation depends on the data types of the operands.
按位逻辑运算的结果数据类型取决于操作数的数据类型。
For integral types, & computes the logical bitwise AND of its operands.
对于整数类资料型别,&会针对其运算元进行逻辑位元AND运算。
The problem is that the result of a multiply instruction can be twice as long as its operands.
问题在于乘法指令的结果可能会有其操作数的两倍之长。
the logical operation specified , plus the operands of the operation and those operands could be logical expressions themselves.
指定的逻辑操作的子例程和该操作的操作数(那些操作数可以是逻辑表达式本身)。
In AT&T syntax, the size of memory operands is determined from the last character of the opcode name.
在AT&T语法中,内存操作数的大小由操作码名称的最后一个字符决定。
One of the operands on the instruction had an incorrect size.
指令上某个操作数的大小不正确。
For a comparison operation, exactly two operands must be supplied.
对于比较运算,必须正好提供两个操作数。
The solution is to cast one of the operands to its 64-bit type.
解决方案是将一个操作数强制转换成64位的类型。
You then break up the frame's content section into horizontal operands separated by a dashed line.
然后你把框架的内容段用虚线分为水平操作元。
The result is an integer representing the integer quotient of the two operands, with the remainder discarded.
结果是一个整数,表示两个操作数的整数商,余数被丢弃。
Operators require both operands to be of a reference type.
运算符要求两个操作数均为引用类型。
A CAS operation includes three operands -- a memory location (V), the expected old value (A), and a new value (B).
CAS操作包含三个操作数——内存位置(V)、预期原值(A)和新值(B)。
You can define the behavior of an operator when one or both of the operands are of the type of your class or structure.
在一个或两个操作数都是您的类或结构的类型时,可以定义一个运算符的行为。
Immediate values and memory references cause different code to be generated when used as operands .
当作为操作数使用时,立即值和内存引用导致产生不同的代码。
The operands are in the same order that they would be in the equivalent infix expression.
操作数的顺序与等价的中缀表达式中操作数的顺序一致
Expressions used in components may also cast arguments and operands to different data types.
在组件中使用的表达式还可以将参数和操作数转换为不同的数据类型。
The Operator field indicates the basis of comparison of the two operands (note that the two operands are strings).
Operator域表明了两个运算域(注意两个运算域都是字符串)比较的基础。
Each expression returns a value that depends only on the operands of the expression, and no expression has any side effects.
每个表达式仅根据其操作数来返回值,并且都不会产生副作用。
If looser-binding operators take as operands expressions using tighter-binding operators, precedence is handled automatically.
如果松绑定(looser-binding)运算符使用紧绑定(tighter-binding)运算符作为操作数表达式,那么优先级是自动处理的。
Performs a logical AND of the two operands updating the flags.
执行两个操作数的逻辑与运算,并更新标志位。