您要查找的是不是:
- An expression that represents a binary operator. 表示二元运算符的表达式。
- At least one of the operands of a binary operator. 二元运算符的至少一个操作数。
- AR (for add registers) is much easier to remember than the equivalent binary operation code: 00011010. ar(把寄存器的内容相加)比等效的二进制操作数000110101容易记忆;
- Represents an expression that consists of a binary operation between two expressions. 表示一个表达式,该表达式包含在两个表达式间进行的二进制运算。
- In a binary operation, if only one operand is a variant, the other is converted to a variant. 在二进制运算中,当切仅当一个操作数是变体时,另一个被转换为变体。
- Gets or sets the operator in the binary operator expression. 获取或设置二进制运算符表达式中的运算符。
- A binary operator performs an evaluation on two operands. 二进制运算符执行两个操作数的计算。
- Generates code for the specified binary operator expression. 为指定的二进制运算符表达式生成代码。
- The name and type of the right operand of a binary operator. 二元运算符的右操作数的名称和类型。
- A set with an associative binary operation under which the set is closed,which contains an identity element and an inverse for every element in the set. 群二元结合运算为闭合的数学集合,具有单位元素。集合中每一元素都有逆元素。
- Addition, subtraction, multiplication, and division are binary operations. 加、减、乘、除都是二元运算。
- Mathematics A set with an associative binary operation under which the set is closed, which contains an identity element and an inverse for every element in the set. 群:二元结合运算为闭合的数学集合,具有单位元素。集合中每一元素都有逆元素
- A set with an associative binary operation under which the set is closed, which contains an identity element and an inverse for every element in the set. 群二元结合运算为闭合的数学集合,具有单位元素。集合中每一元素都有逆元素
- Unary operators have one parameter, and binary operators have two parameters. 一元运算符具有一个参数,二元运算符具有两个参数。
- Addition,subtraction,multiplication,and division are binary operations. 加、减、乘、除都是二元运算。
- Similarly, with the exception of the possible in-place behavior, the binary operation performed by augmented assignment is the same as the normal binary operations. 类似地,除了可能的就地方式,由增量赋值执行的二元运算和普通的二元运算也是一样的。
- In this and next section, we shall consider some particular algebraic sets having binary operations defined on them. 在这一节及下一节中,我们将讨论一些在其定义为二元运算的特殊代数集合。
- If both operands of a binary operator have the same data type, the result has that data type. 如果二元运算符的两个操作数具有相同的数据类型,则结果也为该数据类型。
- A binary operator is an operator that uses two operands, usually termed the left and right operands. 二元运算符是使用两个操作数的运算符,这两个操作数通常称为左操作数和右操作数。
- A definition of a binary operator where at least one of the arguments is of the type of your class or structure. 一个二元运算符的定义,其中至少一个参数是您的类或结构的类型。