CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PRIM c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - PRIM c - List
[
Other resource
]
图论算法库 C++ 语言实现
DL : 0
图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是我为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 虽然该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。 -graph algorithm for C language code content graph algorithm library, including the following algorithm : single-source shortest path algorithm Dijkstra single source shortest path Bellman-Ford algorithm youngest generation Prim algorithm for each tree node on the shortest path between Flod - Warshall ALGOL C compiler platform Vi sualAge author starfish 4.0 C (starfish.h @ china.c om) Remarks procedures using C language, the VisualAge C 4.0 debugging through. The compressed file contains all Graph.h the library, the procedure call interface, see the Notes. Other documents algorithm is used to test the test procedures in VisualAge C compiler running under 4.0. The algorithm is for me to participate in ACM / Illinois prepared to contest the information, because the competition for high speed
Date
: 2008-10-13
Size
: 9.96kb
User
:
罗鹏魁
[
Other resource
]
prim
DL : 0
用C语言编写的 如果以无向网表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使这个交通网的总造价最小
Date
: 2008-10-13
Size
: 1.68kb
User
:
张公子
[
Other resource
]
prim
DL : 0
经典最小生成树算法--PRIM算法。。C++完整源码,绝对能运行。
Date
: 2008-10-13
Size
: 1.1kb
User
:
刃具
[
Develop Tools
]
最小生成树的构造——普里姆(Prim)算法
DL : 0
ad.rar - 快速排序算法的c实现 -ad.rar-fast algorithm to achieve c
Date
: 2008-10-13
Size
: 5.64kb
User
:
张三
[
Other resource
]
prim
DL : 0
prim 算法 C语言 一种最小生成树算法
Date
: 2008-10-13
Size
: 878byte
User
:
yangmingze
[
Other resource
]
PRIM-c++
DL : 0
数据结构常用算法,prim算法.实现对于最近路径的选择,是常用的算法之一-algorithm commonly used data structures, algorithms Prim. The recent realization of the path chosen, is commonly used algorithm
Date
: 2008-10-13
Size
: 8.17kb
User
:
陈钊
[
VC/MFC
]
c++ prim 中文
DL : 0
仅供参考的c++手册,注意版权
Date
: 2010-10-17
Size
: 3.86mb
User
:
davisduckseven7
[
AI-NN-PR
]
source
DL : 0
C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coordinates), computer graphics hatched filling algorithm (mouse input), Artificial Intelligence A* algorithm The C Programming Language
Date
: 2025-07-12
Size
: 11kb
User
:
站长
[
Data structs
]
PRIM-c++
DL : 0
数据结构常用算法,prim算法.实现对于最近路径的选择,是常用的算法之一-algorithm commonly used data structures, algorithms Prim. The recent realization of the path chosen, is commonly used algorithm
Date
: 2025-07-12
Size
: 255kb
User
:
陈钊
[
Data structs
]
数据结构算法集锦
DL : 0
数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm, the shortest path, the Dijkstra algorithm, scheduling algorithms, high-precision calculation algorithms, etc.
Date
: 2025-07-12
Size
: 9kb
User
:
美美
[
Data structs
]
Prim_gao
DL : 0
Prim 算法寻找最小生成树,用C语言实现,有完整的注释!-Prim algorithm to find the minimum spanning tree, using C language, a complete Notes!
Date
: 2025-07-12
Size
: 1kb
User
:
gao
[
Data structs
]
图论算法库 C++ 语言实现
DL : 0
图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是我为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 虽然该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。 -graph algorithm for C language code content graph algorithm library, including the following algorithm : single-source shortest path algorithm Dijkstra single source shortest path Bellman-Ford algorithm youngest generation Prim algorithm for each tree node on the shortest path between Flod- Warshall ALGOL C compiler platform Vi sualAge author starfish 4.0 C (starfish.h @ china.c om) Remarks procedures using C language, the VisualAge C 4.0 debugging through. The compressed file contains all Graph.h the library, the procedure call interface, see the Notes. Other documents algorithm is used to test the test procedures in VisualAge C compiler running under 4.0. The algorithm is for me to participate in ACM/Illinois prepared to contest the information, because the competition for high speed
Date
: 2025-07-12
Size
: 10kb
User
:
罗鹏魁
[
Data structs
]
MapGuid
DL : 0
我写的,画出最短路径,及最小生成树 Prim Dijistra算法+ GDI实现-I write to depict the shortest path, and the smallest Prim Dijistra Spanning Tree Algorithm to achieve GDI
Date
: 2025-07-12
Size
: 1.85mb
User
:
nick
[
Other
]
myprim
DL : 0
一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
Date
: 2025-07-12
Size
: 1kb
User
:
傅蓉蓉
[
Data structs
]
biaohao
DL : 0
最大流量Prim 算法寻找最小生成树,用C语言实现,有完整的注释-maximum flow Prim finding minimum spanning tree algorithm, using C language, a complete Notes
Date
: 2025-07-12
Size
: 1kb
User
:
DoDoggy
[
SQL Server
]
prim_rar
DL : 0
prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
Date
: 2025-07-12
Size
: 1kb
User
:
louy
[
Data structs
]
prim
DL : 0
用C语言编写的 如果以无向网表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使这个交通网的总造价最小-Using C language if no express n to the network traffic between cities network construction planning, Vertex city, the edge of the right to express the cost of the line and try to design a program to make the transportation network total cost of the smallest
Date
: 2025-07-12
Size
: 1kb
User
:
张公子
[
Other
]
prim
DL : 0
C语言实现普里姆算法 根据无向网构造最小生成树-C language implementation Prim algorithm based on minimum spanning tree in undirected network structure
Date
: 2025-07-12
Size
: 2kb
User
:
xiyangyang
[
Data structs
]
Prim.c.tar
DL : 1
prim 最短路径实现 C++ 描述~代码规范,适合初学者-prim shortest path to achieve C++ description ~ code specifications, suitable for beginners
Date
: 2025-07-12
Size
: 1kb
User
:
huochai
[
Mathimatics-Numerical algorithms
]
Prim+Kruskal 算法求最小生成树
DL : 0
C语言 Prim Kruskal 算法求最小生成树(C language Prim+Kruskal algorithm for minimum spanning tree)
Date
: 2025-07-12
Size
: 1kb
User
:
anonym0us
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.