Files
lab/6/схемотехника/course_project/dot/muu-mul.dot
2026-03-06 00:05:30 +03:00

15 lines
270 B
Plaintext

digraph G {
nodesep=1
rankdir="LR"
SNO,SKO[shape=none]
IDLE,P1,P2,P3[shape=circle]
IDLE[fontsize=10]
SNO->IDLE
IDLE->P1
P1->P2
P2->P2[label="F1 = 0\nFC = 0"]
P2->P3[label="F1 = 1\nFC = 0"]
P2->SKO[label="FC = 1"]
P3->P2
}