Giter VIP home page Giter VIP logo

turing-machine-sim's Introduction

图灵机模拟器 C++实现 Turing Machine Simulator on C++

武汉大学计算机导论课作业

主程序

代码均在根目录下,入口在main.cpp

演示代码

在demo目录下:

四位加法器 4-bit-adder

可以进行四位二进制数的加法。和可以高至五位。

被加数在加号左侧,加数在加号右侧,结果显示在加号左侧。详见description.txt

e1.

TAPE INPUT: 0010+0101B

TAPE OUTPUT: 0111+aaaaB

e2.

TAPE INPUT: 01111+0001B

TAPE OUTPUT: 10000+aaaaB

turing-machine-sim's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.