StudentInfo

所属分类:教育系统应用
开发工具:C++
文件大小:133KB
下载次数:6
上传日期:2008-01-18 20:19:49
上 传 者uplotus
说明:  简易学生信息管理系统 程序实现思路: 先创建一个学生元素类,用于存放学生的各种数据。然后创建一个堆(heap)类,把数据以堆的形式存储,可便进行堆排序及各种操作。最后再用一个类(class priQueue)包装了heap类,以方便主函数调用。本程序中比较核心的技术就是用到了堆排序,将学生按优先级(高的排前面,低的排后面)的大小进行有序排列。堆排序的时间复杂度较一般排序(如:冒泡,选择等)来得低,可使程序显示数据时效率更高。
(Simple Student Information Management System program ideas: the first element to create a student class, students used to store various data. And then create a stack (heap) type, the data in order to stack the form of storage, can be carried out and various operation HEAPSORT. Finally, re-use a class (class priQueue) type of packaging the heap in order to facilitate the main function call. Comparison of this procedure is the core technology used in the heap sort students by priority (high in front of the row, low row behind) the size of orderly arrangement. HEAPSORT time complexity of a more general sort (eg: bubble, choose, etc.) too low, the procedure can show the data more efficient.)

文件列表:
简易学生信息管理系统\学生信息管理系统.cpp (7213, 2008-01-18)
简易学生信息管理系统\学生信息管理系统.exe (515808, 2008-01-18)
简易学生信息管理系统\计算机系课程设计报告.doc (96256, 2007-02-01)
简易学生信息管理系统 (0, 2008-01-18)

近期下载者

相关文件


收藏者