Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我什么是低位和高位?如何识别高位和低位?下面是二进制形式。0110它的高位如何?
0110
0110 0111 1100 1010 1100 0111 1001 1011
就像十进制一样,较高的位置通常以二进制形式写入左侧。因此,如果您看到0111,0是高位。所以这将代表十进制的 7。使用空格时也是如此,就像使用逗号(或点,取决于您的语言环境)用于分隔十进制数字组时一样。
0111
0