大家都搜:
n.[计]比较运算符
1、radio operator───无线电报务员[话务员];无线电话务员
2、comparison chart───对比图
3、bellman operator───行李员Cao作员
4、operator───n.经营者;Cao作员;YunYingShang;话务员;行家;接线员
5、concatenation operator───连锁作用标记(指+号);并置算符;连接算符
6、rower comparison───赛艇比较
7、keyboard operator───电脑Cao作员;键盘Cao作员;n.电脑Cao作员; [计]键盘Cao作员
8、comparison between───在两者间比较
9、comparison───n.比较;对照;比喻;比较关系
1、A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned .───联接条件中的一种比较运算符,它确定如何对条件两侧进行计算以及返回哪些行。
2、le operator in the last element below is an example of a value comparison operator.───下面最后一个元素中的le运算符就是值比较运算符的一个例子。
3、Operator is only the equality comparison operator , not the assignment operator .───运算符只是相等比较运算符,而不是赋值运算符。
4、Comparison operator &1 operands not compatible.───比较Cao作符&1Cao作数不兼容。
5、In most cases, using Null in conjunction with a comparison operator will result in an error.───大多数情况下,将Null与比较运算符结合使用将导致发生错误。
6、Relation-string The comparison operator used for the comparison, enclosed in single quotes.───relation-string用于比较的比较运算符,用单引号括起来。
7、The specified comparison operator is not one of the ValidationCompareOperator values.───指定的比较运算符不是ValidationCompareOperator值之一。
8、The le operator in the last element below is an example of a value comparison operator.───下面最后一个元素中的le运算符就是值比较运算符的一个例子。
9、std::pair has a comparison operator that does effectively the same comparisons as your version.───pair有一个比较运算符,跟你刚才写的那个一样。
1、However, the Java language, unlike C, has separate int and boolean types. The assignment operator returns an int, whereas the comparison operator returns a boolean.