说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 布尔运算符
1.
A Boolean operator having only one operand, ?e.g.?,NOT.
一种只有一个操作数的布尔运算符,如NOT(非)。
2.
The Boolean operator that gives a truth table value of true only when both of the variables connected by the logical operator are true.
仅当由逻辑运算符连接的两个变量均为真时才给出真值的布尔运算符
3.
A Boolean operator that gives a truth table value of true if only one of the two variables it connects is true.
一种布尔运算符,当与其相关联的两个变量中仅有一个为真时,其真值表才取值为真。
4.
Relational operators generate a boolean result.
关系运算符生成的是一个“布尔”(Boolean)结果。
5.
In Boolean algebra, an operator that indicates an executing operation and generally is located between two operands.
在布尔代数中,表示要执行的运算的算符。通常写在两个操作数之间。
6.
For booleans the bitwise operators have the same effect as the logical operators except that they do not short circuit.
对于布尔值,按位运算符具有与逻辑运算符相同的效果,只是它们不会中途“短路”。
7.
If boolean-exp evaluates to true, value0 is evaluated and its result becomes the value produced by the operator.
若“布尔表达式”的结果为true,就计算“值0”,而且它的结果成为最终由运算符产生的值。
8.
Bitwise operators perform boolean algebra on the corresponding bits in the two arguments to produce the result.
按位运算符会对两个自变量中对应的位执行布尔代数,并最终生成一个结果。
9.
string operator
串操作符;串算符;串运算符;字符串运算符
10.
3.1.3. Mathematical operators
3.1.3 算术运算符
11.
An Algorithm of 3D Boolean Operation Based on Declining Method;
基于降维的三维布尔运算算法与实现
12.
The Algorithm and Implement of Boolean Operation Based on Solid Modeling;
基于实体模型的布尔运算算法与实现
13.
The monadic Boolean operation the result of which has the Boolean value opposite to that of the operand.
一种一元布尔运算,其运算结果的布尔值与操作数的值相反。同NOT operation。
14.
mathematical symbol
数学符号,运算符号
15.
The Boolean operation is a primary algorithm in computer graphics.
二维布尔运算是计算机图形学中的基本算法。
16.
3.1Using Java operators
3.1 使用Java运算符
17.
3.1.9 Ternary if-else operator
3.1.9 三元if-else运算符
18.
3.1.7 Bitwise operators
3.1.7 按位运算符