Giter Club home page Giter Club logo

experiment-of-programming-c-c-uestc's Introduction

Experiment-of-Programming-C-C-UESTC

This is my course experiment of Programming(C & C++) in 2 semester 2017-2018 in UESTC. 这是我的电子科技大学2017-2018第二学期课程程序设计基础(C与C++)的课程实验。

实验要求

利用结构数组存储所有学生信息,最多100个学生。编写学生成绩管理系统,其中学生的信息有学号、姓名(汉语拼音)和分数。

完成下面函数:

1、输入学生信息函数AddStd实现添加学生相关信息;

2、按学号查询学生详细信息(包括成绩)QueryById;

3、成绩列表函数ListAll按学号排序输出学生信息;

4、输出平均分AvgScore;

5、输出最高分MaxScore学生信息(需要注意的是最高分的学生可能不只一人)。

利用while循环实现功能界面输出,根据用户选择调用对应的功能选项。所有学生成绩信息在退出系统时以文本文件保存到文件scores.txt(格式自定,可以是每个学生的信息和成绩占一行),在系统第一次运行时scores.txt被创建,每次系统运行时系统将从文件读入已保存的学生成绩信息。

提交:

代码(.c文件)、可执行文件(exe文件)、实验报告(word文件)和存有数据的scores.txt。实验报告需提供成绩录入、成绩查询、成绩列表等功能的运行结果。所有文件打包成一个压缩文件。

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.