资源列表
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
hermite
- 一个非常好的插值程序-a very good interpolation procedures
13LMAN
- 常用算法程序集(C语言描述)第三版+徐士良 离散随机线性系统的卡尔曼滤波
FILLPOLY
- program to implement polygon filling algorithm
5
- 有n个人,其中超过半数是好人,剩下的是坏人 好人只说真话,坏人可能说真话也可能说假话 这n个人互相都知道对方是好人还是坏人 -Have n individuals, of which more than half of the good guys, the rest are just telling the truth good bad, bad might say that the truth may tell lies to each other all know each othe
poligono
- Using dinamic memory draw an polygon.
jiachuangchazhi512
- 改程序能够实现加窗插值FFT算法的matlab仿真,已经得到实验验证,注解清晰详细,代码可读性强.以512点为例进行仿真计算,对与其他点数,如256或是1024可以通过简单修改即可-Reform process to achieve the windowed interpolation FFT algorithm matlab simulation, experimental verification has been, clear and detailed annotations, code
dsb
- dsb调制解调 高斯白噪声 语音信号dsb调制解调-dsb modulation&demodulation
annclassify
- 用神经网络进行故障诊断的分类程序,数据引用的是凯斯西储大学的数据-ANN classified node。Performed using neural network fault diagnosis classification procedures, data referenced data is Case Western Reserve University
fit_demo
- 多项式和非多项式曲线拟合,多项式拟合在matlab中可以使用polyfit函数求解多项式系数,通过polyval函数求解拟合多项式在某数据点处的值-Polynomial and non-polynomial curve fitting, polynomial fitting in matlab polyfit function can be used to solve polynomial coefficients, solve the value of a data point to fit
T_Flord
- matlab实现图上的Florid算法,最终结果为路径长度度量矩阵和路由矩阵-Floyd algorithm matlab implementation on the graph, the end result is the path length metric matrix and routing matrix
Retinex
- 图像增强处理中的retinex算法matlab程序-Image enhancement processing algorithm matlab program retinex
