2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

EAZ Entwurf begonnen

This commit is contained in:
Martin Thoma 2013-08-22 22:06:19 +02:00
parent 085044268e
commit 94da631d55
4 changed files with 197 additions and 6 deletions

View file

@ -39,11 +39,11 @@
\State $i\gets i-1$
\EndWhile\tikzmark{bottom2}
\\
\State \textbf{Ergebnis:} $y_{p-1} y_{p-2} \dots y_0, y_{-1} \dots y_{i+1}$
\State \textbf{Result:} $y_{p-1} y_{p-2} \dots y_0, y_{-1} \dots y_{i+1}$
\end{algorithmic}
\caption{Euklidischer Algorithmus zum Basiswechsel}
\AddNote{top}{bottom}{right}{Berechne $p$ sodass gilt: $b^p \leq Z < b^{p+1}$}
\AddNote{top2}{bottom2}{right}{In jedem Schritt wird eine Ziffer berechnet}
\caption{Euclidean algorithm for changing base from base 10}
\AddNote{top}{bottom}{right}{calclulate $p$ such that: $b^p \leq Z < b^{p+1}$}
\AddNote{top2}{bottom2}{right}{Calculate one digit in every loop}
\label{alg:euclidBaseTransformation}
\end{algorithm}
\end{preview}