From 8790e67d6a643ca36778436d807f3abff3861b4d Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 19 Apr 2015 12:16:00 +0200 Subject: [PATCH] informatikstudium-kit-abhaengigkeitsgraph: added more dependencies --- tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md | 5 +++++ .../informatikstudium-kit-abhaengigkeitsgraph.tex | 2 ++ 2 files changed, 7 insertions(+) diff --git a/tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md b/tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md index c499b43..d27e887 100644 --- a/tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md +++ b/tikz/informatikstudium-kit-abhaengigkeitsgraph/README.md @@ -6,6 +6,11 @@ Der hier abgebildete Graph gibt Abhängigkeiten an, wie ich sie wahrnehme. * 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. +* Ana -> Numerik (Newton-Verfahren, DGLs) +* Algo I -> Datenbanken (Indizes) +* TGI -> Rechnernetze (Codierung, eventuell Krypto) +* LA II -> KogSys (Affine Transformationen) +* Ana/HM -> KogSys (Fouriertransformation) ## Abkürzeungen diff --git a/tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex b/tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex index a2e357a..614f4dc 100644 --- a/tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex +++ b/tikz/informatikstudium-kit-abhaengigkeitsgraph/informatikstudium-kit-abhaengigkeitsgraph.tex @@ -77,6 +77,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn \path[->] (lai) edge[ultra thick] node[anchor=center,above,sloped] {\tiny{Gruppe, Körper, \dots}} (laii); \path[<->] (lai) edge node {} (gbi); \path[->] (lai) edge node[anchor=center,above,sloped] {\tiny{Matrixmultiplikation; Lösen von linearen Gleichungssystemen}} (numerik); + \path[->] (anai) edge[bend left=10] node[anchor=center,above,sloped] {\tiny{Banachscher Fixpunktsatz}} (numerik); \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); @@ -93,6 +94,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn \path[->] (anaii) edge[red] node {} (pse); \path[->] (programmieren) edge[red, bend right] node {} (pse); \path[->] (algi) edge[red] node {} (pse); + \path[->] (algi) edge[bend left] node[anchor=center,above,sloped] {\tiny{B-Bäume}} (datenbanken); \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);