mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-28 20:39:48 +08:00
initial import to public repository
This commit is contained in:
9
materials/chapter8/fulladder_truetable.csv
Normal file
9
materials/chapter8/fulladder_truetable.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
A,B,C~in~,S,C~out~
|
||||
0,0,0,0,0
|
||||
0,0,1,1,0
|
||||
0,1,0,1,0
|
||||
0,1,1,0,1
|
||||
1,0,0,1,0
|
||||
1,0,1,0,1
|
||||
1,1,0,0,1
|
||||
1,1,1,1,1
|
||||
|
Reference in New Issue
Block a user