-
weibull
说明: 能够较好地对风速进行威布尔分布函数拟合,并计算形状参数和尺度参数(It is better to fit the Weibull distribution function to the wind speed and calculate the shape parameters and scale parameters.)
- 2021-05-13 12:30:02下载
- 积分:1
-
Vipul这是同样progamar于acctiocation
vipul this is a sampale progamar dfor acctiocation
- 2022-01-24 17:33:50下载
- 积分:1
-
calendar
日历
- 2022-11-30 22:15:02下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
Kalman坐标系转换
卡尔曼滤波,由笛卡尔坐标到极坐标的转换,并给出测量噪声的相关矩阵R的公式,MATLAB即可实现。(坐标系转化的推导文档)(Kalman filter, from Descartes coordinates to polar coordinates conversion, and gives the correlation matrix of measurement noise R formula, MATLAB can be achieved. (derivation document of coordinate transformation))
- 2020-12-01 11:19:26下载
- 积分:1
-
CC2430
对zigbee的开发平台cc2430的一些基本操作,是学习cc2430的基本程序(Zigbee cc2430 development platform for some of the basic operations, is to learn the basic procedures cc2430)
- 2011-05-24 16:55:48下载
- 积分:1
-
BESSModel
simulation boost converter
- 2019-05-14 22:12:08下载
- 积分:1
-
UVE
蒙特卡罗-无信息变量消除 特征提取 偏最小二乘(wavelength selection)
- 2018-06-11 14:48:48下载
- 积分:1
-
LabVIEW-Wavelet-Noise-source-code.
LabVIEW小波除噪程序源代码。非常适合初学及进阶人员使用。(LabVIEW Wavelet Noise source code. Very suitable for beginners and advanced personnel.)
- 2011-11-23 09:34:21下载
- 积分:1
-
很简单的牛顿算法,不考虑其他的东西,只用简单的迭代
很简单的牛顿算法,不考虑其他的东西,只用简单的迭代-new ton
- 2023-03-10 08:35:03下载
- 积分:1