搜索资源列表
student_health
- 利用单链表实现学生健康系统的管理,基本要求的东西都齐全了。-Using single-list system to achieve the management of student health, the basic things that all materials requested.
C11.rar
- tc下实现的单链表学生成绩管理系统,显示单链表中所有记录等功能,图形界面,tc achieve singly-linked list of student performance management system, and display all records in a single linked list functions, graphical interface
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)