

since Nov 22, 2003
[ Last Modification : 2003/11/22] --------------------------------- Here is C++ Simulator of a Post Machine (PM). The program simulates Nondeterministic/Deterministic Multitape PM. 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 -----------------------------------
Content. |
==================================================== =================== 1. Algorithm =================== The programs simulate Deterministic and Nondeterministic Post Machine ==================================================== |
==================================================== ================ 2. List Of Classes ================ Main classes used in the algorithm are as following : |
========================================================================== ============================= 3. Program Files =========================== The algorithm contains the following files : |
========================================================================== ============================= 4. Demo Programs =========================== |
==================================================== ==================== 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 -------------------- %post-m.exe -h // Help %post-m.exe [metafile-name] //-------------------- Running : END ---------------------- |
==================================================== ===================== 7. Download ================== //######################################################### http://sourceforge.net/projects/turing-machine/ http://alexvn.freeservers.com/s1/post-m.zip http://groups.google.com/groups?th=2ea0511bd9eb30db Demo Run Logs |