Giter Club home page Giter Club logo

course-design-oo's Introduction

Guangzhou University OO Course Design

广州大学面向对象程序设计课程设计


Developed in three days...Really in a hurry.

Main technology stack: JavaScript, TypeScript, Electron, React, Antd.

Thanks to template electron-react-boilerplate!

How to use

Clone this repo.

git clone https://github.com/situ2001/course-design-oo.git

Enter then install deps.

cd course-design-oo
yarn

Enjoy it.

yarn start

Or build a package. The packages will be appeared in dir ./release

yarn package

Assignment

编写停车场管理程序,用于停车场对车辆的管理。程序能够实现可用车位统计与查询、零车位提示、停车时长统计、按车型时长收费、管理员收费累计等功能。

设计要求及提示如下:

编写停车场收费管理系统,定义汽车类Car和管理员类CarManager

Car类有number(车牌号),model(车型)、enterTime(入场时间)、 quitTime(出场时间)、price(每小时收费价)、cost(费用)等属性。

CarManager类有idkey等。

实现以下收费功能:

  1. 可用车位统计与查询
  2. 零车位提示
  3. 停车时长统计
  4. 按车型时长收费
  5. 管理员收费累计

More

For more details, please check this: 程序设计课程设计报告

For the Word one, check this: 程序设计课程设计报告Word文件

Self Reflection

Leave blank due to exam week.

(Will be added in a half of month)

course-design-oo's People

Contributors

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