首页 > 其他 > 详细

Two's complement

时间:2016-12-03 23:45:26      阅读:215      评论:0      收藏:0      [点我收藏+]

https://en.wikipedia.org/wiki/Two‘s_complement

The two‘s-complement system has the advantage that the fundamental arithmetic operations of addition, subtraction, and multiplication are identical to those for unsigned binary numbers (as long as the inputs are represented in the same number of bits and any overflow beyond those bits is discarded from the result). This property makes the system both simpler to implement and capable of easily handling higher precision arithmetic. Also, zero has only a single representation, eliminating the subtleties associated with negative zero, which exists in ones‘-complement systems.

Two's complement

原文:http://www.cnblogs.com/yuanjiangw/p/6129851.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!