瀏覽代碼

informatikstudium-kit-abhaengigkeitsgraph: Added Echtzeitsysteme

Martin Thoma 10 年之前
父節點
當前提交
250aa25427

+ 2 - 2
tikz/informatikstudium-kit-abhaengigkeitsgraph/Makefile

@@ -1,7 +1,7 @@
 SOURCE = informatikstudium-kit-abhaengigkeitsgraph
 DELAY = 80
-DENSITY = 300
-WIDTH = 1000
+DENSITY = 1000
+WIDTH = 2000
 
 make:
 	pdflatex $(SOURCE).tex -output-format=pdf

二進制
tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.png


+ 2 - 0
tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex

@@ -57,6 +57,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
     \node[pflicht] (datenbanken)    [right of=numerik] {Datenbanken};
     \node[pflicht] (rechnernetze)    [below of=wt] {Rechnernetze};
     \node[stammmodul]   (KogSys)    [right of=rechnernetze] {KogSys};
+    \node[stammmodul]   (Echtzeitsysteme)    [right of=KogSys] {Echtzeit-Sys.};
 
     \node[pflicht] (algii)  [right of=datenbanken, below of=datenbanken] {Algorithmen II};
 
@@ -94,6 +95,7 @@ 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);
 
     \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}