A palindrome implementation and testing application for A.U.TH. Microprocessors and peripherals Lab.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- %
- % Report description
- %
- % authors:
- % Χρήστος Χουτουρίδης ΑΕΜ 8997
- % cchoutou@ece.auth.gr
-
-
- % Document configuration
- \newcommand{\ClassName}{Μικροεπεξεργαστές και Περιφερειακά}
- \newcommand{\DocTitle}{Εργασία Ι}
- \newcommand{\InstructorName}{Παπαευσταθίου Ιωάννης}
- \newcommand{\InstructorMail}{ygp@ece.auth.gr}
- \newcommand{\CurrentDate}{\today}
-
- \input{config/AuthReportConfig.tex}
-
- %\renewcommand{\AuthorName}{Χρήστος Χουτουρίδης}
- %\renewcommand{\AuthorMail}{cchoutou@ece.auth.gr}
- %\renewcommand{\AuthorAEM}{8997}
-
- \setFancyHeadLR{\ClassName}{\DocTitle}
- %\setFancyHeadLERO{\ClassName}{\DocTitle}
-
- % Document
- % =================
- \begin{document}
-
- \FirstPage
-
- %\tableofcontents
- %\listoffigures
- %\listoftables
-
- \section{Εισαγωγή}
-
-
- % References
- % ============================
- %\begin{thebibliography}{100}
- %
- %\bibitem{item}item...
-
- %\end{thebibliography}
-
- \end{document}
|