Introduction第一题除了要求的功能以外还可以对学生进行添加删除以及数据的文件保存和读取显示分布也是将所有人的总分分为10个区间后显示每个分数段的分布所有排序,以及查找极值的功能都可以选择参照的关键字第二题先输入32位10编码然后输出正确的编码注释参照各个头文件以及主程序Data StructureCourse ProjectDepartment of Information ManagementBeijing Jiao Tong University (Wei Hai)Problem (10 points) :Problem 1:Develop a sample system to store and manage the grades for students in a class.Take our class as an example, for each student, his or her grades include: (1) participationscore, (2) score in assignment 1, (3) score in assignment 2, (4) score in assignment 3, (5)score in assignment 4, (6) score in course project, (7) score in final exam and (8) finalgrade. The final grade is the weighted sum of the first 7 scores.Your system should include the following functions: Searching, i.e., search the scores and grade for one certain student; Sorting, i.e., sortinC代写 Department of Information Management代做数据结构实验作业g the scores and grade for all students; Max, i.e., find the maximum score or grade among all the students; Min, i.e., find the minimum score or grade among all the students; Distribution, i.e., show the distribution of scores or grades for all students; Normalize, i.e., normalize all the scores or grades among all the students; Other functions (the more functions, the better).Requirement:(1) Work in group, discuss how to design and implement this system using C;(2) Generate sample grades and scores for some students, test your system;(3) Write course project report to describe how would you design your systems, withwhat functionalities and who is in charge of which part;(4) Prepare the slides and, in groups, present your work in classSubmission:Submit your course project report in a pdf file, C code, slides, with your studentID+English name as file name to class representative before October 29 23:59:59.转自:http://ass.3daixie.com/2019030313745241.html
讲解:C Department of Information Management
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 2th Februrary 2017 Theresa ChinereYoyo Collabrative Lea...
- 129. Sum Root to Leaf Numbers 题目:https://leetcode.com/pro...