逐位运算 meaning in English
bitwise operation
Examples
- Fun with bits , booleans , and bitwise operations
位运算、布尔运算和逐位运算的乐趣 - This article also offers a set of udfs that perform bitwise operations between integer arguments
本文还提供了一组在整型变量之间执行逐位运算的udf 。 - As i mentioned in the introduction , pl sql and t - sql supports bitwise operations between arguments declared as integer
正如简介中提到的, pl / sql和t - sql支持声明为integer的变量之间的逐位运算。 - Bitwise operations perform logical and , or , exlusive or , and not operations on binary representations of their integer arguments
逐位运算在其二进制形式的整型变量上执行逻辑and 、 or 、 exlusive or和not运算。 - Now that we understand the definition for bitwise operations and argument conversion , we can offer db2 udfs to support such operations
既然已经了解了逐位运算和变量转换的定义,那么我们现在就可以提供db2 udf来支持这些操作了。