-
Cguide
帮助新手规范C程序书写格式 帮助老手纠正错误的书写习惯 使程序效率更高(C program written to help novice standard format to help veterans to correct the wrong writing habits to make programs more efficient)
- 2009-12-08 16:42:44下载
- 积分:1
-
modelfree_0412
用matlab实现无模型自适应控制的点m文件(Model free adaptive control of the point m file with matlab)
- 2012-05-28 20:21:37下载
- 积分:1
-
matlab-Mpseudo-random-sequence--
M伪随机序列matlab源代码,并带有详细注释(M pseudo-random sequence matlab source code, with detailed notes)
- 2013-04-17 22:30:37下载
- 积分:1
-
WSNfencu
一种简单实现无线传感器网络时间同步的分簇算法(A simple wireless sensor network clustering algorithm for time synchronization)
- 2020-06-30 16:20:01下载
- 积分:1
-
trace
包含2个程序,一个是对地震记录抽道的小程序,一个是对数据做五点平滑的程序,很好用(get several traces 2D seismic data)
- 2014-11-08 15:00:07下载
- 积分:1
-
90-examples-of-matlab
matlab的90个实例源程序包括了各种绘图源程序、各种动画程序以及一些先进的算法等(matlab source code, including 90 instances of a variety of mapping source, a variety of animation programs as well as some advanced algorithms
)
- 2011-12-02 15:19:28下载
- 积分:1
-
haarmallat
基于haari小波变换程序,程序中对彩色和灰度图像均可作处理。(Wavelet transform based on haari procedures, procedures for color and grayscale images can be handled.)
- 2010-06-04 15:29:49下载
- 积分:1
-
MinhPDo-ContourletPtoolbox-
说明: Minh+Do《Contourlet+toolbox》(Contourlet变换影像处理工具箱)(Minh+ Do " Contourlet+ toolbox" (Contourlet transform image processing toolbox))
- 2011-03-01 10:29:48下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
MATLABxiaobofenxi
里面是小波分析的实现方法,还有数学介绍。数字信号处理上机实验答案(第三版).docx的电子版(There is a wavelet analysis method, as well as mathematical description. Digital signal processing on the experimental answer (third edition). Electronic version of docx)
- 2013-12-16 23:28:08下载
- 积分:1