Welcome![Sign In][Sign Up]
Location:
Search - tudebianli

Search list

[WEB Codetudebianli

Description: 一、 程序分析 1. 以邻接多重表为存储结构,实现连通或非连通的无向图的深度优先与广度优先遍历。 2. 设图的结点不超过30个,每个结点用一个编号表示。通过输入图的边输入一个图,每条边为一个数对。 3. 问题描述: 4. 以第一个结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边。
Platform: | Size: 19746 | Author: 姚晶晶 | Hits:

[Other resourcetudebianli

Description: 数据结构与算法 图的遍历 算法
Platform: | Size: 7642 | Author: 夏涛 | Hits:

[Mathimatics-Numerical algorithmstudebianli

Description: 图的遍历,搜索-traverse map, search
Platform: | Size: 44045 | Author: 郭健 | Hits:

[Other resourcetudeBianli

Description: 图的遍历算法的演示,数据结构的课程设计,演示具体的具体操作,有文档资料
Platform: | Size: 49417 | Author: 高先生 | Hits:

[Other resourcetuDeBianLi

Description: 以邻接表为存储结构,选择图的类型(有向图或无向图),创建相应的图。对创建的图按深度优先和广度优先的遍历。(文档中含代码)
Platform: | Size: 25406 | Author: 展令杨 | Hits:

[Mathimatics-Numerical algorithmstudebianli

Description: 图的遍历,搜索-traverse map, search
Platform: | Size: 179200 | Author: 郭健 | Hits:

[Documentstudebianli

Description: 一、 程序分析 1. 以邻接多重表为存储结构,实现连通或非连通的无向图的深度优先与广度优先遍历。 2. 设图的结点不超过30个,每个结点用一个编号表示。通过输入图的边输入一个图,每条边为一个数对。 3. 问题描述: 4. 以第一个结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边。 -First, program analysis 1. To the adjacent multi-table for the storage structure, to achieve connectivity and non-connected undirected graph with a depth-first breadth-first traversal. 2. Node-based map is not more than 30, each node with a number that. Map by entering the input side of a graph, and each side for a few right. 3. Problem Description: 4. To the first node as a starting point, respectively, under the output of each node traversal visit sequences and the corresponding spanning tree edge.
Platform: | Size: 19456 | Author: 姚晶晶 | Hits:

[Data structstudebianli

Description: 数据结构与算法 图的遍历 算法-Data structure and algorithm graph traversal algorithm
Platform: | Size: 7168 | Author: 夏涛 | Hits:

[Data structstudeBianli

Description: 图的遍历算法的演示,数据结构的课程设计,演示具体的具体操作,有文档资料-Graph traversal algorithm demo, data structure of curriculum design, presentation of specific concrete operation, have documentation
Platform: | Size: 49152 | Author: 高先生 | Hits:

[Data structstuDeBianLi

Description: 以邻接表为存储结构,选择图的类型(有向图或无向图),创建相应的图。对创建的图按深度优先和广度优先的遍历。(文档中含代码) -To the adjacent table for the storage structure, select the type of graph (directed graph or undirected graph), create a corresponding map. To create the graph by depth-first and breadth-first traversal. (The document containing the code)
Platform: | Size: 25600 | Author: 展令杨 | Hits:

[Othertudebianli

Description: 222 2分别通过深度和广度对图进行遍历-222 2, respectively, through the depth and breadth of the graph traversal
Platform: | Size: 2048 | Author: 张岳鹏 | Hits:

[Data structstudebianli

Description: 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree algorithm PRIM and implementation KRUSCAL)
Platform: | Size: 9216 | Author: xqx | Hits:

[source in ebooktudebianliywc

Description: 只要就是用来实现图的遍历的功能,用c++语言实现的,是比较精简的数据结构。-shixian tudebianli gongneng
Platform: | Size: 2048 | Author: yanweu | Hits:

[File Formattudebianli

Description: 这个是图的遍历演示源程序代码,是用c语言写的,大家可以参考一下这个算法-This is a graph traversal demo source code is written in c language, we can refer to this algorithm
Platform: | Size: 4096 | Author: yeah | Hits:

[Othertudebianli

Description: 图的遍历包括深度优先搜索和广度优先搜索,大家可以看看。-Graph traversal, including depth-first search and breadth-first search, we can look at.
Platform: | Size: 2048 | Author: zhangfei | Hits:

[Windows Developtudebianli

Description: 图的遍历,查照最短路径,利用递归和迭代的算法-Graph traversal, shortest path looked at the use of recursive and iterative algorithms
Platform: | Size: 376832 | Author: gg | Hits:

[Data structstudebianli

Description: 能够进行图的遍历,其中包括有队列的出对入队运算。-Graph traversal can be carried out, including a queue out the right into the team operation.
Platform: | Size: 6144 | Author: luojinke | Hits:

[Othertudebianli

Description: 图的遍历问题 数据结构 C C++ 源码 课程设计 严蔚敏版的书-yrteryryer
Platform: | Size: 9216 | Author: mafan | Hits:

[Data structstudebianli

Description: 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Completed the initial design, and setting up the framework minimum requirement: Two traversal must realize, the idea to write drawing further requirements: Draw Graphs, interested students can further improve the pattern performance.
Platform: | Size: 114688 | Author: zhangjunyan | Hits:

[Othertudebianli

Description: 图的深度遍历和广度遍历(以邻接表为存储结构)-The depth and breadth traversal graph traversal (in the adjacent table for the storage structure)
Platform: | Size: 239616 | Author: 清风煕 | Hits:
« 12 »

CodeBus www.codebus.net