- C-Read-jpg C语言读取JPG图片源码 起初以为很难呢
- SCR 欧洲很流行的卫星设备通讯协议Unicable
- STTC Space time trellis code simulation
- H.264-Paper-ME-MD This a paper for High performance fractional motion estimation and mode decision for H. 264
- PSO 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>(基本粒子群算法) 2>YS(待压缩因子的粒子群算法) 3>LinW(线性递减权重粒子群优化算法) 4>SA(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnC(同步变化的学习因子) 7>AsyLnC(异步变化的学习因子)(算法还有bug) 8>Sec(用二阶粒子群优化算法求解无约束优化问题) 9>SecVibrat(用二阶振荡粒子群优化算法求解五约束优化问题) 10>CLS(用混沌群粒子优化算法求解无约束优化问题) 11>Sel(基于选择的粒子群优化算法) 12>Breed(基于交叉遗传的粒子群优化算法) 13>SimuA(基于模拟退火的粒子群优化算法)
- yruewbur 随机调制信号下的模拟ppm
文件名称:ApplicationsOfDepth-FirstTraversal
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:9.58kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1. 用DFS判断一个无向图是否是连通图;
2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边;
3. 用DFS和点消除求有向图的拓扑排序;
4. 判断有向图是不是强连通图,若不是,求强连通分量;
5. 判断有向图是不是半连同图;
6. 判断有向图是不是单连通图;
7. 判断无向图是不是双连通图。
通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。
-1. Using DFS to test if a given undirected graph is connected or not.
2. Classify the edges of a directed graph into tree edges, back edges, forward edges or cross edges by a depth-first traversal of the graph. If the given graph is undirected, classify the edges into tree edges and back edges. And verify if a directed or undirected graph has a cycle.
3. Compute the topological order of a directed graph using both DFS algorithm and source removal algorithm.
4. A strongly connected graph is a directed graph with every pair of vertices reachable from each other. A strongly connected component C of a directed graph G is a subset of maximal vertices such that every pair of vertices in the subset are reachable from each other. A strongly connected component graph GSCC of a graph G is a directed graph that each component C of G is considered as a single vertex in GSCC and there is an edge between components C1 and C2 if there exist an edge (u, v) in the graph G with u belongs to C1 and v
2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边;
3. 用DFS和点消除求有向图的拓扑排序;
4. 判断有向图是不是强连通图,若不是,求强连通分量;
5. 判断有向图是不是半连同图;
6. 判断有向图是不是单连通图;
7. 判断无向图是不是双连通图。
通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。
-1. Using DFS to test if a given undirected graph is connected or not.
2. Classify the edges of a directed graph into tree edges, back edges, forward edges or cross edges by a depth-first traversal of the graph. If the given graph is undirected, classify the edges into tree edges and back edges. And verify if a directed or undirected graph has a cycle.
3. Compute the topological order of a directed graph using both DFS algorithm and source removal algorithm.
4. A strongly connected graph is a directed graph with every pair of vertices reachable from each other. A strongly connected component C of a directed graph G is a subset of maximal vertices such that every pair of vertices in the subset are reachable from each other. A strongly connected component graph GSCC of a graph G is a directed graph that each component C of G is considered as a single vertex in GSCC and there is an edge between components C1 and C2 if there exist an edge (u, v) in the graph G with u belongs to C1 and v
(系统自动生成,下载前可以参看下载内容)
下载文件列表
源程序/有向图强连通分量.h
源程序/Applications of Depth-First Traversal.cpp
源程序/DFS拓扑排序.h
源程序/点消除拓扑排序.h
源程序/两种方法求有向图的拓扑排序.h
源程序/判定图的半连通性.h
源程序/判断图的单连通.h
源程序/判断图的双连通.h
源程序/无向图的连通性.h
源程序/有向图边分类.h
源程序
源程序/Applications of Depth-First Traversal.cpp
源程序/DFS拓扑排序.h
源程序/点消除拓扑排序.h
源程序/两种方法求有向图的拓扑排序.h
源程序/判定图的半连通性.h
源程序/判断图的单连通.h
源程序/判断图的双连通.h
源程序/无向图的连通性.h
源程序/有向图边分类.h
源程序
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
