diff --git a/Support/Blackjack.jpeg b/Support/Blackjack.jpeg new file mode 100644 index 0000000..d6ad8de Binary files /dev/null and b/Support/Blackjack.jpeg differ diff --git a/Support/support.pdf b/Support/support.pdf index 2a43a9a..4fc73cb 100644 Binary files a/Support/support.pdf and b/Support/support.pdf differ diff --git a/Support/support.tex b/Support/support.tex index d5560fb..10bd46d 100644 --- a/Support/support.tex +++ b/Support/support.tex @@ -15,31 +15,75 @@ \end{frame} \begin{frame}[fragile]{Pile et File} - \begin{multicols*}{2} + \begin{minipage}{0.65\linewidth} \textbf{Pile} + \begin{center} + \includegraphics[scale=0.8]{./pile} + \end{center} \medskip - \includegraphics[scale=0.8]{./pile} - - \columnbreak \textbf{File} - \medskip - \includegraphics[scale=0.8]{./file} - \end{multicols*} - - \textbf{Enveloppe pour les éléments stockés (Node)} - - à compléter avec un schéma - - \textbf{Implémentation commune pour Pile et File} + \begin{center} + \includegraphics[scale=0.8]{./file} + \end{center} + + \textbf{Implémentation commune} \textbf{Attributs} \verb|current|; \verb|n| \textbf{Méthodes:} \verb|append|, \verb|pop|, \verb|get_current|, \verb|is_empty|, \verb|empty| + \end{minipage} + \begin{minipage}{0.3\linewidth} + \textbf{Enveloppe pour les éléments stockés (Node)} + \begin{center} + \includegraphics[scale=0.4]{../blackjack/deck_img02} + \end{center} + + \end{minipage} +\end{frame} + +\begin{frame}[fragile]{Projets (au choix)} + \textbf{Objectif}: utiliser une Pile et/ou une File dans la réalisation d'un des projets suivant. + + \begin{multicols}{2} + \textbf{Blackjack} + + \includegraphics[scale=0.15]{./Blackjack} + + \columnbreak + \textbf{Maze} + + \begin{center} + \tiny + \begin{verbatim} + #### + #e # + ## ######## + ####### # # + # # # # # # # ## + # # ## # # + ### ## # # # ######### + # # ## # ## # # # + ## # # ## # # # # + # ## # ### # # ### # # + # ### # # ## ## # ## +##### # # ## # # # +# # ### # # # ### ### ## +# ## # # # ## # +# ## ## # ## ## # # +## # # # # ## ## # ### +## ## # # # # # # ### +# ##### # # # ### +## # # # # #s### +######## ########### + \end{verbatim} + \end{center} + + \end{multicols} \end{frame} \begin{frame}{Consignes}