登录
首页 » matlab » dijkstra2

dijkstra2

于 2010-08-27 发布 文件大小:3KB
0 237
下载积分: 1 下载次数: 80

代码说明:

  求到达顶点的最短路径,matlab程序,著名的dijkstra算法(The shortest path to reach peak demand, matlab program, known dijkstra algorithm)

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

发表评论

0 个回复

  • fuzzy
    Matalb 实现了模糊控制,包括模糊控制器的设计(Matalb implementation of fuzzy control including fuzzy controller design)
    2010-06-04 10:44:48下载
    积分:1
  • Rayleigchannels
    瑞利衰落信道的简单的仿真程序。可以较直观的看出瑞利衰落信道的特性。(Rayleigh fading channel simulation of a simple procedure. Can be more intuitive to see the characteristics of Rayleigh fading channels.)
    2009-12-05 15:34:43下载
    积分:1
  • matlab-books
    matlab编程书籍与源代码,其中包括《matlab菜鸟编程》和《matlab介绍》。(matlab material)
    2015-01-25 10:05:16下载
    积分:1
  • wanyongge
    万勇革著的MATLAB与信号处理,非常好的一本书,许多程序十分结合工程实践(WAN Yong-ge with the MATLAB and signal processing, a very good book, many programs are combined engineering practice)
    2009-09-25 00:31:29下载
    积分:1
  • smart-grid
    智能电网中利用排队论知识寻找最优网关配置问题的研究(Research on the use of smart grid knowledge of queuing theory to find the optimal gateway configuration problem)
    2015-03-16 14:40:04下载
    积分:1
  • triphase_pwm
    triphase pulse width modulation
    2014-01-29 00:22:17下载
    积分:1
  • WhiteandcoloredNoise_series
    利用白噪声序列和传递函数生成有色噪声的源代码,很实用(Using white noise sequence and colored noise transfer function to generate source code, very useful)
    2014-01-15 11:13:16下载
    积分:1
  • GUIEXAMPLE
    绘制一个位于坐标轴中的目标按钮,通过改变滑动条来移动目标按钮的位置,并同时显示它的坐标。(Draw a destination button located in the axis, and by changing the slider to move the position of the target button and its coordinates are displayed simultaneously.)
    2013-01-28 21:33:21下载
    积分:1
  • EvaluateReversePolishNotation
    Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: [ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9 [ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6 分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
    2015-03-15 23:06:09下载
    积分:1
  • bpra043
    Digital Signal Processing Solution for AC Induction Motor
    2010-12-05 23:04:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载