Quellcode durchsuchen

informatikstudium-kit-abhaengigkeitsgraph: added rechnerstrukturen

Martin Thoma vor 10 Jahren
Ursprung
Commit
3c59b2dee5

+ 2 - 1
tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md

@@ -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
 

BIN
tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.png


+ 4 - 1
tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex

@@ -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}