基于 C++ 的模拟图灵机小程序 Turing

码农软件 · 软件分类 · 手机相关软件 · 2019-05-08 09:12:34

软件介绍

Turing 是一个用 C++ 编写的模拟图灵机运行过程的小程序。

演示图片

编译

gcc turing.cpp -o turing

运行

./turing

初始化

流程

1.初始化存储带上的符号

2.初始化控制器当前状态

3.初始化读写头起始位置

4.设置工作程序

示例

1.输入数据符号:1111B111

2.输入控制器初始状态:1

3.输入控制器初始位置:1

4.输入工作程序(可手动输入工作程序,不输入时默认为以下程序):

    111R1
    1b1R2
    211R2
    2bbL3
    31bH3
    3bbH3

本文地址:https://codercto.com/soft/d/5273.html

Real-Time Collision Detection

Real-Time Collision Detection

Christer Ericson / CRC Press / 2004-12-22 / USD 98.95

Written by an expert in the game industry, Christer Ericson's new book is a comprehensive guide to the components of efficient real-time collision detection systems. The book provides the tools and kn......一起来看看 《Real-Time Collision Detection》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码