[Skript] Small fixes
This commit is contained in:
parent
0d2b77bcca
commit
eb66ba1e1a
3 changed files with 3 additions and 3 deletions
|
@ -804,7 +804,7 @@ Es ist kein spezieller Hardware-Subtrahierer notwendig. Eine Subtraktion wird ü
|
|||
& & & & 1 & 0 & 1 & 0 & 1 & 0 & & \quad \textit{8-stellige Addition} \\ \midrule
|
||||
& & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & & \quad \textit{Zwischensumme} \\
|
||||
& & & & & 0 & 0 & 0 & 0 & 0 & 0 & \quad \textit{9-stellige Addition} \\ \midrule
|
||||
& & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & \quad \textit{10-stelliges Ergebnis}
|
||||
& & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & \quad \textit{10-stelliges Ergebnis (Übertrag: 0)}
|
||||
\end{tabular}
|
||||
\caption{Schriftliche Multiplikation \enquote{von links nach rechts}}
|
||||
\label{tbl:multi_lr}
|
||||
|
|
|
@ -307,7 +307,7 @@ Somit ergibt sich als Schaltnetz für einen 4-Bit-Komparator die \autoref{fig:n_
|
|||
|
||||
\acs{HW}-Aufwand für einen kaskadierbaren 1-Bit-Komparator
|
||||
\begin{itemize}[noitemsep]
|
||||
\item HW: 42 Transistoren
|
||||
\item HW: 30 Transistoren (8 \texttt{ODER} + 14 \texttt{UND} + 8 \texttt{NOT})
|
||||
\item Zeit: 2 \acs{GLZ}
|
||||
\end{itemize}
|
||||
|
||||
|
@ -385,7 +385,7 @@ Beispiel: Vergleich \acs{DMC} mit 2-Wege-\acs{AC}
|
|||
|
||||
\begin{tabular}{c@{}l@{}ll}
|
||||
\textbullet~ & \acs{DMC}: & Anzahl \acs{CL} $= 16 \Rightarrow m=4: p_\text{Kollision 2. Zugriff}$ & $=\frac{1}{2^4}=0,0625=6,25\%$ \\[1.5ex]
|
||||
\textbullet~ & 2-Wege-\acs{AC}:~ & Anzahl \acs{CL} je 8~ $\Rightarrow m=3: p_\text{Kollision 2. Zugriff}$ & $=\frac{1}{2^{3\cdot 2}}=\frac{1}{2^6}=1,5625$
|
||||
\textbullet~ & 2-Wege-\acs{AC}:~ & Anzahl \acs{CL} je 8~ $\Rightarrow m=3: p_\text{Kollision 3. Zugriff}$ & $=\frac{1}{2^{3\cdot 2}}=\frac{1}{2^6}=1,5625$
|
||||
\end{tabular}
|
||||
|
||||
\subsection{Verdrängung} \index{Cache!Verdrängung}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue