From a7e42a67aae98ade48f7ba7199ed021ca276f373 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 10 May 2009 16:07:02 +0200 Subject: adding ue3 --- ue3/protokoll/protokoll.tex | 92 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 ue3/protokoll/protokoll.tex (limited to 'ue3/protokoll/protokoll.tex') 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 @@ +\documentclass[12pt,a4paper,titlepage,oneside]{article} +\usepackage[utf8]{inputenc} +\usepackage{oop_prot} +\usepackage{url} +\usepackage{pdfpages} +\usepackage{booktabs} + +\title{Beispiel 3} + +\author{ +Günther Neuwirth, \matrnr 0626638\\ + {\small e0626638@student.tuwien.ac.at}\\ +Manuel Mausz, \matrnr 0728348\\ + {\small manuel-tu@mausz.at}\\ +} + +\begin{document} + +% create titlepage +\maketitle +\tableofcontents +\newpage + +%------------------------------------------------------------------ +%------------------------------------------------------------------ + +\section{Aufgabenstellung - Beispiel 3} +\includegraphics[width=\textwidth,page=1]{../angabe.pdf} +\includegraphics[width=\textwidth,page=2]{../angabe.pdf} +\includegraphics[width=\textwidth,page=3]{../angabe.pdf} + +%------------------------------------------------------------------ +%------------------------------------------------------------------ + +\section{Beispiel 3} + +\subsection{Design}\label{Design} + +Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe. + +TODO + +%================================================================== +\begin{figure}[htb] + \begin{center} + \epsfxsize=0.9\textwidth\epsfbox{mycpu.png} + \end{center} + \caption{Klassendiagramm 1} + \label{fig:classdiagram1} +\end{figure} +%================================================================== + +\subsection{Verwaltung der Ressourcen} + +TODO + +\subsection{Fehlerbehandlung} + +TODO + +\subsection{Implementierung} + +TODO + + +\section{Projektverlauf} + +\subsection{Probleme und Fallstricke} + +TODO + +\subsection{Arbeitsaufwand} + +\begin{tabular}{ll} + \toprule + Entwicklungsschritt / Meilenstein & Arbeitsaufwand in Stunden\\ + \hline + TODO & TODO\\ + \bottomrule +\end{tabular} + +%------------------------------------------------------------------ +%------------------------------------------------------------------ + +\newpage +\section{Listings}\label{Listings} + +\subsection{mycpu.cpp} +\lstinputlisting{../mycpu/mycpu.cpp} + +\end{document} + -- cgit v1.2.3