1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-14 18:49:45 +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,10 @@
输入1,输入2,输入3,输出1,输出2,输出3,输出4,输出5,输出6,输出7,输出8
C,B,A,Y~0~,Y~1~,Y~2~,Y~3~,Y~4~,Y~5~,Y~6~,Y~7~
0,0,0,1,0,0,0,0,0,0,0
0,0,1,0,1,0,0,0,0,0,0
0,1,0,0,0,1,0,0,0,0,0
0,1,1,0,0,0,1,0,0,0,0
1,0,0,0,0,0,0,1,0,0,0
1,0,1,0,0,0,0,0,1,0,0
1,1,0,0,0,0,0,0,0,1,0
1,1,1,0,0,0,0,0,0,0,1
1 输入1 输入2 输入3 输出1 输出2 输出3 输出4 输出5 输出6 输出7 输出8
2 C B A Y~0~ Y~1~ Y~2~ Y~3~ Y~4~ Y~5~ Y~6~ Y~7~
3 0 0 0 1 0 0 0 0 0 0 0
4 0 0 1 0 1 0 0 0 0 0 0
5 0 1 0 0 0 1 0 0 0 0 0
6 0 1 1 0 0 0 1 0 0 0 0
7 1 0 0 0 0 0 0 1 0 0 0
8 1 0 1 0 0 0 0 0 1 0 0
9 1 1 0 0 0 0 0 0 0 1 0
10 1 1 1 0 0 0 0 0 0 0 1