资源列表
Bitree
- 二叉树的打包数据结构,包括遍历,删除,添加,注释详细-Packaged binary tree data structure, including traversal, delete, add, annotate details
maopaopaixu
- 实现的是用图形界面演示冒泡排序算法,直接在turbo C下运行即可看到运行结果
MIGONG
- 用C语言基本数据结构实现的迷宫的一个算法 -Using C language basic data structure of a maze algorithm
1
- 实现算术表达式求值的演示运算 用c语言实现的 思路很清晰的哦-The realization of arithmetic expression evaluation demo computation c language is very clear ideas Oh
2
- 排序算法 数据结构中最常见的一些排序算法 像冒泡直接选择快速排序等-Sorting algorithm data structure of the most common sorting algorithm like bubble sort, etc. directly select the Quick
HavermannCoding
- 哈弗曼编码,可根据个人需要对任意长度的数据进行编码。-Havermann coding, for any length encoded data
SString
- 只有头文件,没有主程序,需要的话自己可以写一个进行测试。-Only the header files, not the main program, if necessary, they can write a test.
Stabilehe
- 数据结构典型算法的代码: 关于树表查找的算法-Data structure of a typical algorithm code: The tree form of the algorithm to find
list
- 基本的链表,包括链表的创建和基本的查,删等等功能-The basic list, including the creation of lists and basic check, delete, etc. functions
zuixiaoshengchengshu
- 演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
301-25-6-1
- 学生成绩管理,假设每个学生信息包括学号、姓名和3门课程的考试分数。从键盘输入10个学生的数据,采用结构体 //* 数组数据的存储,程序实现如下功能: //* 1)输出三门课的平均成绩。 //* 2)输出三门功课分数分别最高的学生的信息。 //* 3)按总分对这10个学生从高到低排序,并输出排序结果。 //* 4)输出平均分高于80分那些学生的信息。-it s a student s score manage program,it has many function.
wenjiandaopai
- 使用经典的数组结构,以及数据结构中的冒泡算法,对于数组元素进行排序,用C语言实现
