术语 | bitwise operator |
释义 | bitwise operator 逐位[按位]运算符 An operator that performs a bitwise logical operation on two operands that must be integral. The usual arithmetic conversions are performed. All bitwise operators are associative, and expressions using them may be rearranged. The set comprises, in order of precedence, the single ampersand (bitwise AND), the caret ([^] bitwise exclusive OR), and the single bar ([1] bitwise inclusive OR). 完成两个整形操作数间逐位逻辑运算的一种运算符,常用于算术转换运算。所有逐位运算 符都是相关的并都用其可重新排序的表达式。按优先权排序,逐位运算符集包括:单个和号 (逐位AND),插入记号([^]逐位异或)和单条号([1]逐位或)。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。