文件名称:Project_BFS
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-08-21
- 文件大小:
- 1.67mb
- 下载次数:
- 1次
- 提 供 者:
- we***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中
工程名:Project_BFS
要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点
-Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFSSearch class project name: Project_BFS Requirements: for generating arbitrary topology, find the number of its branches, and output node of each branch
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Project_BFS\Project_BFS\BFSSearch.cpp
...........\...........\BFSSearch.h
...........\...........\Common.h
...........\...........\Debug\BFSSearch.obj
...........\...........\.....\BuildLog.htm
...........\...........\.....\DFSsearch.obj
...........\...........\.....\Edge.obj
...........\...........\.....\Graph.obj
...........\...........\.....\InputOutputManager.obj
...........\...........\.....\mt.dep
...........\...........\.....\Project_BFS.exe.embed.manifest
...........\...........\.....\Project_BFS.exe.embed.manifest.res
...........\...........\.....\Project_BFS.exe.intermediate.manifest
...........\...........\.....\Project_BFS.obj
...........\...........\.....\stdafx.obj
...........\...........\.....\vc80.idb
...........\...........\.....\vc80.pdb
...........\...........\.....\Vertex.obj
...........\...........\DFSsearch.cpp
...........\...........\DFSsearch.h
...........\...........\do_BFS.cpp
...........\...........\Edge.cpp
...........\...........\Edge.h
...........\...........\Graph.cpp
...........\...........\Graph.h
...........\...........\InputOutputManager.cpp
...........\...........\InputOutputManager.h
...........\...........\Link.txt
...........\...........\Node.txt
...........\...........\Project_BFS.cpp
...........\...........\Project_BFS.vcproj
...........\...........\Project_BFS.vcproj.hzc-PC.hyq.user
...........\...........\Project_BFS.vcproj.VFGRFY0D6XD50WI.Administrator.user
...........\...........\ReadMe.txt
...........\...........\stdafx.cpp
...........\...........\stdafx.h
...........\...........\Vertex.cpp
...........\...........\Vertex.h
...........\Project_BFS.ncb
...........\Project_BFS.sln
...........\Project_BFS.suo
...........\...........\Debug
...........\Project_BFS
Project_BFS