readme.txt

来自「这是个很好的源代码,有用的」· 文本 代码 · 共 121 行

TXT
121
字号

  ==============================================
  ------- Turing Machine (C++ Simulator) -------
  ---------------- Version-1.0.4 ---------------
  ==============================================

  The algorithm has been written by Alex Vinokur.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 2002-2003 by Alex Vinokur.

    This software is provided 'as-is', without any express 
    or implied warranty.

    This work and all works derived from it may be copied and modified 
    without any restrictions other than that 
    a copy of this copyright notice must be included in any copy 
    of this work or any derived work.

    The Author assume no responsibility for damage or loss of system
    performance as a direct or indirect result of the use of this
    software.

  =====================================
  AVAILABILITY

    -----------------------------------
    ### Web page ###
        http://alexvn.freeservers.com/s1/turing.html


    -----------------------------------
    ### Download ###
        ------ Latest version ------
        http://sourceforge.net/projects/turing-machine
        http://alexvn.freeservers.com/s1/turing.zip (via http://alexvn.freeservers.com/s1/turing.html)
        ------ Previous version ------
        http://www.simtel.net/pub/pd/61179.html
        http://home.barak-online.net/alexvn/s2/tr/trmach10.zip
        http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=5140&lngWId=3


        Files:

           0. readme.txt	(this file)

              --- Program Files ---
           1. version.h		Version Info (Declaration)
           2. macro.h		Various Macro
           3. common.h		Common Function etc (Declaration)
           3. service.h		Auxilary Classes/Functions (Declaration)
           5. defs.h		Common Definitions
           6. tape.h		Class Tape (Definition)
           7. rules.h		Classes CurSituation & NextSituation (Definition)
           8. turing-m.h	Class TuringMachine (Definition)
           9. run.h		Class Run (Definition)

          10. version.cpp	Version Info (Definition)
          11. common.cpp	Common Function etc (Implementation)
          12. service.cpp	Auxilary Classes/Functions (Implementation)
          13. tape.cpp		Class Tape (Implementation)
          14. rules.cpp		Classes CurSituation & NextSituation (Implementation)
          15. turing-m.cpp	Class TuringMachine (Implementation)
          16. run.cpp		Class Run (Implementation)
          17. main.cpp		Main Program

             --- Makefile ---
          18. Makefile

             --- Demo Run batch File ---
          19. compile.bat
          20. run_demo.bat


             --- Demo Input Data Files ---
          Various demo data files.

  =====================================
  ENVIRONMENT

    ### System & Compiler ###

	Windows 2000 Professional
	CYGWIN_NT-5.0 1.3.22(0.78/3/2)
	GNU gcc/g++ version 3.2 20020927 (prerelease)
	GNU Make version 3.79.1


  =====================================
  USAGE

    ### Compilation & Run Tests ###

        --- Compilation ---
        $ compile.bat

        --- Run Demo via batch file ---
        $ run_demo.bat

        --- Getting Help ---
        $ turing.exe -h




=========================================================

	Alex Vinokur
		2003.07.08
	-----------------------------------
	mailto:alexvn@connect.to
	mailto:alexv@hitechclub.com
	http://up.to/alexvn
	-----------------------------------

=========================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?