登录
首页 » Windows_Unix » Hopcroft_Karp

Hopcroft_Karp

于 2020-09-14 发布 文件大小:6KB
0 394
下载积分: 1 下载次数: 37

代码说明:

  用于复杂网络中二分图的几种算法,包括著名的匈牙利算法等(For complex network of binary chart in several kinds of algorithm, including the famous Hungarian algorithm, etc )

文件列表:

Hopcroft_Karp
.............\exp.m,2408,2012-09-28
.............\fc01.m,414,2012-09-28
.............\fc02.m,471,2012-09-28
.............\fc03.m,608,2012-09-28
.............\hopcroft.m,2626,2012-09-28
.............\Hopcroft_Karp.m,2602,2012-09-28
.............\matgraf.m,427,2012-09-28
.............\sbppp.m,2013,2012-09-28

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

发表评论

0 个回复

  • SVPWMtested
    svpwm_MATLAB 仿真,搭建好的SVPWM模块(MATLAN SVPWM)
    2013-05-04 00:24:32下载
    积分:1
  • BIDIRECTIONAL_SMOOTHNESS_MUSIC
    MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of view, the signal processing can be decomposed observation space the signal subspace and the noise subspace, it is clear that the two spaces are orthogonal. Signal Subspace data received by the array covariance matrix and eigenvectors corresponding to the signal component, the noise subspace from the covariance matrix of all the smallest eigenvalue (noise variance) eigenvector components.)
    2013-09-15 20:23:33下载
    积分:1
  • ComSam
    Compressive Sampling是最近讨论非常热烈的数据处理方法。用一个与变换基不相关的观测矩阵将变换所得到的高维信号投影到一个低维空间上,然后通过优化求解从这些少量的投影中以高概率重构出原信号。(Compressive Sampling is a very lively discussion of recent data processing method. A base with the transformation matrix will not change the relevant observation obtained a high-dimensional signal projected onto low-dimensional space, and then solved by optimizing the projection from these small reconstructed with high probability in the original signal.)
    2011-11-02 08:59:16下载
    积分:1
  • whitebalance
    基于matlab 的动态阈值 的白平衡算法,实现分区处理;(Dynamic threshold of the white balance algorithm based on matlab)
    2013-11-18 12:11:57下载
    积分:1
  • AdvancedPIDcontrolandMATLABsimulation
    《先进PID控制及其仿真》,讲述了如何在MATLAB环境下对各种PID算法的仿真,很有价值的一本书(" Advanced PID Control and Simulation" , describes how under the MATLAB environment for the simulation of various PID algorithm, the value of a book)
    2009-05-08 12:07:38下载
    积分:1
  • pw3
    利用MATLAB解决<偏微分方程数值算法>中的一些问题,如插值求解(Use MATLAB to solve <partial differential equations numerical algorithm> in a number of issues, such as interpolation to solve)
    2007-11-11 14:02:38下载
    积分:1
  • burgers
    Simple Exact Solutions to Burgers Equation
    2009-05-06 07:35:25下载
    积分:1
  • TSP
    Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。(Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve the problem, to the party.)
    2013-01-18 21:02:07下载
    积分:1
  • Dijkstra
    Dijkstra算法的MATLAB实现(Dijkstra algorithm in MATLAB)
    2013-09-06 10:31:27下载
    积分:1
  • Minimum-Bayes-classifier-error-rate
    这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度函数。 调用最小错误率贝叶斯分类器决策子函数时,根据先验概率数组,通过比较概率大小判断一个体重身高二维向量代表的人是男是女。 主函数第一步打开“MAIL.TXT”和“FEMALE.TXT”文件,并调用最大似然估计求取概率密度子函数,对分类器进行训练。第二步打开“test2.txt”,调用最小错误率贝叶斯分类器决策子函数,然后再将数组中逐一与已知性别的数据比较,就可以得到不同先验概率条件下错误率的统计。 (This is the minimum error rate pattern recognition Bayes classifier design. Self- improvement prior probability in different conditions , male , female and total error rate error rate statistics , into which each array . All programs from the main function , maximum likelihood estimation subroutine strike probability density , the minimum error rate Bayesian classifier composed of decision-making three subfunctions . Strike called maximum likelihood estimate probability density subroutine , the first step to obtain the sample data , stored as a matrix the second step of the matrix, each row sum , and divided by the total number of samples N, be the average vector third step is to application of the formula ( 3-43 ) using matrix and loop control statements , obtain the covariance matrix fourth step through the variance-covariance matrix and correlation coefficient obtained , resulting in the probability density function . Call the minimum error rate decision Functions Bayesian)
    2012-02-02 20:33:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载