Giter VIP home page Giter VIP logo

student_2's Introduction

使用链表的学生成绩管理系统

一、系统实现主要功能

1. 添加学生信息

 * 输入添加学生个数以添加
 * 添加完成后仍然可以继续添加

2. 删除学生信息

 * 输入要删除的学生id,查找并删除 

3. 修改学生信息

 * 输入要修改的学生id,打印该学生对应的信息
 * 确认是否修改,y or n
 * 输入修改的类别及对应内容

4. 查询学生信息

 * 输入要查询的学生id,打印该学生信息

5. 打印学生信息

 * 打印所有学生信息

6. 按学生学号排序

 * 创建新链表,将学生信息按学号排序存放到新链表中

7. 按学生学号插入

 * 插入学生信息,根据新链表的顺序插入

8. 退出系统


二、函数解决的bug

  • 任务一 在添加学生的基础上继续添加
  • 任务二 在执行完排序之后继续添加继续排序
  • 任务三 执行完排序之后按顺序插入学生后打印

student_2's People

Contributors

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