资源列表
SOM模式提取与分类
- SOM神经网络,可以进行特征提取和模式分类,特别是特征维数较多的情况。-SOM neural network, can feature extraction and classification, in particular characteristic dimension of more.
ROMBERG
- ROMBERG加速算法的实现,同时包含梯形方法等,通过比较可以明显看出加速效果。
odd
- 很高效的判断组合数C(n,k)的奇偶性。 巧妙的使用了位运算。时间复杂度为O(1). 避免使用大数类。-Very efficient to determine the number of combinations C (n, k) parity. Clever use of digital computing. Time complexity is O (1). To avoid the use of large numbers type.
Gauss_Seidel
- 数值分析中的高斯——塞德尔迭代算法的的C语言实现-Numerical Analysis of Gauss- Seidel iterative algorithm of the C language
lax2step1
- Hello. The file is presented here is related to the lax 2 step way
main
- FASTA 算法C++实现,比较初级,没有多少技术含量-FASTA algorithm in C++
DVs
- This code you can use for CPF or CGC validator.
s1
- 1.掌握利用人工神经网络进行数据拟合的方法。 2掌握利用人工神经网络进行分类的方法。 -1 master data fitting method using artificial neural networks. 2 to master the use of artificial neural network to classify.
queen
- N皇后问题(含八皇后问题的扩展,规则同八皇后):在N*N的棋盘上,放置N个皇后,要求每一横行每一列,每一对角线上均只能放置一个皇后,问可能的方案及方案数。-queen question
46536524GaussianFilter
- 高斯滤波程序,非常好用,在重力计算和频域内计算中都可以使用-THE GAUSSION FILTER PROGRAMS
UKF
- 基于matlab的无味卡尔曼滤波UKF程序,是一种较好的非线性滤波方法,希望促进大家的理解。-Unscented Kalman filter UKF program matlab is based, is a good non-linear filtering method, we hope to promote understanding.
cubicspline
- cubicspline三次样条插值方法,亲测可用,用于数据分段插值,C++源码-cubicspline cubic spline interpolation method, pro-test available for data piecewise interpolation