Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
gf_informatik:verschluesselung:codierung [2025-03-30 09:09] – [Aufgabe 5 (optional)] hof | gf_informatik:verschluesselung:codierung [2025-04-01 14:30] (aktuell) – hof | ||
---|---|---|---|
Zeile 54: | Zeile 54: | ||
++++Lösung: | ++++Lösung: | ||
< | < | ||
- | print(f" | + | print(f" |
def printTable(): | def printTable(): | ||
Zeile 136: | Zeile 136: | ||
``` | ``` | ||
- | < | + | < |
++++Lösung: | ++++Lösung: | ||
<code python decrypt.py> | <code python decrypt.py> | ||
Zeile 164: | Zeile 164: | ||
++++ | ++++ | ||
</ | </ | ||
+ | |||
+ | |||
### Aufgabe 5 (optional) | ### Aufgabe 5 (optional) | ||
Zeile 274: | Zeile 276: | ||
</ | </ | ||
- | ++++ Lösung| | ||
<nodisp 1> | <nodisp 1> | ||
+ | ++++ Lösung| | ||
<code python> | <code python> | ||
import cv2 as cv | import cv2 as cv | ||
Zeile 310: | Zeile 312: | ||
cv.waitKey() | cv.waitKey() | ||
</ | </ | ||
- | </ | ||
++++ | ++++ | ||
+ | </ | ||
+ |