Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel
hp
Commits
21cc140e
Commit
21cc140e
authored
Dec 18, 2016
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Praktikumsunterlagen (Grobentwurf)
parent
85453012
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
20161219/hp-2016ws-p4.pdf
+0
-0
0 additions, 0 deletions
20161219/hp-2016ws-p4.pdf
20161219/hp-2016ws-p4.tex
+90
-0
90 additions, 0 deletions
20161219/hp-2016ws-p4.tex
README.md
+1
-0
1 addition, 0 deletions
README.md
with
91 additions
and
0 deletions
20161219/hp-2016ws-p4.pdf
0 → 100644
+
0
−
0
View file @
21cc140e
File added
This diff is collapsed.
Click to expand it.
20161219/hp-2016ws-p4.tex
0 → 100644
+
90
−
0
View file @
21cc140e
% 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}
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
21cc140e
...
...
@@ -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:
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment