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.
我想设计一个二进制全加器来添加 3 个二进制数,这个加法器的典型单元格如下所示
有人可以解释为什么我们有 2 个进位到下一位吗?问候
让我们看一个特定的公式:0b11 + 0b11 + 0b11 == 0b1001。
0b11 + 0b11 + 0b11 == 0b1001
其示意图如下所示:
加法器 0 具有以下属性:
0b11
0b00
加法器 1 具有以下属性:
0b01
0b100