📄 @psc_readme_5140_3.txt
字号:
Title: [C++ Simulator] Turing Machine (Version 1.0.4)
Description: Web page : http://alexvn.freeservers.com/s1/turing.html The C++-program simulates a Turing Machine (TM). TM is defined by input files : metafile, states file, alphabet file, transition file, input word(s) file(s): 1)Each row of metafile contains data related to some Turing machine (number of tapes, names of states file, alphabet file, transition file, input word(s) file(s)). 2)States file contains list of initial, halting and internal states. 3)Alphabet contains list of empty, input and internal symbols. 4)Each row of transition contains some transition rule. 5)Each row of input word(s) contains input word for some tape. A Turing Machine example (Recognition of Palindromes) from 'The Design and Analysis of Computer Algorithms [1976]' by A.V.Aho, J.E.Hopcroft, J.D.Ullman (See examples 1.8, 1.9) is used as a demo sample of Turing Machine Raw run log (Demo) : http://groups.google.com/groups?th=7aa5bb6cfb62f89f
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=5140&lngWId=3
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -