Description: Using the order table to achieve student achievement management system
The purpose of this paper is to master the sequential storage structure of data and the methods to implement them in computer
Experimental content: linear table storage structure of the order of basic operations, to achieve the function of:
(1) input function: you can input student information;
(2) statistical function: calculate the average grade of each student, sort according to the average score, and can count the number and information of 100~90, 60~0 students;
(3) search function: according to student number to find student information, and can be modified accordingly;
(4) insert function: information that can insert new students;
(5) delete function: according to student number, delete the corresponding student information.
To Search:
File list (Check if you may need any files):
3120102432-1(修改)
3120102432-1(修改)\李媛-计算机软件基础实验1报告.docx
3120102432-1(修改)\李媛-计算机软件基础实验1报告.pdf
3120102432-1(修改)\源程序(包括源文件、可执行文件)
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\Program1.exe
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\Program1.ilk
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\Program1.obj
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\Program1.pch
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\Program1.pdb
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\vc60.idb
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Debug\vc60.pdb
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.cpp
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.dsp
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.dsw
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.exe
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.ncb
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.opt
3120102432-1(修改)\源程序(包括源文件、可执行文件)\Program1.plg
3120102432-1(修改)\源程序(包括源文件、可执行文件)\test1.txt
3120102432-1(修改)\源程序(包括源文件、可执行文件)\test2.txt
3120102432-1(修改)\源程序(包括源文件、可执行文件)\实验1源程序(可用记事本打开).c
3120102432-1(修改)\源程序(包括源文件、可执行文件)\本系统使用说明文档.txt
3120102432-1(修改)\源程序(包括源文件、可执行文件)\测试.txt