-
mi_0.9
feature selection demo
- 2012-03-26 14:21:47下载
- 积分: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
-
asympPDC-master
说明: 偏定向相干算法的matlab程序,部分定向相干,分析相干性因果性(Matlab program of partial directional coherence algorithm, analysis of coherence causality)
- 2021-05-14 14:30:02下载
- 积分:1
-
comunication
现代通信系统MATLAB第二版,所有仿真程序,对于初学者很有用(Modern communications system, all the second edition of MATLAB simulation program for beginners is very useful)
- 2010-09-25 21:16:56下载
- 积分:1
-
Hemero
Hemero toolbox robotics
- 2010-11-20 08:33:08下载
- 积分:1
-
L1precision
L1 precision BCD
This function provides a simple means of
parsing attribute-value options. Each option is
named by a unique string and is given a default
value.
- 2013-04-04 18:25:46下载
- 积分:1
-
DE-差分进化算法
差分进化算法的pdf和完整代码,差分进化算法包括变异、交叉和选择三大操作(Differential Evolution Algorithm PDF and complete code, differential evolution algorithm includes mutation, crossover and selection of three major operations)
- 2020-11-06 08:59:50下载
- 积分:1
-
Chapter3
all of gonzalez image proccessing excercises with persian explanation
- 2012-03-30 21:50:54下载
- 积分:1
-
Adaptive-finite-element-method
matlab 自适应有限元方法,主要为二维椭圆型方程(Adaptive finite element method for two-dimensional elliptic equations)
- 2013-01-14 19:36:32下载
- 积分:1
-
fuz_distance
模糊聚类分析中,需要用到各种聚类距离。此函数包括了7种模糊聚类距离函数,供大家学习使用。(Fuzzy clustering analysis, you need to use a variety of clustering distance.This function includes seven kinds of fuzzy clustering distance function, for them to learn to use.)
- 2013-02-25 16:03:27下载
- 积分:1