-
图的算法实现
图的算法实现
(1)将图的信息建立文件;
(2)从文件读入图的信息,建立邻接矩阵和邻接表;
(3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
(Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
- 2021-04-22 15:18:48下载
- 积分:1
-
STM32Clock
STM32的时钟显示模块,注意没有自动生成hex文件(clock module in STM32)
- 2012-04-22 09:27:01下载
- 积分:1
-
Spherical-shell-model
利用ansys进行球壳的建模,可以用来模拟液体储罐的大型工业结构的分析计算(Ansys modeled using a spherical shell, can be used to simulate large-scale industrial structure analysis and calculation of liquid storage tanks.)
- 2021-01-20 20:48:41下载
- 积分:1
-
demo-it-master
what the test is it test to be tes
- 2019-01-22 22:27:27下载
- 积分:1
-
dadishu
打地鼠输入输出设备买一些机器人来帮他,这些机器人很厉害,一个就可以顶上十个,原因很简单,他可以打中所有出现在和它同行或同列的地鼠(Input and output devices to play hamster robot to help him buy some of these robots is very powerful, can be a top ten, for the simple reason that he can hit it all in and out to peers or with the mouse)
- 2011-07-05 16:01:37下载
- 积分:1
-
pushboxVC6
说明: c语言实现推箱子的程序,很有意思~可以实现基本功能~(c language Sokoban program, very interesting ~ ~ can realize the basic functions)
- 2010-04-05 21:02:38下载
- 积分:1
-
合同信息管理系统Excel模板
说明: VBA合同管理系统,合同查询、客户信息查询(VBA contract management system, contract query, customer information query)
- 2020-03-23 16:55:10下载
- 积分:1
-
vplightlobe_simple
说明: 用vs2003编程实现了vega prime中 直升机的前面大灯的灯光变化(Programming with a vega prime vs2003 helicopter in front of the headlights in the light changes)
- 2011-02-18 11:29:56下载
- 积分:1
-
fapiaoprint
说明: 一个发票打印程序,含VB源代码,可以打印发票,可自行修改发票样式。(An invoice printing program, including VB source code, can print invoices, can modify the invoice style.)
- 2020-06-21 11:20:02下载
- 积分:1
-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1