Giter Club home page Giter Club logo

template-creator's Introduction

这是一个用于快速建立算法比赛文件目录和自定义模板的脚本

使用方法

  • 修改 template.cpp 为自定义算法模板
  • 在当前目录下使用命令行,键入以下命令:
    • TemplateCreator <folder name> <number>:建立新目录 folder name,并且按照 1.cppnumber 的顺序复制算法模板
    • TemplateCreator <folder name> <uppercase letter>:建立新目录 folder name,并且按照 A.cppuppercase letter 的顺序复制算法模板

例如,键入 TemplateCreator test 5 命令,目录如下所示:

│  TemplateCreator.cpp
│  TemplateCreator.exe
│  README.md
│  template.cpp
│
└─test
        1.cpp
        2.cpp
        3.cpp
        4.cpp
        5.cpp

test目录下所有的cpp文件都与 template.cpp 一模一样,只是重新进行了命名和编号

template-creator's People

Contributors

oneman233 avatar

Watchers

James Cloos avatar  avatar  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.