说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 移位运算符
1.
3.1.8 Shift operators
3.1.8 移位运算符
2.
The shift operators also manipulate bits.
移位运算符面向的运算对象也是二进制的“位”。
3.
The signed right shift >> uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits;
“有符号”右移位运算符使用了“符号扩展”: 若值为正,则在高位插入0;
4.
Cannot apply shift >, >>> operators to '{0}' and '{1}'
无法将移位 >、>>> 运算符应用于“{0}”和“{1}”
5.
3.1.7 Bitwise operators
3.1.7 按位运算符
6.
The bitwise NOT (~, also called the ones complement operator) is a unary operator;
按位NOT(~,也叫作“非”运算符)属于一元运算符;
7.
string operator
串操作符;串算符;串运算符;字符串运算符
8.
The increment operator is++ and means“ increase by one unit.
递增运算符是“+”,意为“增加一个单位”。
9.
The decrement operator is -- and means "decrease by one unit.
其中,递减运算符是“--”,意为“减少一个单位”;
10.
" The increment operator is ++ and means "increase by one unit.
递增运算符是“++”,意为“增加一个单位”。
11.
3.1.3. Mathematical operators
3.1.3 算术运算符
12.
Two Encryption and Decryption Algorithms of String based on Bit Operation
基于位运算的两种字符串加密解密算法
13.
mathematical symbol
数学符号,运算符号
14.
3.1Using Java operators
3.1 使用Java运算符
15.
3.1.9 Ternary if-else operator
3.1.9 三元if-else运算符
16.
3.1.5 Relational operators
3.1.5 关系运算符
17.
3.1.6 Logical operators
3.1.6 逻辑运算符
18.
3.1.16 A compendium of operators
3.1.16 运算符总结