最大+127,最小 -128
补码表示的数,是没有正负0的,因此除了最高位的符号位以外,可以表示的数最大为 127,
因此最大为 +127 而因为 10000000,并不是表示为 -0 因此人家用 1000000表示 -128
转载于:https://www.cnblogs.com/huenchao/p/5988288.html
最大+127,最小 -128
补码表示的数,是没有正负0的,因此除了最高位的符号位以外,可以表示的数最大为 127,
因此最大为 +127 而因为 10000000,并不是表示为 -0 因此人家用 1000000表示 -128
转载于:https://www.cnblogs.com/huenchao/p/5988288.html