-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kapitel_4.tex
40 lines (36 loc) · 912 Bytes
/
Kapitel_4.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\chapter{Tabelle} \label{chap:Tabelle}
\section{Schmall}
\begin{table}[h]
\label{tab:schmall}
\centering
\begin{tabular}{|l|c|c|c |}
\hline
& \textbf{Taktfrequenz} & \textbf{CPU-Kerne} & \textbf{RAM} \\
& MHz & & MB \\
\hline
\textbf{Raspberry Pi} & 700 & 1 & 512\\
\hline
\textbf{Raspberry Pi 2} & 900 & 4 & 1024\\
\hline
\textbf{Banana Pi} & 1000 & 2 & 1024\\
\hline
\textbf{Orange Pi PC} & 1600 & 4 & 1024\\
\hline
\end{tabular}
\end{table}
\section{Breit}
\begin{table}[h]
\label{tab:breit}
\centering
\begin{tabular}{|l|c|c|c|c|c|}
\hline
\textbf{} & \textbf{Einheit} & \textbf{Raspberry Pi} & \textbf{Raspberry Pi 2} & \textbf{Banana Pi} & \textbf{Orange Pi}\\
\hline
Taktfrequenz & MHz & 700 & 900 & 1000 & 1600\\
\hline
CPU-Cores & & 1 & 4 & 2 & 4\\
\hline
RAM & MB & 512 & 1024 & 1024 & 1024\\
\hline
\end{tabular}
\end{table}