资源列表
LMS_matlab
- 自适应最小均方(LMS)算法(基于matlab平台)-adaptive minimum mean square (LMS) algorithm (based on Matlab platform)
fast-ICA
- fastICA2.5 ICA算法,使用快速独立分量分析(ICA)算法进行特征提取-fastICA2.5 ICA algorithm, the use of fast independent component analysis (ICA) feature extraction algorithm
powellshuxue
- 这是仿真powell算法的简单程序,已经调试过了,效果不错,请大家多提宝贵意见-This is a simple simulation algorithm powell procedures, have been debug, good results, please mention the valuable advice
1000s--Factorial
- 输入不超过1000的正整数,输出n!=1X2X3....Xn的精确结果 1000!大约等于4*10^2567,因此可以用一个3000个元素的数组f保存,为了方便我们从低位起保存位数据,再倒序输出,即f[0]保存个位,其他类推 每次只需要模拟手算即可完成n!,输出时要忽略前导0-Enter a positive integer less than 1000, Output n! = 1X2X3 .... Xn accurate results 1000! Approximately equ
ec11c710d2eb
- TSP问题的遗传算法解决代码,输入是城市的坐标,输出为最优路径-the solving way to TSP use GA,this can give tou a clear view of the best way of the trivalling
Programm
- 计算理论逻辑01010 判断 简单的c++ -Theory of Computation logic 01010 judgment simple c++
discriminiant.fisher
- 一款用于对数据进行判别分析的小程序,采用的是fisher 距离判别法,在多元统计学习中广泛应用。用R语言编写-The applet a discriminant analysis of the data using the fisher the distance discriminant law, widely used in the multivariate statistical learning. Written in the R language
1
- 卡尔曼滤波的实现与应用,使用卡尔曼滤波可以达到较好的滤波效果。-Implementation and Application of the Kalman filter, the Kalman filter can achieve better filtering effect.
BPbijin
- 自己写的BP网络逼近非线性函数的matlab的m文件,没有调用matlab现成的函数-Write your own BP neural network nonlinear function approximation matlab m-file, there is no ready-made call matlab function
recepton
- 采用单神经元结构感知器对两类样本进行分类-A single neuron structure Perceptron classify two types of samples
fft-lpls
- 信号与系统仿真 快速傅里叶变换拉普拉斯变换 MATLAB仿真程序-Signal and system simulation of fast Fourier transform Laplace transform MATLAB simulation program
Matlab,bp神经网路
- 详细的BP神经网络工具包调用,Matlab实现,注释详细,运行无误。