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/17 10:20]
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]])
-  * [[.:tm-doc|Dokumentation und Beispiele]]+Kommandozeilen-Hilfe (wenn TM.jar im Download Ordner liegt): 
 + 
 +Powershell starten und folgendes eingeben: 
 +<code bash> 
 +H: 
 +cd Downloads 
 +java -jar TM.jar 
 +</code>
 ===== Artikel ===== ===== Artikel =====
  
  • kurse/ef05a-2021/turingmaschinen/start.1629188419.txt.gz
  • Last modified: 2021/08/17 10:20
  • by Ivo Blöchliger