-
code
角点检测程序源码,使用的是HARRIS角点提取方法,效果很好。(Corner detection program source code, using extraction methods HARRIS corner, very good.)
- 2007-11-28 22:12:20下载
- 积分:1
-
matlab
MATLAB6.5辅助优化计算与设计,遗传算法在车间布局优化中的应用(We address the two-stage assembly scheduling problem where there are m machines at the first stage and an assembly machine at the second stage. )
- 2009-05-29 11:10:24下载
- 积分:1
-
guike22
该算法描述了步进频率波探测生命体信号的方法,可以运行成功,非常不错(The algorithm describes a stepped-frequency signal wave detection method for a living body, you can run! ! !)
- 2016-06-14 09:42:04下载
- 积分:1
-
solar-cell
solar,光伏发电单元,自动生成输出特性曲线(solar, photovoltaic cells, automatically generate output characteristic curve)
- 2015-01-14 10:27:45下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
FFT
快速傅里叶变换在Matlab环境下的实现(Fast Fourier Transform in Matlab environment to achieve)
- 2011-09-13 09:40:56下载
- 积分:1
-
srukf
sr-ukf 简单明了 对于初学者很有帮助(sr-ukf especially for freshman)
- 2013-12-02 22:06:59下载
- 积分:1
-
STK-training-tutorial
STK 是卫星仿真工具包,由美国AGI开发的一款在航天工业领域中处于绝对领先地位的商品化分析软件。这里附上的是这个软件的教程。(STK is a satellite simulation tool kit developed by the United States AGI a field in the aerospace industry in the commercialization of the absolute leading position analysis software. Here attached is the software tutorial.)
- 2007-12-14 16:17:07下载
- 积分:1
-
miqp
说明: 混合整数二次规划(MixedInteger QuadraticProgramming,MIQP)问题最优化问题源代码(source code of MIQP problem)
- 2009-08-13 09:17:30下载
- 积分:1
-
GA-decomposition
基于遗传算法的全波形激光雷达高斯分解法。(Genetic Algorithm based LiDAR full waveform decomposition.)
- 2013-01-05 15:38:45下载
- 积分:1