-
Graph
输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
- 2020-12-13 15:29:15下载
- 积分:1
-
Tabrizi
AVR files example that drive Interrupt and LCD and others
- 2015-08-18 20:00:05下载
- 积分:1
-
reply_1_646228
银行家算法,希望大家喜欢(bankers algorithm, hope you like)
- 2004-11-10 19:41:05下载
- 积分:1
-
Microsoft.VC90.CRT
MFC release版本程序运行时库。程序和库安装在同一目录,不用安装VS,程序就可以运行(MFC release version program runtime library)
- 2014-05-07 08:50:28下载
- 积分:1
-
ExcelFormat_src
C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
- 2020-07-09 17:48:55下载
- 积分:1
-
opengl
opengl实现的小型的房间布局 实现的有凳子 茶壶 灯光(opengl implementation to achieve the layout of a small room with benches pot lights)
- 2020-09-13 14:07:59下载
- 积分:1
-
2
说明: CMMB系统符号同步算法设计,基于同步训练序列的同步算法(CMMB system symbol synchronization algorithm design, based on the synchronization training sequence synchronization algorithm)
- 2013-04-01 16:37:37下载
- 积分:1
-
cccc
输入两个正整数m和n,求其最大公约数和最小公倍数(Enter two positive integers m and n, can seek the common denominator and least common multiple)
- 2010-05-11 21:19:20下载
- 积分:1
-
VC-Digital
一本关于VC和VB数值计算的书,里面有个库,包括了很多的数值计算函数,不用matlab也可以实现数值计算了(A numerical calculation of VC and VB book, which has a library, including a lot of numerical functions can be achieved without matlab numerical calculation of the)
- 2011-09-27 21:15:12下载
- 积分:1
-
han1
这里我们针对三级固体火箭进行研究,主要考虑每一级发动机工作时推力 和比冲 与发动机试车存在摄动偏差(相差 )时所产生火箭关机点时刻的状态偏差。火箭的飞行的动力学方程可建立在地面发射坐标系中,火箭的第一级、第二级和第三级按照固定的俯仰角程序飞行,第二、三级飞行时已在大气层外,此时可忽略气动力的影响。(Here we study for three solid rocket, the main consideration at every level when the engine thrust and state arising the moment the rocket off point perturbation deviation (difference) in the presence of specific impulse and engine test bias. Outside of the rocket flight dynamics equations can be established on the ground coordinate system launch, the rocket s first stage, the second and third stages according to a fixed elevation angle of flight procedures, and the second, when the third flight already in the atmosphere, this when can ignore the effects of gas dynamics.)
- 2020-11-03 20:39:53下载
- 积分:1