搜索资源列表
数据结构综合1
- 数据结构课程学习过程中的一些算法,例子,相信对大家的学习很有帮助-data structure courses learning process of some algorithm, for example, we believe that the right learning helpful
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
航班订票系统
- 利用链表实现航班订票系统 对于链表这种数据结构有很大帮助,推荐-use to achieve flight booking system for the Chain this data structure is very helpful to recommend
CProgram
- 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
Astring
- 清华殷人昆版数据结构(c++)课本代码,自己调试成功。-Qinghua Yin Dynasty Queensland version data structure (c) textbooks code, debug their success.
ThreadTree
- 清华殷人昆版数据结构c++版,线索化二叉树调试成功-Qinghua Queensland Yin Dynasty data structure c edition version of a binary tree debugging clues success
Graphtsinghua
- 清华殷人昆版数据结构(c++版),图的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure (c version), graph algorithms debug all success.
PQueue
- 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
BSTtsinghua
- 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
parkstation
- 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
xh_kcsj
- 数据结构课程设计任务书北京工商大学计算机学院-data structure design courses on computer Beijing University College of Business
shishujuzhengsanyuanzushunxu
- 稀疏矩阵三元组顺序结构源码,可以作为头文件使用,方便那些初学数据结构的同学!-sparse matrix triple order of the source code structure can be used as the first document, facilitating data structure novice students!
youxiangtulianshijiegoulinjiebiao
- 有向图链式结构邻接表表示法,可以作为头文件使用,方便那些初学数据结构的同学!-directed graph chain structure adjoining table, can be used as the first document, facilitating data structure novice students!
yosegh
- 该程序是数据结构中的链表应用,即约瑟夫环的小游戏.-the program is the data structure Application List, Josephus small game.
yihuolianbiao
- 异或链表编的,是学数据结构时的作业,对数据结构有兴趣的可看看异或表的结构
C数据结构课程设计
- 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
数据结构简单例子实现
- 数据结构实现的简单例子,适合初学者学习
斐波那契堆实现迪特斯特拉算法
- 数据结构:斐波那契堆实现迪特斯特拉算法 VC6实现 已编译通过
数据结构的课程设计
- 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
编写用于表示有向图的数据结构
- 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi