1
1
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:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

View 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
1 A B C~in~ S C~out~
2 0 0 0 0 0
3 0 0 1 1 0
4 0 1 0 1 0
5 0 1 1 0 1
6 1 0 0 1 0
7 1 0 1 0 1
8 1 1 0 0 1
9 1 1 1 1 1