-
Prim
编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。
(其中随机生成点和边,形成连通图)
根据输入的顶点数的不同,分析时间复杂度。(Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree.
Generate weighted undirected complete graph for given size n according to the following approach:
1) Randomly generate n points ( ) on a plane
2) Randomly generate k pairs of points as edges of the graph.
3) The weight of an edge of the graph is defined as the the Euclidean distance between two endpoints of the edge.
)
- 2011-06-11 16:28:53下载
- 积分:1
-
SortDemo
实现排序操作SortDemoSortDemo.rar,很不错的vc源码,希望对大家有所帮助。(To achieve the sorting operation SortDemo SortDemo.rar, very good vc source, we want to help.)
- 2011-09-21 22:16:39下载
- 积分:1
-
29782171sar
关于MTALAB的Forst滤波程序主体以及SAR图像的处理(Forst of MTALAB filter on the main program as well as the SAR image processing)
- 2009-05-01 20:12:18下载
- 积分:1
-
YUV图片浏览
支持I420,IYUV,NV12,UYVY,YUY2,YV12, YVYU等格式图片,流文件的显示、播放,也可实现不同YUV格式数据之间的转换,除指定宽高分辨率尺寸外,也支持用户自定义设置宽高尺寸
- 2022-06-29 12:39:39下载
- 积分:1
-
梦幻之星2 服务端源码 Server
梦幻之星2 服务端源码 Server 是 C# 语言, 梦幻之星2 服务端源码 Server 是 C# 语言
- 2022-03-24 02:55:24下载
- 积分:1
-
Infrared
C51 红外遥控器键值显示/2位数码管显示/DT9122D/6122 (遥控器)(Infrared remote control key/2 digital display/DT9122D/6122 (remote control))
- 2012-09-16 12:13:06下载
- 积分:1
-
ldzne
说明: 一个用VC编成的计算器小程序模仿WINDOWS的计算器的格式(A calculator compiled with VC Mini Programs imitates the format of WINDOWS calculato)
- 2018-12-30 12:20:07下载
- 积分:1
-
Katellite-Satellite
说明: Satellite antenna angle calculato
- 2019-04-17 11:48:49下载
- 积分:1
-
MATLABSOLUTION
MATLABSOLUTION包含了偏微分方程的MATLAB数值解法以及一百个数值计算实例,有益于初学者。(MATLABSOLUTION contains the numerical solution of partial differential equations in MATLAB, as well as 100 numerical example, useful for beginners.)
- 2009-11-24 17:00:34下载
- 积分:1
-
UDP发送到多端口
虚拟现实设备常用到非标准输入设备,对PC主机进行控制和作为交互输入,如飞鼠、凌指、感应指环、数据手套等,但这类设备与主机进行通讯时,常需要针对不同应用定义不同的协议或命令序列,而发送的基本数据指令是一致的。这时候就要采取一种广播式方法,即把同一指令发送到本机若干预定义端口,这些端口分别为不同的应用程序所监听并应用不同解码规则,从而规避了切换应用程序带来的衔接问题,实现一对多的控制。本代码只是一个示例,包含了怎么向多端口发送数据,以及其中一个端口如何接受,接受后的处理方式其实是由各下位应用程序自己定义的。
- 2022-03-02 18:17:50下载
- 积分:1