登录
首页 » matlab » work

work

于 2010-06-07 发布 文件大小:7KB
0 203
下载积分: 1 下载次数: 4

代码说明:

  dijkstra矩阵算法,可以计算出最短路,第一次上传请见谅~(dijkstra很有用的!)

文件列表:

avi.m,1915,2010-05-28
avi11.m,1970,2010-05-28
dijkstracalc.asv,644,2010-04-17
dijkstra_aiwa.m,533,2010-04-17
eeeee.m,1237,2010-05-28
matlab.m,576,2010-04-17
maybeg.asv,1739,2010-05-28
maybeg.m,1738,2010-05-28
nw.m,4158,2010-05-29
renl.m,807,2010-05-28
Untitled3.m,117,2010-05-31
Untitled4.asv,99,2010-05-27

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

发表评论

0 个回复

  • GUI
    matlab GUI设计例子,使用GUI制作一个简单的界面,帮助初学者入门(matlab GUI)
    2009-09-17 16:23:59下载
    积分:1
  • stochasticopt
    Set based stochastic optimization for evolving optimum instinct learning balance
    2010-08-24 17:39:23下载
    积分:1
  • matlab
    matlab的很多原码。非常的详细。其中的一些本人用过,感觉很实用。(Many of the original code matlab.)
    2009-04-29 20:42:42下载
    积分:1
  • traingdx
    将采用训练函数 traingdx 和“提前停止”相结合的方法来训练 BP 网络,以提高 BP 网络的推广能力(Will use the training function traingdx and " stop ahead" a combination of methods to train BP network to improve the generalization ability of BP network)
    2011-01-16 20:21:22下载
    积分:1
  • PSO
    说明:  这是粒子群优化算法的实现,求解多模态函数非常使用(This is the Particle Swarm Optimization algorithm to solve multi-modal function is the use of)
    2008-10-24 13:59:37下载
    积分:1
  • vblastML22
    在多天线QAM调制下,仿真误码率曲线图。(Multi antenna in QAM modulation, bit error rate curve simulation)
    2011-06-28 16:50:09下载
    积分:1
  • smartnoise_rectangle
    用matlab仿真的灵巧噪声干扰,噪声干扰形式为线性调频信号卷积矩形脉冲串。(Smart noise simulation using matlab, noise in the form of a rectangular convolution chirp signal bursts.)
    2020-12-09 20:19:19下载
    积分:1
  • mangfenli
    盲源分离的FASTICA算法程序,对信号进行分离(Blind source separation procedure of FASTICA algorithm,)
    2015-02-04 18:28:39下载
    积分: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
  • Gauss-Legendre-quadrature
    说明:  任意三角形上的任意阶Gauss积分程序 算法详见参考文献 H.T. Rathod, K.V. Nagaraja, B. Venkatesudu, N.L. Ramesh, Gauss Legendre quadrature over a triangle, J. Ind. Inst. Sci. 84 (2004) 183–188.(Gauss Legendre quadrature over any triangle)
    2021-04-27 18:48:44下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载