A palindrome implementation and testing application for A.U.TH. Microprocessors and peripherals Lab.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- %
- % 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}
|