Code Monkey home page Code Monkey logo

students-course-selection-management-system's Introduction

Students-course-selection-management-system

  1. 定义学生类,用于描述学生信息,基本信息包括姓名、学号等。

  2. 定义课程类,用于描述课程信息,包括课程名,学分数。

  3. 定义学生选课类,继承自1中的学生类,并包含学生选课的信息,一个学生可以选修多门课程(选课信息也可以用一个顺序存储结构来描述)。

  4. 定义顺序存储的数据结构,分别用于存储学生信息、全部课程信息和每个学生的课程信息。

  5. 为主控程序类实现下面的功能:

(1) 学生管理

a. 从文件中读入学生信息,存储于3中的数据结构中;

b. 添加、删除学生信息;

c. 将学生信息保存入文件;

d. 按照学号对学生排序、按照姓名对学生排序;

(2) 课程管理

a. 从文件中读入课程信息,存储于3中的数据结构中;

b. 添加、删除课程信息;

c. 将课程信息保存入文件;

(3) 选课管理

a. 指定某个学生选修某门课程;

b. 指定某个学生退选某门课程;

c. 查询某个学生的选修情况;

d. 查询某门课程的全部选修学生;

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.