unary

The unary minus produces the negative of the value.

一元减号得到的运算对象的负值。

There are unary composites as well.

同样,也有一元的合成。

The unary plus produces the positive of the value.

一元加号能得到的运算对象的正值。

Unary composites hold only a single subject.

一元的合成仅包含一个单独的子项。

A unary operator such as Minus is left as an exercise.

像负号这样的一元运算符就留给读者练习。

Functor takes a binary function and two unary functions as input.

仿函数取一个二元函数和两个一元函数作为输入。

The unary + (plus) operator yields its numeric argument unchanged.

一元运算符+(加)不改变其数值型操作数.

The unary minus (-) and unary plus (+) are the same operators as binary minus and plus.

一元减号(-)和一元加号(+)与二元加号和减号都是相同的运算符。

Otherwise, the IIf function uses the unary operator of the child member.

否则,IIf函数将使用子成员的一元运算符。

Unary operators have one parameter, and binary operators have two parameters.

一元运算符具有一个参数,二元运算符具有两个参数。

The unary - (minus) operator yields the negation of its numeric argument.

一元运算符-(减)对其数值型操作数取负.

Hash A unary function object type that acts a hash function for a Value.

一元函数对象类型,用作Value的散列函数。

In a unary operation in a mathematical system,one element is used to yield a single result.

在数学系统中的一元运算里,一个元素往往只产生一个单一的结果。

Unary plus provides symmetry with unary minus,although it doesn't have any effect.

一元加号的含义与一元减号相反,虽然它实际并不做任何事情。

Performs a unary operation that returns the negative value of a numeric expression.

执行一元运算,返回数值表达式的负值。

Performs a unary operation that returns the positive value of a numeric expression.

执行一元运算,返回数值表达式的正值。

The following table displays valid unary operators and describes the expected result.

下表显示了有效的一元运算符并说明了预期的结果。

A definition of a unary operator where the argument is of the type of your class or structure.

一元运算符的定义,其中的参数是您的类或结构的类型。

Unary plus provides symmetry with unary minus, although it doesn't have any effect.

一元加号的含义与一元减号相反,虽然它实际并不做任何事情。

A class that has a function-call operator and represents one of the unary operators, unary minus or logical NOT.

具有函数调用操作符且表示一个一元操作符的类,如一元减或逻辑非。

Like the binary composite, the unary composite may change the behavior of its embedded subject.

和二元的合成一样,一元合成有可能改变它所包含的子项的行为。

The result of the unary &operator is a pointer to its operand.The operand shall be and lvalue or a qualified-id.

至于你链接的文章,请恕我未能洞悉,不知里面哪里提到解引用操作符可以用于右值,或者隐含此意味。

Just as Standard C++ has a unary &operator, C++/CLI provides a unary % operator.

就好比标准C++有一个一元操作符&,C++/CLI提供一个一元操作符%。

Unary minus provides symmetry with the unary plus, although it doesn't have any effect.

一元减号的含义与一元加号相反,虽然它实际并没有任何效果。

To begin with, we should make it coherent with the direction of advance culture, stick to the unary guidance of Marxism.

初级阶段文化建设在方针上,坚持先进文化的前进方向,坚持马克思主义一元主导;

Unary operators perform an operation on a single operand, such as returning the negative or positive value of a numeric expression.

一元运算符对单个操作数执行操作,如返回数值表达式的负值或正值。

You declare two operands to define a binary operator, and you declare one operand to define a unary operator, including a type conversion operator.

声明两个操作数以定义一个二元运算符,声明一个操作数以定义一个一元运算符(包括类型转换运算符)。

Is a partial application that adapts the binary multiplication to be a unary closure by using a constant second operand.

是个局部应用程序,通过使用一个不变的第二操作数,把二元乘法改变成一元闭包。

Returns a value generated by rolling up the values of the children of a specified member using the specified unary operator.

使用指定的一元运算符,通过汇总指定成员的子成员的值,从而返回所生成的值。

The structure of unary and binary polynomials over a lattice is determined in this paper. Moreover,some remarks on trinary polynomials are offered.

本文确定了任意格上一元多项式和二元多项式的结构,并给出了三元多项式的几个结果.

The context in which an operator symbol is used always determines whether the symbol represents a unary or binary operator.

对于这类操作符,需要根据该符号所处的上下文来确定它代表一元操作还是二元操作。

An overloaded unary operator has no (explicit) parameter if it is a member function and one parameter if it is a nonmember function.

重载一元操作符如果作为成员函数就没有(显式)形参,如果作为非成员函数就有一个形参。

Note that numeric literals do not include a sign; a phrase like -1 is actually an expression composed of the unary operator `-' and the literal 1.

注意数值型的字面值不包括符号(译注:正负号),像-1实际上是个组合了一元运算符"-"和字面值1的表达式.

Thus a subgroup of a group is a subset on which the binary product and the unary operation of inversion satisfy the closure axiom.

所以群的子群是在其上二元乘法和一元逆运算满足闭包公理的子集。

We presents condition of solvable, and investigate several characterizations of solution set in unary lattice implication algebra inequalities.

对3类不等式的可解情况,给出了它们的可解条件,在此基础上讨论了解集所具有的特征。

Addition (+), subtraction and unary minus (-), multiplication (*), division (/), and assignment (=) all work much the same in any programming language.

加号(+)、减号和负号(-)、乘号(*)、除号(/)以及等号(=)的用法与其他所有编程语言都是类似的。

The binary + and - operators have the same precedence, which is lower than the precedence of *, / and %, which is in turn lower than unary + and -.

二元运算符+和-具有相同的优先级,它们的优先级比运算符*、/和%的优先级低,而运算*、/和%的优先级又比一元运算符+和-的优先级低。

The Data Mining Extensions (DMX) language in Microsoft SQL Server 2005 Analysis Services (SSAS) supports arithmetic, assignment, comparison, logical, and unary operators.

Microsoft SQL Server 2005 Analysis Services(SSAS)中的数据挖掘扩展插件(DMX)语言支持算术、赋值、比较、逻辑和一元运算符。

Functor can be thought of as a unary predicate with a single argument: it internally evaluates the wrapped binary predicate with two copies of the same argument.

仿函数可以认为是一个带有一个参数的一元谓词:它在内部用同一个参数的两个副本计算包装的二元谓词。

The unary operator can be supplied by a member property associated with the child member, or the operator can be a string expression provided directly to the function.

一元运算符可通过与子成员关联的成员属性提供,也可以是直接提供给函数的字符串表达式。

Thus, in an unparenthesized sequence of power and unary operators, the operators are evaluated from right to left (this does not constrain the evaluation order for the operands).

因此,在一串没有括号的由幂运算符和一元运算符组成的序列,会从左到右面求值(没有强制改变求值顺序)。

In this paper we have given the concept of double-congruence, by which the concepts of double-homomorphism and double-isomorphism in a unary algebra are linked together.

在一元泛代数上引入了双同余关系,从而使双同态映射与双同构映射得到了沟通.

The traditional pattern is unary dominance while the contemporary pattern has transformed into a binary opposition pattern due to the influence of the web.

传统高校学生的政治社会化模式是前台为主、后台为辅的一元主导模式,而由于网络的发展与介入,一元主导模式已逐渐转向前后台对立分化的二元对等模式。

On the other hand, it also contains some impractical algorithms, including some undecidable problems such as the unary version of any undecidable problem.

另一方面,它也包含一些不切实际的演算法,包含一些可决定问题,例如一元版的任何非决定性问题。

Library Science should change from the previous study focused on unary defense into the search for the full range of subjects with a wide range of understanding and grasp.

图书馆学要由以往致力于为研究对象进行一元辩护,转变为寻求对研究对象全方位、多元化的理解和把握。

Use unary regression analysis, we can get ink consumption and linear relationship between the change in the gross domestic product, that is, the regression equation.

利用一元回归分析方法,我们可以得到油墨的消耗量与生产总值变动的线性关系,即回归方程。

For example, a member property called SALES_OPERATOR could be created, and the following unary operators would be assigned to that member property, as shown in the following table.

例如,可以创建名为SALES_OPERATOR的成员属性并为其分配下列一元运算符,如下表所示。

For example, the following table contains a list of child members for the Net Sales parent member, with their unary operators (represented by the UNARY_OPERATOR member property) shown in parentheses.

例如,下表包含“净销售额”父成员的子成员列表,子成员的一元运算符(由UNARY_OPERATOR成员属性表示)显示在括号内。

Drawing modes are binary raster-operation codes representing all possible Boolean combinations of two variables, using the binary operators AND, OR, and XOR (exclusive OR), and the unary operation NOT.

绘图模式是二进制的光栅操作代码,使用二元操作符AND,OR和XOR,以及一元操作符NOT,表达了两个变量所有可能的布尔组合。

The Unary code is applied in the binarization of the translation coefficients in the national standard AVS. It is preponderant for the small values, but will bring more redundancy for the bigger ones.

在AVS标准中,变换系数level值的二值化方案采用了Unary码,Unary码对较小的整数值二值化效果较好,但对较大的值则会造成很大的冗余,从而影响了CABAC的编码效率。