-
讲解编程风格的一本书
非常经典的讲解编程风格的一本书,欢迎大家下载(Programming style is very classic, a book to explain, are welcome to download)
- 2010-11-25 14:22:57下载
- 积分:1
-
Aver--Path--Length
一个很有用的计算网络中两节点的距离以及平均路径长度的程序,对网络分析很有用(A very computing network with a two-node distance and the average path length of program and very useful for network analysis
)
- 2012-05-07 08:55:09下载
- 积分:1
-
example1
选择二进制编码,利用遗传算法计算函数的最小值(calculate function minimum with genetic algorithm)
- 2014-11-13 16:49:35下载
- 积分:1
-
manage
matlab图像处理基础2013修改版 中国科学技术大学MATLAB课程课件(matlab image processing based on a modified version of 2013)
- 2013-10-02 11:44:46下载
- 积分:1
-
hanningchazhi
haning窗函数插值算法,可计算多次谐波信号的幅度相位和频率等信息。(haning window function interpolation algorithm to calculate multiple harmonic signal amplitude and phase and frequency information.)
- 2013-04-30 16:28:58下载
- 积分:1
-
knn
knn 方法为k均值聚类用于数据点的分类(KNN method for k-means clustering for the classification of data points)
- 2008-05-06 11:57:40下载
- 积分:1
-
gardner_simulink
位同步gardner 算法的simulink仿真(bit synchronization algorithm simulink)
- 2020-12-20 01:39:09下载
- 积分: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
-
yichuansuanfa3
通过遗传算法计算下列函数的全局最优值
y(t)=(x2(t)-5.1/(4*pi*pi).*x1(t).^2+5/pi.*x1(t)-6).^2+10.*(1-1/(8*pi)).*cos(x1(t))+10(Global calculate the following functions by genetic algorithms optimal value
y(t)=(x2(t)-5.1/(4*pi*pi).*x1(t).^2+5/pi.*x1(t)-6).^2+10.*(1-1/(8*pi)).*cos(x1(t))+10)
- 2015-03-16 15:56:56下载
- 积分:1
-
digital-signal-processing
语音信号处理Matlab
MATLAB-based digital signal processing and Practice Development(Speech Signal Processing Matlab)
- 2013-11-01 17:06:28下载
- 积分:1