-
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
-
example1
人工鱼群算法在优化配置中的应用,可以对参数进行优化选择(AFSA applications optimized configuration, you can choose to optimize the parameters)
- 2015-01-04 15:41:49下载
- 积分:1
-
matlab
30个MATLAB学习的案例,神经网络的实用例子(30 MATLAB case study, neural network of practical examples)
- 2013-11-10 20:53:56下载
- 积分:1
-
ANTE
蚁群算法 无批次 生产流程问题(Ant Algorithm No
batch production process)
- 2013-04-06 14:22:54下载
- 积分:1
-
windowsfunction
用matlab编程,采用512个频率点绘制各种窗函数的幅频特性。
(Using matlab programming, 512 frequency points using a variety of window functions mapping amplitude-frequency characteristics.)
- 2020-08-23 15:38:16下载
- 积分:1
-
l
说明: 虫口模型的短小程序,有用的下,没用的别下,看看最好(Insect population model of the short program, useful, the useless do next, take a look at the best)
- 2011-08-24 16:25:36下载
- 积分:1
-
数据预处理
说明: 简单的BP神经网络分类,包括数据,预处理的程序如果需要可以联系我(Simple BP neural network classification)
- 2020-01-02 16:14:36下载
- 积分:1
-
混沌时间序列的MATLAB程序
说明: 混沌时间序列的MATLAB程序,包括洛伦兹、henon映射等。(These are chaos time series, including Lorenz and Henon map.)
- 2020-05-14 17:56:50下载
- 积分:1
-
code-kmean
K-mean matlab code example
- 2015-01-24 22:25:50下载
- 积分:1
-
gt
说明: 用MATLAB分析一个WMA格式的音频 通过带通带阻滤波器 分析前后输出的频谱(Use MATLAB to analyze a WMA format audio band-pass band-stop filter through the analysis of the output spectrum before and after the)
- 2009-11-09 22:15:31下载
- 积分:1