bitwise

[bɪt'waɪz]
  • 释义
  • [计] 按位;

  • 双语例句
  • 1、

    SRAM FPGA system soft simulation designed to realize bitwise write bitwise Reading.

    FPGA系统的sram的软仿真设计,可以实现按位写,按位读.

    互联网
  • 2、

    For integral types, & computes the logical bitwise AND of its operands.

    对于整型, & 计算操作数的逻辑按位“与”.

    互联网
  • 3、

    Cannot apply bitwise, ^, | operators to'{ 0 }'and'{ 1 }'

    无法将按位, ^ 、 |运算符应用于 “ {0}”和 “ {1}”

    互联网
  • 4、

    Bitwise operators operate on the binary representation of the operands.

    位操作符对操作数的二进制表示形式执行操作.

    互联网
  • 5、

    For integral types, ^ computes bitwise exclusive - OR of its operands.

    对于整型, ^将计算操作数的按位“异或”.

    互联网
  • 6、

    Performs a bitwise OR on two expressions.

    对两个表达式执行按位“或”运算.

    互联网
  • 7、

    Performs a bitwise AND on two expressions.

    对两个表达式执行按位“与”运算.

    互联网
  • 8、

    The type of an integer manipulated by the bitwise operators can be either signed or unsigned.

    位操作符操纵的整数的类型可以是有符号的也可以是无符号的.

    互联网
  • 相关阅读