-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
Sams---CPP-Primer-Plus--4th-Edition
C++ Primer Plus, Fourth Edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.
- 2014-02-18 10:53:03下载
- 积分:1
-
密码登陆框正式版V2.2BY罗华飞
matlab 学习例程 源代码 罗永飞版(Matlab Learning Routine Source Code Luo Yongfei Edition)
- 2019-05-05 21:28:11下载
- 积分:1
-
cannysuanzi
自己编的canny算子,可识别出图像中物体的轮廓,经典算法之一.(canny operator can identify the contours of objects in an image, one of the classic algorithms.)
- 2014-08-22 15:36:33下载
- 积分:1
-
TOA_TR_RE
代码实现了超宽带基本定位算法,包括TOA,TDOA,以及TOA三维定位,所有代码已经在matlab 7.1下调试通过(The code is about basic positioning alogrithm of UWB,including TOA,TDOA and the 3d positioning of TOA,all of them is debuged successfully on matlab 7.10.)
- 2021-03-18 20:59:19下载
- 积分:1
-
PSOt
大家好,这是一个基于粒子群优化算法的函数优化问题的MATLAB源码,希望能给大家提供帮助(Hello everyone, this is a particle swarm optimization algorithm based on function optimization problems MATLAB source code, I hope everyone can help)
- 2007-10-27 19:35:32下载
- 积分:1
-
dianti
simulink的一个仿真程序,希望对初学者有用,电梯模型(simulink)
- 2010-05-24 15:48:29下载
- 积分:1
-
ldpc
regarding LDPC..... Low Density Parity Check
- 2013-12-06 13:02:15下载
- 积分:1
-
wsse
deneme denem edeneme deneme
- 2015-03-27 21:23:23下载
- 积分:1
-
test
matlab下实现从硬盘文件读取数据并绘制图表的例程。对于简单的实验数据作图与处理很有用。(achieve matlab file to read data from the hard drive and charting routines. For simple plotting and processing of experimental data is useful)
- 2012-01-18 10:48:47下载
- 积分:1