muu without zero state

This commit is contained in:
2026-02-27 10:40:37 +03:00
parent 1a9b8bd7e9
commit 334d5fc1db

View File

@ -506,28 +506,24 @@
<section class="col"> <section class="col">
<table data-tag="muu-cs1-table" data-alt="Таблица истинности CS1" data-gen=" <table data-tag="muu-cs1-table" data-alt="Таблица истинности CS1" data-gen="
COP,D1,D0,F1,FC,,Q1,Q0,наборы;; COP,D1,D0,F1,FC,,Q1,Q0,наборы;;
0,0,0,x,x,,0,1,0\, 1\, 2\, 3; 0,0,0,0,x,,1,0,0\, 1;
0,0,1,0,x,,1,1,4\, 5; 0,0,0,1,x,,0,1,2\, 3;
0,0,1,1,x,,1,0,6\, 7; 0,0,1,x,x,,1,0,4\, 5\, 6\, 7;
0,1,0,x,x,,1,1,8\, 9\, 10\, 11; 0,1,0,0,0,,1,0,8;
0,1,1,0,0,,1,1,12; 0,1,0,1,0,,0,1,10;
0,1,1,1,0,,1,0,14; 0,1,0,x,1,,0,0,9\, 11;;
0,1,1,x,1,,0,0,13\, 15;;
1,0,0,x,x,,0,1,16\, 17\, 18\, 19; 1,0,0,x,x,,0,1,16\, 17\, 18\, 19;
1,0,1,x,x,,1,0,20\, 21\, 22\, 23; 1,0,1,x,x,,0,0,20\, 21\, 22\, 23;
1,1,0,x,x,,0,0,24\, 25\, 27\, 27;
" class="center"></table> " class="center"></table>
<table data-tag="muu-cs2-table" data-alt="Таблица истинности CS2" data-gen=" <table data-tag="muu-cs2-table" data-alt="Таблица истинности CS2" data-gen="
$C,3$,,RA,,RB$C,2$,,RR$C,3$,,TS,TCF,,CS4,; $C,4$,,RA,,RB$C,2$,,RR$C,3$,,TS,TCF,,CS4,,;
COP,Q1,Q0,,Y1,,Y2,Y3,,Y4,Y5,Y6,,Y7,Y8,,Y9,FS;; EN,COP,Q1,Q0,,Y1,,Y2,Y3,,Y4,Y5,Y6,,Y7,Y8,,Y9,FS,наборы;;
0,0,0,,0,,0,0,,0,0,0,,0,0,,0,1; 0,x,0,0,,0,,0,0,,0,0,0,,0,0,,0,0,0\, 4;;
0,0,1,,1,,1,0,,0,0,1,,x,x,,x,0; 1,0,0,0,,1,,1,0,,0,0,1,,x,x,,x,0,8;
0,1,0,,0,,0,0,,1,0,0,,x,x,,x,0; 1,0,0,1,,0,,0,0,,1,0,0,,x,x,,x,0,9;
0,1,1,,0,,0,1,,0,1,0,,1,x,,x,1;; 1,0,1,0,,0,,0,1,,0,1,0,,1,x,,x,1,10;;
1,0,0,,1,,1,0,,x,x,x,,x,x,,0,x; 1,1,0,0,,1,,1,0,,x,x,x,,x,x,,0,x,12;
1,0,1,,x,,1,0,,x,x,x,,x,1,,1,x; 1,1,0,1,,x,,1,0,,x,x,x,,x,1,,1,x,13;
1,1,0,,x,,x,x,,x,x,x,,x,x,,x,x;
1,1,1,,x,,x,x,,x,x,x,,x,x,,x,x;
" class="center"></table> " class="center"></table>
</section> </section>
<script src="index.js" type="module"></script> <script src="index.js" type="module"></script>