


since Nov 09, 2002
[ Last Modification : 2004/07/03 --------------------------------- Here is C++ Simulator of a Turing Machine (TM). The program simulates Deterministic and Nondeterministic Multitape TM. The algorithm has been written by Alex Vinokur. Programming Language : C++. Any and all comments would be appreciated. Message Board Alex Vinokur ----------------------------------- alexvn@connect.to http://up.to/alexvn -----------------------------------Also
Content. |
==================================================== =================== 1. Algorithm =================== The program simulates Deterministic and Nondeterministic Turing Machines ==================================================== |
==================================================== ================ 2. List Of Classes ================ Main classes used in the algorithm are as following : |
========================================================================== ============================= 3. Program Files =========================== The algorithm (for Deterministic Machine) contains the following files : |
========================================================================== ======================== 4. Input Data Files (Demo) ====================== The Demo (for Deterministic Machine) contains the following files : |
==================================================== ==================== 5. Compiling ================== //######################################################### //------------------- System & Compiler ------------------ Windows 2000 CYGWIN GNU gcc/g++ version 3.3.1 GNU Make version 3.80 //-------------------- Compiling : BEGIN ------------------ %make //-------------------- Compiling : END -------------------- |
==================================================== ===================== 6. Running =================== //######################################################### //-------------------- Running : BEGIN -------------------- %turing.exe -h See results in Log File (for Deterministic Turing Machine). %turing.exe See results in Log File (for Deterministic Turing Machine). //-------------------- Running : END ---------------------- |
==================================================== ===================== 7. Download ================== //######################################################### http://sourceforge.net/projects/turing-machine/ http://alexvn.freeservers.com/s1/zip_dir/turing-m.zip http://groups.google.com/groups?th=5f29a9fc083ee736 ((Deterministic, Sources) http://groups.google.com/groups?th=7aa5bb6cfb62f89f ((Deterministic, Demo Run Logs) |