搜索资源列表
student-system
- 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
linear_listANDaccessfile
- 简单功能,通过线性表结构处理数据,并把数据随时保存到磁盘文件。-Easy functionality, deal with table structure through the linear data and the data saved to disk files at any time.
linear-list
- 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
List
- 对数据结构中的线性表的基本操作,包括获取线性表的大小,删除,是插入,排序等-The basic operation of the linear form in the data structure, including access to the linear size of the table, delete, insert, sort, etc.
1
- 数据结构的算法,包括单链表,队列,先序遍历二叉树,线性表,栈,图等-Data structure algorithms, including single-linked lists, queues, first traversal tree, linear table, stack, diagrams
sequentialList
- 线性表,数据结构练习,输入:学生的成绩,学号,名字。输出:按学生成绩从大到小排名,并合并不同班级的学生信息。-Linear tables, data structures exercises, enter: student achievement, student number, name. Output:Sort the students infomation according to the achievements, and merge different classes of stude