登录
首页 » matlab » anneal

anneal

于 2013-01-03 发布 文件大小:3KB
0 225
下载积分: 1 下载次数: 4

代码说明:

  a code for simulated annealing algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Kernighan_Ritchie
    This book is the basic book for C/CPP Programmers.
    2010-09-04 15:38:11下载
    积分:1
  • ixty232
    structure to store a complex number (consisting of real and complex part) and features addition, multiplication, and outs of complex numbers.
    2014-08-22 21:28:33下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • power
    大电网潮流计算的牛顿拉夫逊算法,MATLAB程序 (Large grid flow calculation Newton Raphson algorithm, MATLAB program)
    2013-04-03 16:11:26下载
    积分:1
  • multiple_fdf_viewer.m
    can open multiple Varian FDF files
    2010-02-26 08:15:15下载
    积分:1
  • randtest
    Matlab的序列测试程序,有好多测试,比较实用。(Sequence test program Matlab, there are a lot of testing, more practical.)
    2011-05-11 09:35:24下载
    积分:1
  • work
    基于标准遗传算法的图像分割,运用遗传算法确定阈值。是matlab源码。(Standard genetic algorithm-based image segmentation, the use of genetic algorithms to determine the threshold. Matlab source code.)
    2012-04-10 14:21:29下载
    积分:1
  • sun_azimuth_data
    在matlab下,实现太阳高度角、日期计算。(In matlab, the realization of solar altitude angle, the date of calculation.)
    2011-09-30 16:07:30下载
    积分:1
  • power-flow
    网络的三相计算机潮流案例,基于MATLAB 的计算机潮流及其可视化(Three-phase current case computer networks, computer-based trend MATLAB and Visualization)
    2015-05-29 12:57:53下载
    积分:1
  • Simulation_System_of_Unknown_Environmen
    :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究工作。(Abstract:A simulation system ofmapping for sonar-based mobile robot was developed易0 in static and dynamic unknown environments in a foFin ofmatlab toolbox.Sensor models with tunable parameters were established by interpreting and simulating the mechanism of encoder。digital compass.and polaroid 6500 sonar.These sensors provide the information of robot pose and environments.A novel C1HT[Cluster Inhibiting Hough Transfo删J algorithmfor sonar data was proposed by ana~zing existing line segments detection methods based on Hough Transform,which would make the research of feature—based mapping of unknown environment more convenient.)
    2009-02-28 12:08:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载