导航菜单

unary是什么意思_翻译中文_怎么读

unary

美式发音: 英式发音: 

adj.【数】单元的

网络释义:一元;一元的;一元码

网络释义

adj.1.【数】单元的,一元的

adj.1.describes a mathematical operation that is appped to only one member of a set at a time, e.g. squaring a number

1.一元 quote 引号 unary 一元的 binary 二元的,二进制 ...

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

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

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

例句释义:,单元的,一元,一元的,一元码

1.Returns a value generated by rolpng 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 apppcation that adapts the binary multippcation 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 apppes 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将表达式组合在一起。