文件名称:Graph
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 3.63mb
- 下载次数:
- 0次
- 提 供 者:
- Tr***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、创建一个无向图,采用邻接矩阵存储,顶点采用单个字符表示,边采用邻接矩阵表示;
2、输出该图的存储示意图;
3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。
-1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storage schematic 3, depth-first and breadth-first traversal of the graph and output traversal results.
2、输出该图的存储示意图;
3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。
-1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storage schematic 3, depth-first and breadth-first traversal of the graph and output traversal results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shiyan7\Debug\shiyan7.exe
.......\.....\shiyan7.ilk
.......\.....\shiyan7.pdb
.......\ipch\shiyan7-8b844b14\shiyan7-78f830cf.ipch
.......\shiyan7\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.1380-cvtres.read.1.tlog
.......\.......\.....\link.1380-cvtres.write.1.tlog
.......\.......\.....\link.1380.read.1.tlog
.......\.......\.....\link.1380.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\MGraph.obj
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\shiyan7.exe.embed.manifest
.......\.......\.....\shiyan7.exe.embed.manifest.res
.......\.......\.....\shiyan7.exe.intermediate.manifest
.......\.......\.....\shiyan7.lastbuildstate
.......\.......\.....\shiyan7.log
.......\.......\.....\shiyan7.obj
.......\.......\.....\shiyan7_manifest.rc
.......\.......\.....\SqQueue.obj
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\MGraph.cpp
.......\.......\MGraph.h
.......\.......\shiyan7.cpp
.......\.......\shiyan7.vcxproj
.......\.......\shiyan7.vcxproj.filters
.......\.......\shiyan7.vcxproj.user
.......\.......\SqQueue.cpp
.......\.......\SqQueue.h
.......\shiyan7.sdf
.......\shiyan7.sln
.......\shiyan7.suo
.......\ipch\shiyan7-8b844b14
.......\shiyan7\Debug
.......\Debug
.......\ipch
.......\shiyan7
shiyan7