This is Simulated Turing Machine of Computational Theory.
Programming language: C++
Compilation: minGW-based using Cmake
IDE: VScode
Development framework: QT
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)的纸带。