释义 |
zero complement 补码 A complement on N, found by the subtraction of each digit of the given quantity from N-1, adding one to the least significant digit, and performing all resultant carries. 一种N进制补码。求N进制补码是用N-1减去给定值的各位数字,然后在最低有效位加1 并完成所有的进位而得出的。同radix complement。 |