释义 |
oneoutoften code 十中取一码 A code in which a decimal digit is represented by ten binary digits and only one of the binary digits is permitted to be a 1. 一种表示十进制的代码,一个十进制数位用10个二进制数位表示,其中只允许有一个二 进制数位是1。如下表所示:十进制数十中取一码01000000000 10100000000 20010000000 30001000000 40000100000 50000010000 60000001000 70000000100 80000000010 90000000001 |