搜索资源列表
searchpath
- 数据结构上机实验——图的遍历,建立有向图,可选择深度或广度搜索,并将所有路径输出,简明、易懂、C++、自编版。-Data structure on experiments- graph traversal, the establishment of a directed graph, you can choose the depth or breadth of the search, and all paths output, concise, easy to understand, C++,
tubianli
- 配合数据结构课程的讲义以程序的形式模拟出算法的图,以及图的遍历的程序-With the data structure of the lecture courses in order to process the form of simulated algorithms map and graph traversal procedure
Graph
- 数据结构中的图的实现,包括图的创建,遍历等-Graph data structure implementation, including map creation, traversal, etc.
tudebianli
- 图的遍历问题 数据结构 C C++ 源码 课程设计 严蔚敏版的书-yrteryryer
jieguo
- 大学生数据结构实验报告,有关图的遍历,源程序和结构-Students data structures lab reports, graph traversal, source and structure
map_for_cPP
- 关于图的几种建立和遍历的方式的练习例程,数据结构,C语言进行描述,适于初学者。-On the map several establishment and traverse the way of exercise routines, data structures, C language is described, suitable for beginners.
bianli
- 数据结构中图的遍历。通过手动输入,采用邻接矩阵创建无向图,再通过计算,完成对该图进行土的深度优先遍历。-Graph traversal of the data structure. By manually entering the adjacency matrix to create an undirected graph, by calculating the complete depth-first traversal of the soil of the graph.
BiTree1
- 利用树状图可实现数据结构中的非递归中序遍历-Use tree data structure can be achieved in a non-recursive traversal
Graph
- 数据结构中图的遍历Data structure traversal of center-Data structure traversal of center
Graph
- VC++编写的数据结构图算法演示系统,可作毕业设计系统,包含深、广度遍历,最小生成树,拓扑排序,最短路径算法。-Graph algorithm operating system,include depth/breath first search,minitree,topsort,shortestpath.
DFS_BFS
- 数据结构图论中,实现邻接矩阵的深度遍历和邻接矩阵广度遍历.-Data structure graph theory, the depth traversal and breadth to achieve adjacency matrix adjacency matrix traversal.
DFSBFS
- 数据结构图的遍历算法,DFS(深度优先便利)和BFS(广度优先遍历)-DFS and BFS DATA STRUCT
Graph.tar
- 数据结构 图结构的模板 以及 遍历接口方法-The template of the structure of data structure and the method of traversing the interface
datastructure
- 数据结构中树及图的遍历实现,加深对此内容的理解与掌握-Data structure of the tree and the traversal to achieve, to deepen the understanding and mastery of this content
tu
- 数据结构图的一些操作,包括邻接矩阵,图的遍历,图的删除-Some of the data structure of FIG operation, including the adjacency matrix, a graph traversal, delete, etc. FIG.
算法与数据结构实习
- 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
text13
- 通过邻接表来构建一个无向图,然后分别深度遍历图以及广度遍历图(Build a graph by adjacency table, and then traverse the map in depth and breadth)
proj3
- (1) 图数据通过数据文件输入,采用一种图的数据结构表示法,生成图的表示; (2) 输出图的表示结果; (3) 实现图的广度优先遍历、深度优先遍历算法; (4) 可从任意顶点开始,输出两种遍历结果; (5) 设计相应的“菜单”,通过键盘输入选择,可反复输入不同的测试数据,完成实验要求的测试((1) graph data is input through data file, and a data structure representation of a graph is use
ConsoleApplication1
- 实现图的广度优先遍历,利用结构体指针,非常适合数据结构初学者。(Breadth first traversal of Graphs)
GraphCPro
- 现有一个景区,景区里面有若干个景点。现欲开发景区信息管理系统,对景点的信息进行管理。使用图的数据结构来保存景区景点信息,为用户提供创建图、查询景点信息、旅游景点导航、搜索最短路径、铺设电路规划等功能。 使用C++语言,通过对景区信息管理系统的四次迭代开发,实现以下主要学习目标: 1)掌握图的定义和图的存储结构,图的创建方法及其应用 2)掌握图的两种遍历方法及其应用 3)掌握迪杰特斯拉(Dijkstra)算法及其应用 4)理解最小生成树的概念、掌握普里姆(Prim)算法及应用(T