Code Monkey home page Code Monkey logo

scheduler's Introduction

工場のスケジューラアプリケーション

工場の生産スケジューリングアプリケーションをCLIで作成しました。 使用した言語はC++です。

Development Environment

  • Microsoft Visual Studio 2019

Usage

./Scheduler.exe

プロンプトの例

*****    起動しました   *****
コマンドを入力してください
コマンドの使用法を見るには、"help"コマンドを入力してください
>>> help
< 各コマンドの動作 >
"print" : 登録した予定をカレンダー形式で表示    
"list" : 登録した予定を確認する
"delete" : listコマンドで表示した予定に対して、 
                指定した番号の予定を削除する    
"add" : 予定を追加する
"make template" : 予定を複数同時に登録するための
                テンプレートファイルを作成する  
"set" : テンプレートファイルから予定を登録する  
"clear" : 登録した予定をすべて削除する
"quit" : このプログラムを終了する
>>> quit
プログラムを終了します

Commands

  • add : 予定を一つ追加する
  • make template : 予定を複数同時に登録するためのテンプレートファイルを作成する
  • set : テンプレートファイルの予定を追加
  • help : ヘルプを表示
  • list : 追加した予定のリストを表示
  • delete : listで表示した番号の予定を指定して削除
  • clear : 登録した予定をすべて削除する
  • quit : プログラムを終了する

scheduler's People

Contributors

shunsuke44 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.