Skip to content
Snippets Groups Projects
Commit 21cc140e authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Praktikumsunterlagen (Grobentwurf)

parent 85453012
No related branches found
No related tags found
No related merge requests found
File added
% hp-2016ws-p4.pdf - Labor Notes on Low-Level Programming
% Copyright (C) 2014, 2015, 2016 Peter Gerwinski
%
% This document is free software: you can redistribute it and/or
% modify it either under the terms of the Creative Commons
% Attribution-ShareAlike 3.0 License, or under the terms of the
% GNU General Public License as published by the Free Software
% Foundation, either version 3 of the License, or (at your option)
% any later version.
%
% This document is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this document. If not, see <http://www.gnu.org/licenses/>.
%
% You should have received a copy of the Creative Commons
% Attribution-ShareAlike 3.0 Unported License along with this
% document. If not, see <http://creativecommons.org/licenses/>.
\documentclass[a4paper]{article}
\usepackage{pgscript}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{sfmath}
\sloppy
\pagestyle{empty}
\newcommand{\sep}{~$\cdot$~}
\newcommand{\mylicense}{CC-by-sa (Version 3.0) oder GNU GPL (Version 3 oder höher)}
\begin{document}
\makebox(0,0)[tl]{\includegraphics[scale=0.57]{logo-hochschule-bochum-cvh-text.pdf}}\hfill
\makebox(0,0)[tr]{\includegraphics[scale=0.5]{logo-hochschule-bochum.pdf}}
\par\bigskip\bigskip
\begin{center}
\Large\textbf{Praktikumsversuch 4: Objektorientiertes Grafik-Programm}
\par\medskip
\normalsize Hardwarenahe Programmierung / Angewandte Informatik\\
Wintersemester 2016/17\sep
Prof.~Dr.~Peter Gerwinski
\end{center}
Aufgabe: Schreiben Sie ein GTK+-Programm,
mit dem man verschiedene Objekte (z.\,B.\ Rechtecke, Kreise, Dreiecke)
in eine Grafik einfügen und nachträglich verändern kann
(z.\,B.\ Position, Größe, Farbe).
\begin{multicols}{2}
\begin{itemize}
\item[]
\emph{(Details folgen.)}
\end{itemize}
\columnbreak
\strut
\bigskip
\strut\hfill\emph{Viel Erfolg!}
\end{multicols}
\vfill
\begingroup
\small
\setlength{\leftskip}{3cm}
Stand: 18.\ Dezember 2016
% Soweit nicht anders angegeben:\\
Copyright \copyright\ 2014, 2015, 2016\quad Peter Gerwinski\\
Lizenz: \mylicense
Sie können diese Praktikumsunterlagen einschließlich Quelltext
% und Beispielprogramme\\
herunterladen unter:\\
\url{https://gitlab.cvh-server.de/pgerwinski/hp}
\endgroup
\end{document}
......@@ -72,6 +72,7 @@ Praktikumsunterlagen:
* [Versuch 1: RSA-Verschlüsselung](https://gitlab.cvh-server.de/pgerwinski/hp/raw/master/20161017/hp-2016ws-p1.pdf)
* [Versuch 2: Basketball-Simulation](https://gitlab.cvh-server.de/pgerwinski/hp/raw/master/20161107/hp-2016ws-p2.pdf)
* [Versuch 3: Druckknopfampel](https://gitlab.cvh-server.de/pgerwinski/hp/raw/master/20161121/hp-2016ws-p3.pdf)
* [Versuch 4: Objektorientiertes Grafik-Programm](https://gitlab.cvh-server.de/pgerwinski/hp/raw/master/20161219/hp-2016ws-p4.pdf)
Skript:
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment