mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +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
|
||||
\chapter{Haskell}
|
||||
\index{Haskell|(}
|
||||
Haskell ist eine funktionale Programmiersprache, die von Haskell
|
||||
Brooks Curry entwickelt und 1990 in Version~1.0 veröffentlicht
|
||||
wurde.
|
||||
Haskell ist eine funktionale Programmiersprache, die 1990 in Version~1.0 veröffentlicht
|
||||
wurde. Namensgeber ist Haskell Brooks Curry, der die mathematischen Grundlagen der funktionalen Programmierung entwickelte.
|
||||
|
||||
Wichtige Konzepte sind:
|
||||
\begin{enumerate}
|
||||
|
|
|
@ -61,7 +61,7 @@ können Rechnerarchitekturen in vier Kategorien unterteilt werden:
|
|||
\begin{tabular}{l|ll}
|
||||
~ & Single Instruction & Multiple Instruction \\ \hline
|
||||
Single Data & SISD & MISD \\
|
||||
Multiple Data & SIMI & MIMD \\
|
||||
Multiple Data & SIMD & MIMD \\
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue