-
the-realize-of-FFT-in-C-program
改程序在Turbo C或Visual 6.0中编译,能够实现基2的快速的傅里叶变换。(Reform program in Turbo C or Visual 6.0 compiled, enables fast Fourier transform base 2.)
- 2014-11-10 18:30:34下载
- 积分:1
-
triangulation_corner.m
a MATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
- 2009-01-17 17:09:24下载
- 积分:1
-
FTF
一种快速傅里叶算法程序,多本matlab书上都要用到的例题。程序非常不错。(A fast Fourier algorithm program, and more in this book have used matlab example. Program is very good.)
- 2010-07-01 18:54:32下载
- 积分:1
-
ACO
codes for ant colony optimization
- 2011-05-06 12:06:26下载
- 积分:1
-
123
Algorithm of Learning Implicit Transfer for Person Re-identification (Learning Implicit Transfer for Person Re-identification)
- 2014-09-17 10:17:51下载
- 积分:1
-
MFA
边界fisher判别,用于人脸识别,在yale库取得比较好的效果(Boundary fisher discriminant for face recognition, in the library to obtain better results yale)
- 2011-11-30 20:41:21下载
- 积分:1
-
teqc
TEQC程序应用,有效的了解TEQC的使用,对于参考站的建立分析非常有帮助(TEQC procedures for the application of effective knowledge TEQC the use of reference stations set up for analysis very helpful)
- 2009-02-20 12:14:04下载
- 积分:1
-
MLkNN(matlab)
ML-KNN实现过程,包括训练和测试两个过程(the process of ML-KNN, including training and testing )
- 2014-09-26 14:28:10下载
- 积分:1
-
PCA
pca图像融合代码,高分辨率和低分辨率的融合(pca fusion image fusion, high resolution and low resolution)
- 2014-12-17 19:30:03下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1