feat(at-5)

This commit is contained in:
2025-04-17 18:29:33 +03:00
parent 3a8852be04
commit 14ccc1f8a6
34 changed files with 0 additions and 0 deletions

BIN
at/24-2/2/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
at/24-2/2/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
at/24-2/2/D0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
at/24-2/2/D1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
at/24-2/2/D2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

After

Width:  |  Height:  |  Size: 130 KiB

BIN
at/24-2/2/Y.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

View File

@ -1,38 +0,0 @@
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{automata, positioning}
\begin{document}
\begin{tikzpicture}[shorten >=1pt, node distance=2.2cm, on grid, auto]
% Определение состояний
\node[state] (s0) {S0: 0};
\node[state] (s1) [right=of s0] {S1: 0};
\node[state] (s2) [right=of s1] {S2: 0};
\node[state] (s3) [right=of s2] {S3: 0};
\node[state] (s4) [right=of s3] {S4: 0};
\node[state, accepting] (s5) [right=of s4] {S5: 1};
% Определение переходов
\path[->]
(s0)
edge node {1} node [below] {..1} (s1)
edge [loop above] node {0} (s0)
(s1)
edge node {1} node [below] {..11} (s2)
edge [bend left] node [below] {0} (s0)
(s2)
edge node {0} node [below] {..110} (s3)
edge [loop above] node {1} (s2)
(s3)
edge node {1} node [below] {..1101} (s4)
edge [bend left=40] node [below] {0} (s0)
(s4)
edge node {1} node [below] {..11011} (s5)
edge [bend right=40] node [above] {0} (s0)
(s5)
edge [loop above] node {0, 1} (s5);
\end{tikzpicture}
\end{document}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

BIN
at/24-2/2/lab2.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB