File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -275,14 +275,14 @@ Légende:
275275```
276276A = 3: 011
277277B = 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+ └──────┴────┴────┴───────── ┴────────── ┴───────── ┴───────────┴── ─────────┘
286286```
287287
288288> Voir [ fullAdder.js] ( fullAdder.js ) pour plus de détails.
You can’t perform that action at this time.
0 commit comments