Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nasa9084/churingmachine
- Owner: nasa9084
- Created: 2015-07-09T05:06:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T05:57:58.000Z (over 9 years ago)
- Last Synced: 2024-10-06T02:05:38.626Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#TuringMachine
プログラムとテープをtxtファイルで読み込んで動作するチューリングマシンです。$ gcc -lm TuringMachine.c
$./a.out Program.txt Tape.txtで動作させます。
プログラムの形式は、
[記号の数],[状態の数]
<記号のリスト>
カンマ区切りプログラムとなっています。カンマの前後には空白を入れないでください。
テープの形式は、テープの長さ(出力後の長さも見据えて、大きめに)
テープの内容となっています。