Giter Site home page Giter Site logo

nju_fla2022's Introduction

南京大学《形式语言与自动机》课程实验作业,实现简易图灵机,模拟图灵机运行过程,详见实验手册

样例框架说明

本框架为2022年秋季《形式语言与自动机》课程的样例框架。助教们将使用该框架对同学们的程序进行测试,因此请确保你的工程可以使用该框架编译。

软件依赖

本框架依赖于cmake进行编译,需安装3.13.0以上版本的cmake方可使用。

使用方法

本框架的使用方法为:

  1. 将所有.h 以及.cpp文件置于/turing-project文件夹下,或者将该框架的CmakeLists.txt复制至你的工程根目录
  2. 在工程根目录处,使用指令cmake -B build
  3. 在工程根目录处,使用指令cd ./build; make

测试框架将使用上述方法对工程进行编译。执行完毕后,在工程根目录下应当出现/bin文件夹,其中含有可执行文件turing,测试框架将对该可执行文件进行测试。

重点:提交时,你的工程根目录下应当有一个CmakeLists.txt文件用于指导cmake进行编译,且通过这种方式能够在/bin文件夹下生成可执行文件turing

编译测试

将工程根目录直接打包为一个.zip文件,提交至http://114.212.85.59/upload.html,可以查看你的工程是否能够在测试框架中成功编译。**该页面仅用于测试工程编译可行性,不是正式提交入口!正式提交方式以讲义为准!**

nju_fla2022's People

Contributors

toucheart avatar

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.