Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nasa9084/churingmachine

churing machine made with C
https://github.com/nasa9084/churingmachine

Last synced: 11 days ago
JSON representation

churing machine made with C

Awesome Lists containing this project

README

        

#TuringMachine
プログラムとテープをtxtファイルで読み込んで動作するチューリングマシンです。

$ gcc -lm TuringMachine.c
$./a.out Program.txt Tape.txt

で動作させます。

プログラムの形式は、

[記号の数],[状態の数]
<記号のリスト>
カンマ区切りプログラム

となっています。カンマの前後には空白を入れないでください。
テープの形式は、

テープの長さ(出力後の長さも見据えて、大きめに)
テープの内容

となっています。