mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
informatikstudium-kit-abhaengigkeitsgraph: added more dependencies
This commit is contained in:
parent
3c59b2dee5
commit
8790e67d6a
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue