2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

informatikstudium-kit-abhaengigkeitsgraph: added rechnerstrukturen

This commit is contained in:
Martin Thoma 2015-04-19 11:50:23 +02:00
parent d1f9ba3810
commit 3c59b2dee5
3 changed files with 6 additions and 2 deletions

View file

@ -2,9 +2,10 @@ Der hier abgebildete Graph gibt Abhängigkeiten an, wie ich sie wahrnehme.
![Example](informatikstudium-kit-abhaengigkeitsgraph.png)
## Empfehlungen
## Empfehlungen und Kommentare
* Will man Caches verstehen, sollte man die TI-Klausuren rechnen. Weder die OS-Folien, noch die TI-Folien erklären sie so gut wie die TI-KLausuren.
* Die OS zu Algorithmen 2 Abhängigkeit ist bei Prautzsch ist das nicht mehr vorhanden.
## Abkürzeungen

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 206 KiB

Before After
Before After

View file

@ -58,6 +58,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
\node[pflicht] (rechnernetze) [below of=wt] {Rechnernetze};
\node[stammmodul] (KogSys) [right of=rechnernetze] {KogSys};
\node[stammmodul] (Echtzeitsysteme) [right of=KogSys] {Echtzeit-Sys.};
\node[stammmodul] (Rechnerstrukturen) [right of=Echtzeitsysteme] {Rechnerstrukturen};
\node[pflicht] (algii) [right of=datenbanken, below of=datenbanken] {Algorithmen II};
@ -95,7 +96,9 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
\path[->] (swti) edge[red, bend right] node {} (pse);
\path[->] (gbi) edge[red] node {} (pse);
\path[<->] (os) edge node[anchor=center,above,sloped] {\tiny{Paging}} (algii);
\path[->] (ro) edge[thick] node[anchor=center,above,sloped] {\tiny{Bus, ROS, CAS, Microprozessoraufbau}} (Echtzeitsysteme);
\path[->] (ro) edge[thick] node[anchor=center,above,sloped] {\tiny{Bus, ROS, CAS, Microprozessoraufbau}} (Echtzeitsysteme);
\path[->] (anaii) edge[bend right] node[anchor=center,above,sloped] {\tiny{Differenzialgleichungen}} (Echtzeitsysteme);
\path[->] (ro) edge[bend left] node[anchor=center,above,sloped] {} (Rechnerstrukturen);
\begin{customlegend}[legend entries={Pflichtmodul,Stammmodul,Wahlmodul,Softskill,Inhaltliche Abhängigkeit,Harte Abhängigkeit},legend style={at={(-3,-12)},anchor=center}]
\addlegendimage{blue,fill=blue!20,area legend}