mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
Merge pull request #38 from oVooVo/master
Typo in Flynn'scher Klassifikation behoben
This commit is contained in:
commit
72693194ce
3 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
%!TEX root = Programmierparadigmen.tex
|
%!TEX root = Programmierparadigmen.tex
|
||||||
\chapter{Haskell}
|
\chapter{Haskell}
|
||||||
\index{Haskell|(}
|
\index{Haskell|(}
|
||||||
Haskell ist eine funktionale Programmiersprache, die von Haskell
|
Haskell ist eine funktionale Programmiersprache, die 1990 in Version~1.0 veröffentlicht
|
||||||
Brooks Curry entwickelt und 1990 in Version~1.0 veröffentlicht
|
wurde. Namensgeber ist Haskell Brooks Curry, der die mathematischen Grundlagen der funktionalen Programmierung entwickelte.
|
||||||
wurde.
|
|
||||||
|
|
||||||
Wichtige Konzepte sind:
|
Wichtige Konzepte sind:
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
|
|
|
@ -61,7 +61,7 @@ können Rechnerarchitekturen in vier Kategorien unterteilt werden:
|
||||||
\begin{tabular}{l|ll}
|
\begin{tabular}{l|ll}
|
||||||
~ & Single Instruction & Multiple Instruction \\ \hline
|
~ & Single Instruction & Multiple Instruction \\ \hline
|
||||||
Single Data & SISD & MISD \\
|
Single Data & SISD & MISD \\
|
||||||
Multiple Data & SIMI & MIMD \\
|
Multiple Data & SIMD & MIMD \\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue