2019-02-12 09:33:02 +01:00
|
|
|
\documentclass[main.tex]{subfiles}
|
|
|
|
\begin{document}
|
|
|
|
\section{Codage d'Huffman}
|
2019-03-11 15:03:42 +01:00
|
|
|
\subsection{version objet}
|
2019-02-12 09:33:02 +01:00
|
|
|
|
2019-03-11 15:03:42 +01:00
|
|
|
\inputminted{python}{../algo_code/huffman.py}
|
|
|
|
\subsection{version simple}
|
2019-02-12 09:33:02 +01:00
|
|
|
|
2019-03-11 15:03:42 +01:00
|
|
|
\inputminted{python}{../algo_code/huffman2.py}
|
|
|
|
\section{Codage arithétique}
|
|
|
|
\section{Codage LZW}
|
|
|
|
\inputminted{python}{../algo_code/LZW.py}
|
2019-02-12 09:33:02 +01:00
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
2019-03-11 15:03:42 +01:00
|
|
|
%%% TeX-master: main.tex
|
2019-02-12 09:33:02 +01:00
|
|
|
%%% End:
|