登录
首页 » matlab » graph-theory-in-matlab

graph-theory-in-matlab

于 2013-03-20 发布 文件大小:203KB
0 214
下载积分: 1 下载次数: 38

代码说明:

  图论算法及MATLAB程序代码,包含算法pdf文档和M文件。Warshall-Floyad算法,Kruskal避圈法,匈牙利算法,可行点标记求最佳匹配算法,Ford--Fulkerson标号法求最大流算法,最小费用最大流算法。求解数学模型必备!(Graph theory algorithms and MATLAB code contains of algorithm pdf documents and M files. The the Warshall-Floyad algorithm, Kruskal avoid lap law, Hungary algorithm feasible point mark for the best matching algorithm, Ford- Fulkerson labeling method for maximum flow algorithm, minimum cost maximum flow algorithm. To solve the mathematical model is essential!)

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

发表评论

0 个回复

  • example4_4
    例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 ( x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0 N=N-1 end f=linspace(0,fs/2,N/2) plot(f,abs(y(1:N/2))*2/N) title( 叠加噪声的sinc(t)信号频谱 ) xlabel( f /Hz ) figure y0=y(1:N/2) P=y0.*conj(y0)/N P=10*log10(P) plot(f,P) title( 功率谱 ) xlabel( f /Hz ) )
    2010-05-25 20:59:03下载
    积分:1
  • Digital-Identification
    基于matlab编写的源码 做简单的数字识别(Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification Digital Identification)
    2014-01-09 20:40:48下载
    积分:1
  • conjgrad
    Conjugate Gradient Method by Yi Cao
    2014-02-07 02:58:49下载
    积分:1
  • param_DH
    this program stimated the parameterDH of a robot
    2010-11-16 12:46:03下载
    积分:1
  • 8PSK
    本程序实现对随机信号的8PSK调制,程序里面有详细注释,很容易换成想要信号的8PSK调制,欢迎下载。(This program implements the random signal 8PSK modulation, which has detailed program notes, easily replaced want 8PSK modulation signal, welcome to download.)
    2014-12-06 12:04:44下载
    积分:1
  • Programs
    efficient transmit beamspace design for search-free based doa estimation in mimo radar
    2015-03-10 19:31:15下载
    积分:1
  • CFNN
    基于补偿模糊神经网络的砂土液化势评价研究附录含有matlab程序,可以参考(CFNN on the evaluation of soil liquefaction potential)
    2009-04-02 20:40:37下载
    积分:1
  • recket
    for rocket engine calculation.(rocket calculation.)
    2011-04-26 20:02:00下载
    积分:1
  • 06637146
    Abstract— In the area of image processing, several methods of edge detection have been proposed till now like Sobel, Robert, Prewitt, Canny, Marr-Hildreth etc. All these methods are having their own advantages and disadvantages. In this paper a new method has been proposed for edge detection using Cellular Automata. Different rules have been applied for edge detection. The outputs are better in terms of clarity and computation time. Finally, the edge detection has been applied for detecting cancerous cells in brain. Using Cellular Automata rules helps in determining the exact location and size of tumor as edges detected using Cellular Automata are fine, continuous and clear. The results
    2014-09-12 17:46:12下载
    积分:1
  • Grid_Connected_Fuel_Cell
    基于simulink编写的燃料电池并网模型(Prepared based on simulink model of a fuel cell and network)
    2020-11-21 10:39:37下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载