资源列表
LS_VC
- 利用VC++语言编写的最小二乘数据拟合程序,由于小弟初次上传,请大家照顾!
logistic_pso
- 利用logistic混沌搜索方法对传统粒子群进行该进,并用于多目标决策
RK
- 龙格库塔法求解二维反应扩散方程,在VC6.0下编译通过.
hmc
- Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
ppca
- Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which
kalman
- runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted
Commonvaluealgorithm
- 包含大量常用的数值算法,一定会对你有帮助的!
FDTD_1D
- 一维FDTD模拟,可修改参数,实现一维的FDTD模拟.
fftrl
- fft输出频率值对应的频率,比malab自带的fft功能好
Library
- 小型的数学计算,求非线性方程的根,三次方程,二次方程的根,以及结构计算中常用的数据
CRC
- 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
knearest
- k近邻算法的c++实现,在vs2003上编译通过