unary

  • adj.【数】单元的
  • 网络一元;一元的;一元码

unaryunary

unary

一元

所有的一元 (Unary) 运算子,如 ! 运算子,都会依照下列方式评估运算式:套用运算子到产生的数字。

一元的

英文单词、缩写和句子-fy的文章-企博网职业博客 ... quote 引号 unary 一元的 binary 二元的,二进制 ...

单元

* 是一个单元 (unary) 的运算子 (operator), 功能是 "将其后所接的运算式之数值算出, 当成一个记忆体位址, 并读取该记忆体 …

一元码

CABAC定义了四种二进制化方法:一元码(Unary)、截断一元码(Truncated Unary)、K阶指数哥伦布码(kth order Exp-Golomb) …

一元运算子

大家好! 之前介绍运算子的文章内,已经有介绍过一元运算子(Unary), 它需要一个运算元来做运算,也介绍过二元运算子(Binar…

1
Returns a value generated by rolling up the values of the children of a specified member using the specified unary operator. 使用指定的一元运算符,通过汇总指定成员的子成员的值,从而返回所生成的值。
2
A UML operation representing a binary operator is named similarly to unary operator, but the symbol is one of the binary operators. 表示双目运算符(binaryoperator)的UML操作的命名方式类似于单目运算符,但符号是双目运算符之一。
3
An unusual use of the unary + operator was used in front of a function call that did not have parenthesis. 在没有括号的函数调用前使用了一元+运算符的异常用法。
4
Is a partial application that adapts the binary multiplication to be a unary closure by using a constant second operand. 是个局部应用程序,通过使用一个不变的第二操作数,把二元乘法改变成一元闭包。
5
The unary operator -z tests for a null string, while -n or no operator at all returns True if a string is not empty. 单目操作符-z测试null字符串,如果字符串非空-n返回True(或者根本没有操作符)。
6
The Java compiler first applies any unary minus operators (a minus sign with no operand to its left). Java编译器首先应用一元负号运算符(左侧没有操作数的减号)
7
The MDX statement examines the unary operator of the child member . MDX语句检查子成员的一元运算符。
8
If the coefficient of the first term is negative, it is preceded by a unary minus in the first column, with no intervening blank column. 如果第一项的系数为负,则需在行首打印一元运算符负号,后面没有空格。
9
Performs a unary operation that returns the positive value of a numeric expression . 执行一元运算,返回数值表达式的负值。
10
Finally, the -a and -o options allow you to combine expressions with logical AND and OR, respectively, while the unary ! 最后,-a和-o选项允许使用逻辑运算符AND和OR将表达式组合在一起。
11
Otherwise, a unary numeric operand remains as is and is not converted. 否则,一元数字操作数保留被转换或者不被转换。
12
The unary - (minus) operator yields the negation of its numeric argument. 一元运算符-(减)对其数值型操作数取负。
13
The enum constants in AllPermissions represent the unary permissions that actually control authorization. AllPermissions中的Enum常量表示实际控制授权的一元权限。
14
In addition to the unary tests above, you can compare two files with the binary operators shown in Table 2. 除了上面的单目测试,还可以使用表2所示的双目操作符比较两个文件
15
Unary representation of sparse polynomials and operations. 一元稀疏多项式的表示及运算。
16
Hash A unary function object type that acts a hash function for a Value. 一元函数对象类型,用作Value的散列函数。
17
The function limit is the limit theory of unary function, and the extension of sequence limit. 函数极限是一元函数的极限理论,是数列极限的推广。
18
The pivotal identification, the major identification, is the unary trait. 关键的自我们认同,主要的自我认同,是这个部份的小客体。
19
Hash A unary function object type that acts a hash function for a Key. 一元函数对象类型,用作Key的散列函数。
20
Unary operators have one parameter, and binary operators have two parameters . 一元运算符具有一个参数,二元运算符具有两个参数。
21
Returns the unary operator of the specified attribute member. 返回指定属性成员的一元运算符。
22
What is the difference between the unary minus operator and the binary subtraction operator? 一元操作符负号和二元操作符减号的区别是什么?
23
Unary operators perform an operation on a single operand, such as returning the negative or positive value of a numeric expression. 一元运算符对单个操作数执行操作,如返回数值表达式的负值或正值。
24
Shows that a tracking reference cannot be used as a unary take-address operator. 说明无法将跟踪引用用作一元取址运算符。
25
The following table displays valid unary operators and describes the expected result. 下表显示了有效的一元运算符并说明了预期的结果。
26
Choose an appropriate unary operator to overload. 选择要重载的适当一元运算符。
27
The operand of a unary operator. 一元运算符的操作数。
28
A unary operator is named by using the key word operator followed by the unary operator symbol. 单目操作符(unaryoperator)是通过在关键字operator后跟单目运算符符号来命名的。
29
In Syntax 2, the - operator is used as the unary negation operator to indicate the negative value of an expression. 在语法2中,-运算符用作一元求反运算符,指示表达式的负值。
30
Figure 2 shows an examples for modeling C# unary, binary, and conversion operators. 图2显示了为C#单目、双目,和转换操作符(conversionoperator)建模的实例。