add .gitignore and update image paths in Digitaltechnik; remove unused images from Lineare Algebra; add new content for Theoretische Informatik 1

This commit is contained in:
Dominik 2025-03-27 13:51:53 +01:00
parent b872f672ae
commit 6eb5b0a00f
14 changed files with 287 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before After
Before After

View file

@ -26,7 +26,7 @@ Aktiv bei steigender oder fallender Flanke.
\subsubsection{RS-Flip-Flop}
\includegraphics[width=0.2\textwidth]{TPS_RS_FF.png}
\includegraphics[width=0.2\textwidth]{images/TPS_RS_FF.png}
2 Eingänge: S (Set) und R (Reset) \\
2 Ausgänge: Q und Q* (Q negiert) \\
@ -35,7 +35,7 @@ Verbotene Zustände: S = R = 1
\subsubsection{D-Flip-Flop}
\includegraphics[width=0.2\textwidth]{D_FF.png}
\includegraphics[width=0.2\textwidth]{images/D_FF.png}
1 Eingang: D (Data) \\
2 Ausgänge: Q und Q* (Q negiert) \\
@ -44,7 +44,7 @@ Keine verbotenen Zustände
\subsubsection{JK-Flip-Flop}
\includegraphics[width=0.2\textwidth]{JK_FF.png}
\includegraphics[width=0.2\textwidth]{images/JK_FF.png}
2 Eingänge: J und K \\
2 Ausgänge: Q und Q* (Q negiert) \\
@ -53,7 +53,7 @@ Keine verbotenen Zustände (J=K=1: Togglen)
\subsubsection{T-Flip-Flop}
\includegraphics[width=0.2\textwidth]{T_FF.png}
\includegraphics[width=0.2\textwidth]{images/T_FF.png}
1 Eingang: T (Toggle) \\
2 Ausgänge: Q und Q* (Q negiert) \\