中英
位运算符
  • 简明
  • 1
    位运算符:在计算机编程中,用于对二进制数值进行操作的运算符,包括按位与、按位或、按位异或等。
  • 网络释义
  • 1

     Bitwise operators

    • 支持全部的位运算符(Bitwise Operators)是C51语言与其他高级语言最 大的不同,即具有汇编语言所具有的运算能力。因此C51既具有高级语言 的特点,也具有低级语言的功能。

  • 2

     not and or xor shl shr

    Delphi面向对象程序设计 ... 逻辑运算符(not、and、or、xor) 位运算符(not、and、or、xor、shl、shr) 集合运算符(+、-、*、=、、in、=) ...

  • 3

     Logical Bit-wise Operator

    ... 运算符(operator) 位运算符Logical Bit-wise Operator) 逻辑运算符(Logical operator) ...

  • 4

     bit operator

    ... bit mask: 位屏蔽 bit operator: 位运算符 Bit Oriented: (BO)面向比特 ...

短语
查看更多
  • 双语例句
  • 1
    首先可以用运算替代纯数学操作。
    The first is to use bitwise operations instead of pure mathematical operations.
  • 2
    描述控制运算的操作数强制的规则。
    Describes the rules that govern the coercion of the operands of bitwise operators.
  • 3
    条件运算的优先级比按运算的优先级低。
    The conditional operator has lower precedence than bitwise operators.
查看更多
  • 百科
  • 位运算符

    位操作是程序设计中对位模式按位或二进制数的一元和二元操作。 在许多古老的微处理器上, 位运算比加减运算略快, 通常位运算比乘除法运算要快很多。 在现代架构中, 情况并非如此:位运算的运算速度通常与加法运算相同(仍然快于乘法运算)。

查看更多