搜索资源列表
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
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
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
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
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
deleteminelem
- 删除最小节点,相同的最小节点也能删除,在C++中用数据结构进行实现-Remove the smallest node, the same minimum node can also delete the C++ data structures used to achieve
linkedqueue
- 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
LinkList
- 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
graphlinjiejuzhen
- 用C++的模板类实现了图的邻接矩阵数据结构,下载后添加头文件即可使用。-Adjacency matrix data structure use C++ template classes, and add header files to download.
Comprehensivelisttemplatelisttemplatejointlyoperat
- 基于C++设计模式,结合C++模板技术,提供链表数据结构的综合实现,综合性很强,很适合初学者的提高!-Based on C++ design patterns, combined with C++ template technology to provide a comprehensive list data structure to achieve and comprehensive, it is suitable for beginners to improve!
initialcode
- 使用c++编写的关于网格方面的程序,包括网格的数据结构,输入输出,细分变形,补洞等程序-Prepared using c++ program on the grid area, including the grid data structure, input and output, subdivision deformation, fill holes and other procedures
graphlinjiebiao
- 用C++的模板类实现了图的邻接表数据结构,下载后添加头文件即可使用。-Adjacency table data structure use C++ template classes, and add header files to download.
Paint_1
- 一个在控制台上画图的小程序,用c语言实现,可以画直线矩形圆圆弧等,用统一的数据结构-A drawing program on the console, using c language, can draw a straight line rectangle circular arc, with a unified data structure
linear-list
- 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
地铁线路查询系统
- 一个用C语言写的广州地铁查询系统。可以实现最少换乘、最少用时、最短距离三种方式下的线路查询,查询结束后动画显示结果,并输出时间、距离以及换乘信息。里面用到链表、图等数据结构,并用到地杰斯特拉算法。。。
BTNode1
- 利用C++语言实现二叉树相关操作,初学者必学的一种数据结构,包含头文件及主函数-BTNode C++
classical-algorithm-on-C
- C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.