Skip to content

adj-matrix/TuringMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Turing Machine

This is Simulated Turing Machine of Computational Theory.

Development Environment

Programming language: C++

Compilation: minGW-based using Cmake

IDE: VScode

Development framework: QT

Introduction

A simple Turing machine applet which can realize the reading of paper tape and determine whether the paper tape conforms to the rules.

The rules can be modified by yourself, in the bin folder of the ruler.txt. The default rule inside is to recognize 0^(n^2) paper tape.

图灵机

计算理论的图灵机模拟。

开发环境

编程语言:C++

编译:基于minGW使用Cmake编译

IDE:VScode

开发框架:QT

介绍

一个简易的图灵机小程序,可以实现纸带的读取,判断纸带是否符合规则。

规则可以自己修改,在bin文件夹的ruler.txt内。其中里面的默认规则是识别0^(n^2)的纸带。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages