搜索资源列表
C语言演示链表操作
- 数据结构的链表关系,用TC2.0 编写,比较完整,可以作为学生的教学用-data structure objectlist relations with the preparation WITH TC 2.0, a more comprehensive and can be used as teaching students
学生成绩管理系统
- 用C语言链表实现的学生成绩管理系统,有更新模块,查询模块,统计模块,文件读写模块
链表做学生成绩管理系统
- 链表做学生成绩管理系统 用数据结构的知识解决一些小的问题
从数据文件records.txt中读取学生信息
- 从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上; 统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果; 对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上; 对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中; 删除链表中身高为指定值的所有学生结点并打印; 将当前的学生链表拆分为男生链表和女生链表(没有
Student
- 用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。-With a list to achieve the management of student achievement management system that is simple, clear.
7-2
- (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (3)按各科总成绩排序,并生成相应的文件输出。 (4)计算每人的平均成绩,按平均成绩排序,并生成文件。 (5)按学号、姓名查找学生记录。 -(1), respectively, and an array of linked list structures storing student information (includin
address
- c语言编写的学生通讯录,有增加,查找,更换,删除,保存。应用文件和链表。
Students_database
- 学生数据库 用C语言编写的经过调试的数据库,是通过链表实现的。是进一步掌握C编程的良好方法。可以记录学号,性别,年龄,分数-Students use the C language written in the database after the database debugging is achieved through the linked list. Further understand the C programming is a good way. Can record stud
Studemt
- 采用C语言开发,文件存储,指针链表实现,每个用户凭合法用户名和密码登陆,不同权限的用户可使用不同的功能集。用户管理包括:新增、查找,浏览、修改密码和和保存等基本功能。学生成绩管理包括添加、修改、删除、查询、排序、统计、载入、追加和保存等基本功能。-Using C language development, file storage, a pointer linked list implementation, each user with valid username and password,
feiji
- 一个简单的机票预订方案 先决条件,目标和成果 先决条件:学生应掌握以下必备技能。 • 指 针 - 使用的指针间接引用和修改对象 • 链接列表 - 链表的实施的理解 • 动态内存管理 - 使用新的和删除 目标:本作业的目的是加强学生的链表的理解。 结果:学生成功地完成这项任务将掌握以下成果。 • 了解执行链表 • 使用指针 • 使用动态内存管理 说
C语言学生成绩管理程序综合实验
- 以链表为基础,实现学生成绩的、增加、 修改、查询、 删除,以及读取到文件中(To the list based on the realization of student achievement, increase, modify, query, delete, and read into the file)
学生管理系统(链表)
- 在Dev-c++上编译的简单学生管理系统,适用于链表初学练习者(Student management system)
学生成绩管理系统(链表)
- 一个学生信息管理系统,可实现在dos界面对话框内对学生信息进行增删改查。(A student information management system, which can be achieved in the DOS interface dialog box for student information additions and deletions to change.)
pp
- 大学数据结构课程设计链表实验:学生信息管理(data structure curriculum design)
链表实现学生管理系统
- 单链表实现学生管理系统,只能用Windows黑框(EN....I really have nothing to say about this one !I am annoyed now!!)
链表-简化学生管理系统
- 通过运用链表编写的一个简化学生管理系统,是对链表的一个实践运用(A simplified student management system by using a linked list is a practical application of the linked list.)
Chapter-5-Exercises
- 使用类动态管理学生成绩-----Chapter-5-Exercises/Unkown-Student-Records(该例程使用两个类,studentRccoed和studenfCollection 更加清晰的使用链表管理学生成绩)(* Exercise 5-2 * * For our automobile class from the previous exercise, add a support method that * returns a complete descr
datastructure
- 包含一些数据结构的习题,实现了学生信息表的查询等功能。(Contains some of the data structure exercises, to achieve the student information query table.)
StudentInfo_biaowai_stdList
- 基于Visual c++2010平台,运用链表,完成信息管理系统,有登录,密码,修改密码,添加,删除,等功能,功能齐全,运行即可。(Based on the Visual c++2010 platform, the use of linked lists, the completion of information management system, login, password, modify the password, add, delete, and other functions,
单链表直接选择排序
- 建立一链表,存入一系列学生成绩,并设计直接选择排序算法对学生成绩进行排序(Set up a list, store a series of student achievement, and design direct sorting algorithm to sort student achievement)