释义 |
bit complement 位补码;[数元补数] (A DIGITAL-specific term) The result of exchanging 0s and 1s in the binary representation of a number.Thus the bit complement of the binary number 11011001 (217 sub 10)is 00100110.Bit complements are used in place of their corresponding binary numbers in some arithmetic computations. (DIGITAL机专用名词)在数的二进制表示法中,0和1交换后的结果。这样,二进制数 11011001(十进制中的217)的位补码是00100110。位补码在一些算术计算中,常用于替换其 相应的二进制数。 |