diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 14:25:00 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 14:25:00 -0400 |
commit | c32146461be86bfc0b2e19eca442ae5c64030bc1 (patch) | |
tree | 43119c3fcc14dd61336c018ef8ea0ba65752e5ed /rapport | |
parent | 528470b363d5db386cae9d52cc4f577592aa0d0a (diff) |
Truth table? more like Trusst table
Diffstat (limited to 'rapport')
-rw-r--r-- | rapport/annexe.tex | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/rapport/annexe.tex b/rapport/annexe.tex index 058bc8f..f2602c5 100644 --- a/rapport/annexe.tex +++ b/rapport/annexe.tex @@ -82,6 +82,25 @@ % \caption{TEMPLATE NOT GOOD} % \end{figure} + +\begin{table}[H] + \centering + \caption{Table de vérité des Bits} + \vspace{.2cm} + \begin{tabular}{llllllll} + \toprule + A & B & C & D & E & F & G & H \\ + \midrule + 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ + 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 \\ + 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 \\ + 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 \\ + 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 \\ + \bottomrule + \end{tabular} + +\end{table} + \begin{figure}[H] \centering \begin{karnaugh-map}[4][4][1][$D$][$C$][$B$][$A$] @@ -108,8 +127,3 @@ \end{karnaugh-map} \caption{Karnaugh pour le bit $G$} \end{figure} - - - -\todo{Verite}\\ -\todo{Karnaugh} |