kurse:ef05a-2021:turingmaschinen:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kurse:ef05a-2021:turingmaschinen:start [2021/08/19 08:40]
Ivo Blöchliger [Software]
kurse:ef05a-2021:turingmaschinen:start [2021/09/07 15:24] (current)
Ivo Blöchliger [Turingmaschinen]
Line 1: Line 1:
 ====== Turingmaschinen ====== ====== Turingmaschinen ======
 +  * {{kurse:ef05a-2021:turingmaschinen:intro-turing-maschinen.pdf|Intro (pdf)}} 
 +  * [[.:tm-doc|Dokumentation und Beispiele]] 
 +  * [[.:aufgaben|Aufgaben zu Turing-Maschinen]]   
 +  * [[.:universelle_turing_maschine|Universelle Turing Maschinen]] 
 +  * [[.:halting_problem|Das Halteproblem (Halting Problem)]] 
 +  * [[.:busybeaver|Busy Beaver]] 
 +  * [[.:pruefungsfragen|Prüfungsfragen]]
  
 ===== Software ===== ===== Software =====
   * Simulator: https://github.com/techlabksbg/turingmaschine/raw/main/dist/TM.jar  (Den Quellcode gibt es [[https://github.com/techlabksbg/turingmaschine|hier]])   * Simulator: https://github.com/techlabksbg/turingmaschine/raw/main/dist/TM.jar  (Den Quellcode gibt es [[https://github.com/techlabksbg/turingmaschine|hier]])
 Kommandozeilen-Hilfe (wenn TM.jar im Download Ordner liegt): Kommandozeilen-Hilfe (wenn TM.jar im Download Ordner liegt):
 +
 +Powershell starten und folgendes eingeben:
 <code bash> <code bash>
 H: H:
Line 10: Line 18:
 java -jar TM.jar java -jar TM.jar
 </code> </code>
-  * [[.:tm-doc|Dokumentation und Beispiele]] 
-  * [[.:aufgaben|Aufgaben zu Turing-Maschinen]] 
 ===== Artikel ===== ===== Artikel =====
  
  • kurse/ef05a-2021/turingmaschinen/start.1629355254.txt.gz
  • Last modified: 2021/08/19 08:40
  • by Ivo Blöchliger