cours-m1-eea/455-Codage_Sources/Cours/chapA.tex
2019-03-12 12:04:21 +01:00

22 lines
492 B
TeX

\documentclass[main.tex]{subfiles}
\begin{document}
\section{Codage d'Huffman}
\subsection{version objet}
\inputminted{python}{../algo_code/huffman.py}
\subsection{version simple}
\inputminted{python}{../algo_code/huffman2.py}
\section{Codage arithétique}
\section{Codage LZW}
\inputminted{python}{../algo_code/LZW.py}
\section{Algorithme LBG}
en 2D , ne pas essayer de tracer les cellule de voronoi
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: main.tex
%%% End: