-
4
说明: salam. this file is about cryptography.
- 2009-12-31 20:39:29下载
- 积分:1
-
EM2Inpaint00
说明: 贝叶斯用多余的字典修复二维图像(矩阵)。使用到了EM优化算法。
(Bayesian Inpainting of 2D images (a matrix) using redundant dictionaries,and EM.)
- 2011-02-22 21:10:26下载
- 积分:1
-
单变量寻优
说明: 单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。(single- variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.)
- 2005-12-14 17:14:29下载
- 积分:1
-
MATLAB
说明: 这是一部不错的MATLAB教程,拿出啦与大家分享了(This is a good tutorial of MATLAB。)
- 2009-08-16 11:30:57下载
- 积分:1
-
PID
PID神经元网络解耦控制算法_多变量系统控制(PID neural network decoupling control algorithm for multivariable control system _)
- 2015-02-16 17:26:09下载
- 积分:1
-
Matlab_ex
this is a courseware of matlab,which is fit for the beginner
- 2012-01-14 21:17:29下载
- 积分:1
-
template
说明: 多目标遗传算法二代,可直接使用,内有详细说明(NSGA_2,can be used directly,which is explained in detail)
- 2020-08-24 10:12:14下载
- 积分:1
-
ASSIGNMENT
digital communication codes
- 2012-05-19 18:48:13下载
- 积分:1
-
基于MATLAB的有源滤波器的实现
说明: 基于MATLAB的有源滤波器的实现,很简单,能看懂。(The realization of active filter based on MATLAB is simple and understandable.)
- 2020-06-19 09:40:01下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1