-
time_methodes
Time analysis method for knock detection in injection engine
- 2010-08-29 18:09:41下载
- 积分:1
-
taylortdoainit
定位算法中泰勒级数迭代,其是以最小二乘法为初值的算法(Taylor series iterative positioning algorithm, which is based on least squares algorithm for the initial value)
- 2010-02-09 11:06:50下载
- 积分:1
-
Reliability4
计及电池储能设备运行特性的风电场可靠性评估 关键词 可靠性 储能(Taking into account the battery energy storage device operating characteristics of reliability assessment of wind farms keywords reliability of energy storage)
- 2013-05-01 22:09:48下载
- 积分:1
-
fenleisuanfa
说明: 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。(Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.)
- 2011-04-14 17:21:59下载
- 积分:1
-
EyeFinder
该程序由matlab编写功能为,应用模板的人眼定位(this program codec by matlab which have the function of eye location based on the application of model)
- 2012-05-14 18:48:07下载
- 积分:1
-
CS
说明: 布谷鸟搜索算法的源代码matlab实现,非常适合初学者使用(Cuckoo search algorithm source code matlab realize, very suitable for beginners to use)
- 2013-03-07 10:21:30下载
- 积分:1
-
number_of_kernel
用语计算volterra的kernel核(Calculating the kernel of Volterra)
- 2018-04-02 17:34:34下载
- 积分:1
-
fiber-HE11-mode
利用matlab模拟光纤中的HE11模的模式分布图。(Using matlab to simulate the HE11 mode fiber mode distribution.)
- 2013-07-30 09:55:11下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
PSO
基本粒子群算法的一些英文资料,在此基础上衍生出了许多优化粒子群算法(Particle Swarm some English information derived on this basis, a number of particle swarm optimization)
- 2011-01-07 14:58:12下载
- 积分:1