登录
首页 » Visual C++ » Project_BFS

Project_BFS

于 2013-08-21 发布 文件大小:1708KB
0 271
下载积分: 1 下载次数: 3

代码说明:

   任务:用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,1158,2012-05-27
...........\...........\BFSSearch.h,155,2012-05-27
...........\...........\Common.h,844,2012-02-20
...........\...........\Debug
...........\...........\.....\BFSSearch.obj,381597,2012-05-27
...........\...........\.....\BuildLog.htm,7386,2012-05-27
...........\...........\.....\DFSsearch.obj,169065,2012-05-27
...........\...........\.....\Edge.obj,164537,2012-05-25
...........\...........\.....\Graph.obj,339598,2012-05-27
...........\...........\.....\InputOutputManager.obj,418211,2012-05-27
...........\...........\.....\mt.dep,65,2012-05-27
...........\...........\.....\Project_BFS.exe.embed.manifest,403,2012-05-26
...........\...........\.....\Project_BFS.exe.embed.manifest.res,468,2012-05-26
...........\...........\.....\Project_BFS.exe.intermediate.manifest,385,2012-05-27
...........\...........\.....\Project_BFS.obj,281742,2012-05-27
...........\...........\.....\stdafx.obj,5193,2012-05-25
...........\...........\.....\vc80.idb,568320,2012-05-27
...........\...........\.....\vc80.pdb,397312,2012-05-27
...........\...........\.....\Vertex.obj,367031,2012-05-25
...........\...........\DFSsearch.cpp,528,2012-05-27
...........\...........\DFSsearch.h,165,2012-05-27
...........\...........\do_BFS.cpp,1482,2012-05-26
...........\...........\Edge.cpp,1528,2012-02-20
...........\...........\Edge.h,1495,2012-02-20
...........\...........\Graph.cpp,416,2012-05-27
...........\...........\Graph.h,803,2012-05-27
...........\...........\InputOutputManager.cpp,2048,2012-05-27
...........\...........\InputOutputManager.h,356,2012-05-27
...........\...........\Link.txt,48,2012-05-27
...........\...........\Node.txt,25,2012-05-27
...........\...........\Project_BFS.cpp,1303,2012-05-27
...........\...........\Project_BFS.vcproj,4927,2012-05-27
...........\...........\Project_BFS.vcproj.hzc-PC.hyq.user,1409,2012-05-27
...........\...........\Project_BFS.vcproj.VFGRFY0D6XD50WI.Administrator.user,1427,2012-03-05
...........\...........\ReadMe.txt,974,2012-02-20
...........\...........\stdafx.cpp,216,2012-02-20
...........\...........\stdafx.h,296,2012-02-20
...........\...........\Vertex.cpp,578,2012-02-20
...........\...........\Vertex.h,647,2012-02-20
...........\Project_BFS.ncb,6491136,2012-05-27
...........\Project_BFS.sln,898,2012-03-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 12
    说明:  关于图像处理里的一些应用,将视觉相应算法应用到工程实际中,详细解说了算法在这里面的一些应用,很实用。(On some applications in image processing, the visual corresponding algorithm is applied to the engineering practice, a detailed explanation here below in some applications, the proposed algorithm is very practical.)
    2015-01-10 14:48:06下载
    积分:1
  • mirror
    对图像进行镜像处理,是最基本的图像处理操作(Mirror image is the most basic image processing operations )
    2012-05-13 20:04:04下载
    积分:1
  • NewOtsuThreshold
    改进经典的otsu算法,使其适应目标所占图像比例较小的情况,使图像分割方法更具有自适应性 (Improve classic otsu algorithm to achieve image segmentation)
    2012-04-20 22:06:25下载
    积分:1
  • HOG
    基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通(Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler)
    2020-06-25 23:00:01下载
    积分:1
  • jiyu
    基于菲涅耳全息图和离散余弦变换的_盲数字水印_技术(Blind digital watermarking _ technology based on the Fresnel hologram and the discrete cosine transform _)
    2013-03-05 17:11:48下载
    积分:1
  • imageprocessing
    Some of image processing tools in visual C++
    2012-08-22 20:38:42下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • vcphotoboth
    VC++处理图像模糊或柔化的效果示例源程序,类似Photoshop中的图像高斯模糊效果,每点击一次鼠标右键,程序为模糊一次,直到你满意为止。注意程序仅实现了模糊的功能,其它功能比如程序优化和效率方面的考虑还比较少,因此程序运行速度方面可能会欠缺一些(VC++ deal with image blur or soften the effect of sample source code, similar to Photoshop' s image Gaussian Blur effect, each click the right mouse button, the procedures for fuzzy time until you are satisfied. Note that the program is only vague functions, other functions such as process optimization and efficiency considerations is still relatively small, the speed of the program is running may lack some of the)
    2012-06-25 15:06:57下载
    积分:1
  • GVF_snake
    用C++编写的实现GVF的活动轮廓模型的提取,值得你参考(Extracted with implementations written in C++ GVF active contour models, it is worth your reference)
    2014-09-18 08:03:59下载
    积分:1
  • 1
    说明:  这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。(This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of the image, and then close it with an oval.)
    2008-05-13 15:21:14下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载