summaryrefslogtreecommitdiffstats
path: root/ue3/protokoll/protokoll.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ue3/protokoll/protokoll.tex')
-rw-r--r--ue3/protokoll/protokoll.tex92
1 files changed, 92 insertions, 0 deletions
diff --git a/ue3/protokoll/protokoll.tex b/ue3/protokoll/protokoll.tex
new file mode 100644
index 0000000..8b413e7
--- /dev/null
+++ b/ue3/protokoll/protokoll.tex
@@ -0,0 +1,92 @@
1\documentclass[12pt,a4paper,titlepage,oneside]{article}
2\usepackage[utf8]{inputenc}
3\usepackage{oop_prot}
4\usepackage{url}
5\usepackage{pdfpages}
6\usepackage{booktabs}
7
8\title{Beispiel 3}
9
10\author{
11Günther Neuwirth, \matrnr 0626638\\
12 {\small e0626638@student.tuwien.ac.at}\\
13Manuel Mausz, \matrnr 0728348\\
14 {\small manuel-tu@mausz.at}\\
15}
16
17\begin{document}
18
19% create titlepage
20\maketitle
21\tableofcontents
22\newpage
23
24%------------------------------------------------------------------
25%------------------------------------------------------------------
26
27\section{Aufgabenstellung - Beispiel 3}
28\includegraphics[width=\textwidth,page=1]{../angabe.pdf}
29\includegraphics[width=\textwidth,page=2]{../angabe.pdf}
30\includegraphics[width=\textwidth,page=3]{../angabe.pdf}
31
32%------------------------------------------------------------------
33%------------------------------------------------------------------
34
35\section{Beispiel 3}
36
37\subsection{Design}\label{Design}
38
39Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe.
40
41TODO
42
43%==================================================================
44\begin{figure}[htb]
45 \begin{center}
46 \epsfxsize=0.9\textwidth\epsfbox{mycpu.png}
47 \end{center}
48 \caption{Klassendiagramm 1}
49 \label{fig:classdiagram1}
50\end{figure}
51%==================================================================
52
53\subsection{Verwaltung der Ressourcen}
54
55TODO
56
57\subsection{Fehlerbehandlung}
58
59TODO
60
61\subsection{Implementierung}
62
63TODO
64
65
66\section{Projektverlauf}
67
68\subsection{Probleme und Fallstricke}
69
70TODO
71
72\subsection{Arbeitsaufwand}
73
74\begin{tabular}{ll}
75 \toprule
76 Entwicklungsschritt / Meilenstein & Arbeitsaufwand in Stunden\\
77 \hline
78 TODO & TODO\\
79 \bottomrule
80\end{tabular}
81
82%------------------------------------------------------------------
83%------------------------------------------------------------------
84
85\newpage
86\section{Listings}\label{Listings}
87
88\subsection{mycpu.cpp}
89\lstinputlisting{../mycpu/mycpu.cpp}
90
91\end{document}
92