搜索资源列表
work2z
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程
simulation-of-discharge
- 根据分形理论和电介质击穿数学模型电火花放电路径模拟-simulation of discharge path
Fault-Tree
- 求故障树的 1)对偶树; 2)最小割级和最小路集; 3)假定底事件的故障概率已知,求顶事件发生的概率; 4)求底事件的结构重要度、概率重要度和关键重要度。-Seeking Fault Tree 1) dual tree 2) minimum cut level and minimal path sets 3) It is assumed that the end of the event of the failure probability known, find the p
Graph
- 对图的深度,广度遍历,关键路径算法,最短路径算法实现,求生成树的深度及叶子结点数-Depth, breadth traversal, critical path algorithm, the shortest path algorithm, find the depth of the spanning tree and leaf nodes