فهرست منبع

added some dependencies

Martin Thoma 12 سال پیش
والد
کامیت
1239619e09

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


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1481 - 500
tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.svg


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

@@ -64,16 +64,17 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
     \path[->] (algi)    edge node {} (algii);
     \path[->] (tgi)     edge node[anchor=center,above,sloped] {\tiny{ILP}} (algii);
     \path[->] (wt)      edge node[anchor=center,above,sloped] {\tiny{Randomisierte Algorithmen}} (algii);
-    \path[->] (dt)      edge node {} (ro);
-    \path[->] (lai)     edge[ultra thick] node {} (laii);
+    \path[->] (dt)      edge node[anchor=center,above,sloped] {\tiny{Zahlendarstellungen}} (ro);
+    \path[->] (lai)     edge[ultra thick] node[anchor=center,above,sloped] {\tiny{Gruppe, Körper, \dots}} (laii);
     \path[<->] (lai)    edge node {} (gbi);
+    \path[<->] (gbi)    edge[bend left] node [anchor=center,above,sloped] {\tiny{Induktion}} (anai);
     \path[->] (anai)    edge[ultra thick] node {} (anaii);
     \path[->] (laii)    edge[bend left] node[anchor=center,above,sloped] {\tiny{Mathematische Strukturen}} (algii);
-    \path[->] (programmieren)    edge[very thick] node {} (swti);
+    \path[->] (programmieren)    edge[very thick] node[anchor=center,above,sloped] {\tiny{Java}} (swti);
     \path[->] (programmieren)    edge[bend left] node {} (pse);
     \path[->] (programmieren)    edge node {} (os);
     \path[->] (swti)    edge node {} (pse);
-    \path[<->] (ro)     edge node[anchor=center,above,sloped] {\tiny{Assembler}} (os);
+    \path[<->] (ro)     edge node[anchor=center,above,sloped] {\tiny{Assembler, Adressierung}} (os);
     \path[<->] (algii)  edge [very thick] node {} (icpc);
     \path[->] (swti)    edge node[anchor=center,above,sloped] {\tiny{Prozessmodelle}} (web);
     \path[<->] (pse)    edge[red] node {} (tse);