[Speicher] Korrigiere Komparator Tabelle
This commit is contained in:
parent
e45322e5aa
commit
ee431897dd
1 changed files with 9 additions and 9 deletions
|
@ -284,7 +284,7 @@ Aus \autoref{fig:cache_komparator_2} ergibt sich folgende Tabelle:
|
|||
\begin{center}
|
||||
\ttfamily
|
||||
\begin{tabular}{ccccc|ccc}
|
||||
$b_n$ & $a_n$ & $a>b_{in}$ & $a=b_{in}$ & $a<b_{in}$ & $a>b_{out}$ & $a=b_{out}$ & $a<b_{out}$ \\ \midrule
|
||||
$b_n$ & $a_n$ & $(a>b)_{in}$ & $(a=b)_{in}$ & $(a<b)_{in}$ & $(a>b)_{out}$ & $(a=b)_{out}$ & $(a<b)_{out}$ \\ \midrule
|
||||
0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 \\
|
||||
0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 \\
|
||||
0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 \\
|
||||
|
@ -292,7 +292,7 @@ Aus \autoref{fig:cache_komparator_2} ergibt sich folgende Tabelle:
|
|||
1 & 0 & x & x & x & 0 & 0 & 1 \\
|
||||
1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 \\
|
||||
1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 \\
|
||||
1 & 1 & 1 & 0 & 0 & 1 & 0 & 1
|
||||
1 & 1 & 1 & 0 & 0 & 1 & 0 & 0
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
|
Loading…
Reference in a new issue