查询
1 词典释义:
operands
时间: 2025-07-11 18:08:09

操作数

双语例句
  • Get operands and perform the operation.

    获取操作数并执行运算。

  • Fetches the required operands from the operand stack.

    从操作数堆栈获取所需的操作数。

  • In postfix notation, the operator comes after its operands.

    在后缀表示法中,操作符位于操作数后面。

  • In prefix notation, the operator is written before its operands.

    前缀表示法中,操作符写在操作数的前面。

  • The solution is to cast one of the operands to its 64-bit type.

    解决方案是将一个操作数强制转换成 64 位的类型。

  • Operands can be variables or decimal, hexadecimal, octal, or binary Numbers.

    操作数可以是变量,还可以是十进制、十六进制、八进制或二进制数。

  • These instructions perform element-by-element comparisons of their two operands.

    这两条指令对自己的两个操作数逐元素进行比较。

  • However, the intrinsic operation returns a value of the same type as the operands.

    然而,intrinsic操作会返回与操作数相同类型的值。

  • The input operands are the C expressions that serve as input operands to the instructions.

    输入操作数是充当指令输入操作数使用的 C 表达式。

  • Where and other operands that express the query do not actually cause the query to execute.

    where和其他表达查询的操作数并不会真正引起查询语句被执行。

  • This is not mandatory; GCC tries provide the appropriate suffix by reading the operands.

    这并不是强制性的;g cc会尝试通过读取操作数来提供相应的后缀。

  • Now let's take a look at how to specify individual registers as constraints for the operands.

    现在让我们看一下如何将个别寄存器作为操作数的约束指定。

  • The operands are in the same order that they would be in the equivalent infix expression.

    操作数的顺序与等价的中缀表达式中操作数的顺序一致。

  • The problem is that the result of a multiply instruction can be twice as long as its operands.

    问题在于乘法指令的结果可能会有其操作数的两倍之长。

  • When we determine the operands and operator, we can perform the operation, as shown in Listing 12.

    一旦确定操作数和操作符后,就可以执行运算了,如清单12所示。

  • You then break up the frame's content section into horizontal operands separated by a dashed line.

    然后你把框架的内容段用虚线分为水平操作元。

  • If any of the operands is a float, then all operands are evaluated as floats, and the results are floats.

    如果任意一个操作数是浮点型的,则所有操作数都将按浮点型进行计算,并且结果也是浮点型的。

  • If one of the operands is unsigned and the other is a signed int, the expression becomes an unsigned.

    如果一个操作数是无符号整数,另外一个操作数是有符号整数,那么表达式的结果就是无符号整数。

  • Calling enumerate on a union expression, for example, works by merging the enumerations of its two operands.

    例如,通过合并其两个操作数的枚举使在联合表达式上调用enumerate可行。

  • The output operands are the C expressions on which the output of the assembly instructions will be performed.

    输出操作数是将对其执行汇编指令输出的 C 表达式。

  • Since the operands for the multiplication are 64-bit values, the result of their product is a 128-bit number.

    由于乘法的操作数是两个64位的值,它们的乘积是一个128位的数字。

  • All of the actual processing takes place between registers (or between registers and immediate-mode operands).

    所有实际的处理都发生在寄存器之间(或寄存器和立即寻址模式操作数之间)。

  • It USES a stack architecture, meaning instruction operands are loaded to an internal stack before they're used.

    它使用堆栈体系结构,这意味着在使用指令操作数之前要先将它们装入内部堆栈。

  • There is an operation with no, one, or more operands and a section of variables and values within braces ().

    其中有一个操作,包含零个、一个或更多操作数,还有一组放在大括号()中的变量和值。

  • A CAS operation includes three operands — a memory location (v), the expected old value (a), and a new value (B).

    CAS操作包含三个操作数——内存位置(V)、预期原值(A)和新值(B)。

  • If you want to force a floating-point result, be sure that at least one of the operands is a floating-point type.

    如果要强制取得浮点结果,则必须确保操作数中至少有一个为浮点类型。

  • Even under version 7.2, Vim does only floating-point arithmetic if one of the operands is explicitly floating-point.

    即使对于版本7.2,如果其中一个运算对象被明确声明为浮点类型,那么Vim只支持浮点算术。

  • Each expression returns a value that depends only on the operands of the expression, and no expression has any side effects.

    每个表达式仅根据其操作数来返回值,并且都不会产生副作用。

  • All binary operators except. period and left parenthesis and left bracket should be separated from their operands by a space.

    所有的二元操作符,除了。点和左括号和左方括号应用空格将其与操作数隔开。

  • If the character is an operator, pop two operands, perform the appropriate operation, and then push the result onto the stack.

    如果字符是个操作符,弹出两个操作数,执行恰当操作,然后把结果压入堆栈。