File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -275,14 +275,14 @@ Légende:
275
275
```
276
276
A = 3: 011
277
277
B = 6: 110
278
- ┌──────┬────┬────┬───────┬────────┬───────┬────────┬ ─────────┐
279
- │ bit │ ai │ bi │ carryIn │ carryOut │ bitSum │ resultBin │ resultDec │
280
- ├──────┼────┼────┼───────┼────────┼───────┼────────┼ ─────────┤
281
- │ 0 │ 1 │ 0 │ 0 │ 0 │ 1 │ 1 │ 1 │
282
- │ 1 │ 1 │ 1 │ 0 │ 1 │ 0 │ 01 │ 1 │
283
- │ 2 │ 0 │ 1 │ 1 │ 1 │ 0 │ 001 │ 1 │
284
- │ 3 │ 0 │ 0 │ 1 │ 0 │ 1 │ 1001 │ 9 │
285
- └──────┴────┴────┴───────┴────────┴───────┴────────┴ ─────────┘
278
+ ┌──────┬────┬────┬───────── ┬────────── ┬───────── ┬───────────┬── ─────────┐
279
+ │ bit │ ai │ bi │ carryIn │ carryOut │ bitSum │ resultBin │ resultDec │
280
+ ├──────┼────┼────┼───────── ┼────────── ┼───────── ┼───────────┼── ─────────┤
281
+ │ 0 │ 1 │ 0 │ 0 │ 0 │ 1 │ 1 │ 1 │
282
+ │ 1 │ 1 │ 1 │ 0 │ 1 │ 0 │ 01 │ 1 │
283
+ │ 2 │ 0 │ 1 │ 1 │ 1 │ 0 │ 001 │ 1 │
284
+ │ 3 │ 0 │ 0 │ 1 │ 0 │ 1 │ 1001 │ 9 │
285
+ └──────┴────┴────┴───────── ┴────────── ┴───────── ┴───────────┴── ─────────┘
286
286
```
287
287
288
288
> Voir [ fullAdder.js] ( fullAdder.js ) pour plus de détails.
You can’t perform that action at this time.
0 commit comments