Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rechnertechnik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
Rechnertechnik
Commits
5829b81f
Commit
5829b81f
authored
5 months ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Klausur-Fragestunde 30.1.2025
parent
0c660cfd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
20240709/charsets-01.txt
+2
-1
2 additions, 1 deletion
20240709/charsets-01.txt
20250130/rtech-20250130.txt
+25
-0
25 additions, 0 deletions
20250130/rtech-20250130.txt
with
27 additions
and
1 deletion
20240709/charsets-01.txt
+
2
−
1
View file @
5829b81f
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | recode latin1..utf8
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | recode latin1..utf8
Schöne GrüÃe aus Mülheim!
Schöne GrüÃe aus Mülheim!
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | hexdump -C 00000000 53 63 68 c3 b6 6e 65 20 47 72 c3 bc c3 9f 65 20 |Sch..ne Gr....e |
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | hexdump -C
00000000 53 63 68 c3 b6 6e 65 20 47 72 c3 bc c3 9f 65 20 |Sch..ne Gr....e |
00000010 61 75 73 20 4d c3 bc 6c 68 65 69 6d 21 0a |aus M..lheim!.|
00000010 61 75 73 20 4d c3 bc 6c 68 65 69 6d 21 0a |aus M..lheim!.|
0000001e
0000001e
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | recode latin1..utf8 | hexdump -C
cassini/home/peter/bo/2024ss/rtech/20240709> echo "Schöne Grüße aus Mülheim!" | recode latin1..utf8 | hexdump -C
...
...
This diff is collapsed.
Click to expand it.
20250130/rtech-20250130.txt
+
25
−
0
View file @
5829b81f
...
@@ -155,3 +155,28 @@ Optimiertes Programm:
...
@@ -155,3 +155,28 @@ Optimiertes Programm:
jmp @dest
jmp @dest
dest dat #0
dest dat #0
end start
end start
Klausur vom 26.7.2024, Aufgabe 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Aufgabe 1:
(a) A C | D E
-------+-------
0 0 | 0 0
0 1 | 1 0
1 0 | 0 0
1 1 | 0 1
(b) z.B. mit Brute Force
A -------*----------.
| |
C -------+-*--------+-.
| | | |
| | | |
0 1 1 1
.-----. .-----.
| & | | & |
`-----' `-----'
| |
D E
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment