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:
parent
b872f672ae
commit
6eb5b0a00f
14 changed files with 287 additions and 4 deletions
|
@ -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) \\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue