diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 15:16:10 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 15:16:10 -0400 |
commit | 6d9ff061c4f8b23833e395eac793a5e7867ae9b7 (patch) | |
tree | d88eb8c8ae24bfbdf07eb20b40ee424a61155012 /rapport/annexe.tex | |
parent | 944d79986cc4897b4aba7049bbfe203dbf3247ae (diff) |
labels be gooood
Diffstat (limited to 'rapport/annexe.tex')
-rw-r--r-- | rapport/annexe.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rapport/annexe.tex b/rapport/annexe.tex index edad984..66d1e69 100644 --- a/rapport/annexe.tex +++ b/rapport/annexe.tex @@ -39,9 +39,8 @@ \caption{Module Add1BitB} \end{figure} -\section{Schémas} +\section{Schémas Bloc} -\todo{Schéma bloc}\\ \todo{Simulations} @@ -93,6 +92,7 @@ \begin{table}[H] \centering \caption{Table de vérité des Bits} + \label{tab:table-de-vérité-thermométrique-4-bits} \vspace{.2cm} \begin{tabular}{llllllll} \toprule @@ -120,6 +120,7 @@ \implicant{4}{6} \end{karnaugh-map} \caption{Karnaugh pour le bit $H$} +\label{tab:karnaugh-bit-H} \end{figure} \begin{figure}[H] @@ -133,4 +134,5 @@ \implicant{3}{6} \end{karnaugh-map} \caption{Karnaugh pour le bit $G$} +\label{tab:karnaugh-bit-G} \end{figure} |