您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Cambridge.How.to.Think.About.Algorithms.2008

  2. There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies to help the novice describe and think about algorithms like an expert. It is a bit like a
  3. 所属分类:Access

    • 发布日期:2009-05-10
    • 文件大小:2097152
    • 提供者:mike_wh
  1. Max Flow, Min Cut_有关图像切割

  2. Max Flow, Min Cut_有关图像切割 Minimum cut Maximum flow Max-flow min-cut theorem Ford-Fulkerson augmenting path algorithm Edmonds-Karp heuristics Bipartite matching
  3. 所属分类:其它

  1. 二分图匹配 KM算法 匈牙利算法

  2. 二分图匹配,匈牙利算法和KM算法简介 二分图匹配,匈牙利算法和KM算法简介 二分图匹配,匈牙利算法和KM算法简介 二分图匹配,匈牙利算法和KM算法简介 二分图匹配,匈牙利算法和KM算法简介 用增广路求最大匹配(称作匈牙利算法,匈牙利数学家Edmonds于1965年提出) 算法轮廓: (1)置M为空 (2)找出一条增广路径P,通过取反操作获得更大的匹配M’代替M (3)重复(2)操作直到找不出增广路径为止
  3. 所属分类:其它

    • 发布日期:2009-07-27
    • 文件大小:432128
    • 提供者:prettyprince
  1. 网络流算法模版--C++写的

  2. 网络流算法模版--C++写的 Edmonds-Karp算法
  3. 所属分类:其它

    • 发布日期:2009-08-13
    • 文件大小:3072
    • 提供者:mitedu
  1. How to Think About Algorithms

  2. 算法和数据结构是整个程序设计的基础的基础,浏览现在图书馆里好多算法设计的图书,不管是国内的,还是国外的,好多堪称牛人的,都是同一个路子。但是这本书却给你不同的视角。特别是自学之同仁!
  3. 所属分类:其它

    • 发布日期:2009-10-28
    • 文件大小:2097152
    • 提供者:genliu777
  1. Cambridge - How to Think About Algorithms (2008).pdf

  2. Cambridge University Press There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies to help the novice describe and think about algorithms like an
  3. 所属分类:Access

    • 发布日期:2009-10-28
    • 文件大小:6291456
    • 提供者:rex77
  1. Matching, Euler Tours and the Chinese Postman

  2. Edmonds在1973年给出的利用匹配理论解决中国邮路问题的英文文献.
  3. 所属分类:专业指导

    • 发布日期:2009-12-10
    • 文件大小:1048576
    • 提供者:dsnlkcjslc
  1. Edmonds_Karp算法模版

  2. EK算法的C++实现,用于求有向图的最大流。
  3. 所属分类:其它

  1. edmonds-karp

  2. edmonds-karp启发式最大流算法
  3. 所属分类:其它

    • 发布日期:2008-01-25
    • 文件大小:108544
    • 提供者:ShenWilson
  1. 二分图匹配的算法实现

  2. 二分图的算法实现 DFS-Edmonds BFS-Edmonds Hopcroft-Karp 二分图的Konig定理
  3. 所属分类:专业指导

    • 发布日期:2011-03-11
    • 文件大小:83968
    • 提供者:flyfish0851
  1. MIT_Introduction to Algorithms 算法导论视频字幕

  2. 1 第一课 课程细节;序论:算法分析,插入排序法(Insertion Sort),合并排序(Merge Sort) 阅读:1-2章 发测验 0 2 演示课 1 算法的正确性 发《作业 1》 3 第二课 渐进表示(Asymptotic Notation)。递归公式(Recurrences):置换法,迭代法,主方式 阅读:3-4 章,除了§4.4 4 第三课 各个击破法: Strassen 算法,费氏数列,多项式乘法。 阅读:28 章第 2 节,30章第1节 5 演示课 2 递归公式,松散性 阅读
  3. 所属分类:C

    • 发布日期:2011-05-27
    • 文件大小:621568
    • 提供者:PfanAya
  1. How to think about algorithms(Edmonds)

  2. There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies to help the novice describe and think about algorithms like an expert. It is a bit like a
  3. 所属分类:C/C++

    • 发布日期:2011-08-06
    • 文件大小:5242880
    • 提供者:littleBT
  1. How to think about algorithm

  2. There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies to help the novice describe and think about algorithms like an expert. It is a bit like a
  3. 所属分类:教育

    • 发布日期:2011-09-18
    • 文件大小:6291456
    • 提供者:xzzheng23
  1. 网络流算法详解

  2. 网络流算法的详细介绍,包括Ford-Fulkerson 算法、Edmonds-Karp 算法、Dinic 算法。有详细图例,很容易理解
  3. 所属分类:专业指导

    • 发布日期:2011-10-12
    • 文件大小:456704
    • 提供者:zh_qd1014
  1. java解决一般图的最大匹配问题

  2. java解决一般图的最大匹配问题,根据Edmonds的算法改编为java代码,带GUI,画图获得邻接矩阵,计算最大匹配,准确无误 使用方法:将压缩文件解压缩,导入myeclipse 或者 eclipse
  3. 所属分类:Java

    • 发布日期:2012-02-10
    • 文件大小:66560
    • 提供者:lirui1sbest
  1. edmonds和dinic算法c++比较

  2. edmonds和dinic算法c++比较, 可以手动输入节点数和边数
  3. 所属分类:其它

    • 发布日期:2008-12-03
    • 文件大小:6144
    • 提供者:yenveo
  1. Edmonds算法Python版

  2. Edmonds-karp算法的Python实现版,可用于解决最大流问题,
  3. 所属分类:Python

    • 发布日期:2018-04-09
    • 文件大小:8192
    • 提供者:tmcgun
  1. Dijkstral、Prim、DFS、BFS、Edmonds-Karp

  2. 最基础的图轮算法,使用python编写。包含Dijkstral、Prim、DFS、BFS、Edmonds-Karp算法,使用class管理这些算法,集成、易用。
  3. 所属分类:讲义

    • 发布日期:2019-02-26
    • 文件大小:55296
    • 提供者:qqhanhan
  1. 最大网络流Edmonds-Karp算法

  2. 用于计算最大网络流的经典的Edmonds-Karp算法,代码自带例子,边权支持double类型。
  3. 所属分类:C++

    • 发布日期:2019-09-01
    • 文件大小:1024
    • 提供者:sanweixianshi
  1. 开花:Edmonds的开花算法,用于无向图中的最大权重匹配-源码

  2. Edmonds开花算法,用于无向图中的最大权重匹配 该库实现了Blossom算法,该算法计算O(节点数** 3)中无向图的最大加权匹配。 它从Joris van Rantwijk编写的python代码移植而来,该代码包含在NetworkX图形库中并进行了修改。 入门 将必要的依赖项添加到您的项目中: [ageneau/blossom " 0.1.4 " ] [aysylu/loom " 1.0.2 " ] 用法 ( ns test.blossom ( :require [blossom.
  3. 所属分类:其它

    • 发布日期:2021-01-28
    • 文件大小:72704
    • 提供者:weixin_42164534
« 12 »