A Turing machine simulator written in Java
-
Updated
Dec 31, 2023 - Java
A Turing machine simulator written in Java
“形式语言与自动机” 玩具模拟两带图灵机。txt中的转移规则示例为函数f(a,x,b,y)=a*x^2+b*y (可自行更换其它函数)][ Simulating two tape Turing machine. demo transfer rules is the function f(a,x,b,y)=a*x^2+b*y ]
An extended Turing machine implementation
Add a description, image, and links to the multitape-turing-machine topic page so that developers can more easily learn about it.
To associate your repository with the multitape-turing-machine topic, visit your repo's landing page and select "manage topics."