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

搜索资源列表

  1. Data_Structures_And_Algorithms_-_Alfred_V._Aho.pdf

  2. Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California
  3. 所属分类:专业指导

    • 发布日期:2009-07-24
    • 文件大小:6291456
    • 提供者:wsh675948
  1. algorith_books_10_十本经典算法书

  2. Fundamentals of Data Structures,by Ellis Horowitz and Sartaj Sahni Data Structures, Algorithms and Program Style Using C,by James F. Korsh and Leonard J. Garrett Data Structures and Algorithm Analysis in C,by Mark Allen Weiss Data Structures: From A
  3. 所属分类:C

    • 发布日期:2009-08-18
    • 文件大小:28311552
    • 提供者:kisswinter
  1. 十本经典算法 Fundamentals of Data Structures

  2. 1.Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni 2.Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett 3.Data Structures and Algorithm Analysis in C by Mark Allen Weiss 4.Data Structures
  3. 所属分类:C

    • 发布日期:2009-09-24
    • 文件大小:13631488
    • 提供者:kylin70
  1. ACM 常用代码 都是很经典的

  2. ......................................................................... 7 | 弦图的PERFECT ELIMINATION 点排列 .......................... 7 | 稳定婚姻问题 O(N^2) .................................................. 8 | 拓扑排序 .......................................
  3. 所属分类:其它

    • 发布日期:2010-04-24
    • 文件大小:666624
    • 提供者:zhuyingqingfen
  1. ACM常用代码,经典

  2. | 弦图的PERFECT ELIMINATION 点排列 .......................... 7 | 稳定婚姻问题 O(N^2) .................................................. 8 | 拓扑排序 ......................................................................... 8 | 无向图连通分支(DFS/BFS 邻接阵) ................
  3. 所属分类:其它

    • 发布日期:2010-04-29
    • 文件大小:666624
    • 提供者:hellodota121
  1. ACM算法-ACM/ICPC 代码库

  2. 目录 目录 .............................................. 1 Graph 图论 ........................................ 3 | DAG 的深度优先搜索标记 ............................................. 3 | 无向图找桥 .....................................................................
  3. 所属分类:其它

    • 发布日期:2010-04-30
    • 文件大小:666624
    • 提供者:lin_style
  1. ACM 常用代码 都是经典

  2. 我从网友那下的,扣了10个资源分,贵啊,在此分享给大家 ......................................................................... 7 | 弦图的PERFECT ELIMINATION 点排列 .......................... 7 | 稳定婚姻问题 O(N^2) .................................................. 8 | 拓扑排序 ...........
  3. 所属分类:其它

    • 发布日期:2010-04-30
    • 文件大小:666624
    • 提供者:hdjjun
  1. ACM 常用经典代码

  2. ......................................................................... 7 | 弦图的PERFECT ELIMINATION 点排列 .......................... 7 | 稳定婚姻问题 O(N^2) .................................................. 8 | 拓扑排序 .......................................
  3. 所属分类:其它

    • 发布日期:2010-04-30
    • 文件大小:666624
    • 提供者:mason_mow
  1. Aho, Hopcroft & Ullman Data Structures and Algorithms

  2. Aho, Hopcroft & Ullman - Data Structures and Algorithms.1983.pdf 英文版
  3. 所属分类:其它

    • 发布日期:2010-09-28
    • 文件大小:5242880
    • 提供者:lvrixp
  1. Introduction To Automata Theory Languages , and Computation - John Hopcroft.djvu

  2. Introduction To Automata Theory Languages , and Computation - John Hopcroft.djvu
  3. 所属分类:专业指导

    • 发布日期:2010-10-05
    • 文件大小:8388608
    • 提供者:liuyanpunk
  1. 基于Hopcroft.Tarj an判定算法的平面图嵌入算法

  2. 基于Hopcroft.Tarj an判定算法的平面图嵌入算法
  3. 所属分类:其它

    • 发布日期:2010-11-22
    • 文件大小:168960
    • 提供者:heroxf
  1. Aho, Hopcroft , Ullman - Data Structures and Algorithms.1983.pdf

  2. Aho, Hopcroft , Ullman - Data Structures and Algorithms.1983.pdfAho, Hopcroft , Ullman - Data Structures and Algorithms.1983.pdfAho, Hopcroft , Ullman - Data Structures and Algorithms.1983.pdfAho, Hopcroft , Ullman - Data Structures and Algorithms.1
  3. 所属分类:专业指导

    • 发布日期:2011-01-19
    • 文件大小:6291456
    • 提供者:mostovoi123
  1. 二分图匹配的算法实现

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

    • 发布日期:2011-03-11
    • 文件大小:83968
    • 提供者:flyfish0851
  1. Introduction+To+Automata+Theory+Languages+,+and+Computation+-+John+Hopcroft

  2. Introduction+To+Automata+Theory+Languages+,+and+Computation+-+John+Hopcroft.djvu
  3. 所属分类:其它

    • 发布日期:2011-04-24
    • 文件大小:8388608
    • 提供者:tylyj
  1. 计算二分图最大匹配的Hopcroft-Karp算法-[1973年原始论文, 附翻译的中文版].

  2. A n^2.5 algorithm for maximum matchings in bipartite graphs-[英文版, John E. Hopcroft & Richard M. Karp] A n^2.5 algorithm for maximum matchings in bipartite graphs-[中文版, John E. Hopcroft & Richard M. Karp] Hopcroft-Karp是计算二分图最大匹配的最快算法(根据《算法导论》第二版;但维基百
  3. 所属分类:专业指导

    • 发布日期:2013-06-27
    • 文件大小:700416
    • 提供者:shoulea
  1. Hopcroft-Karp算法-[1973年原始论文, 附翻译的中文版]

  2. Hopcroft-Karp算法-[1973年原始论文, 附翻译的中文版]
  3. 所属分类:讲义

    • 发布日期:2016-08-01
    • 文件大小:700416
    • 提供者:summer_via
  1. Foundations of Data Science,Avrim Blum, John Hopcroft and Ravindran Kannan著

  2. Foundations of Data Scienceby Avrim Blum, John Hopcroft and Ravindran Kannan 数据科学导论 Contents 1 Introduction 8 2 High-Dimensional Space 11 2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2 The Law of Large
  3. 所属分类:讲义

    • 发布日期:2017-09-26
    • 文件大小:2097152
    • 提供者:lxlybytwo
  1. 《自动机理论、语言和计算导论》John E. Hopcroft

  2. 《自动机理论、语言和计算导论》John E. Hopcroft,pdf,中文,第3版,人工添加详细目录
  3. 所属分类:专业指导

    • 发布日期:2017-11-01
    • 文件大小:76546048
    • 提供者:monster12138
  1. Intro to Automata Theory, Languages and Computation

  2. Intro to Automata Theory, Languages and Computation by John E Hopcroft, Jeffrey D Ullman
  3. 所属分类:算法与数据结构

    • 发布日期:2018-04-29
    • 文件大小:29360128
    • 提供者:wstcer
  1. 计算机算法与分析(Aho,Hopcroft,Ullman)

  2. The Design and Analysis of Computer Algorithms [Aho, Hopcroft & Ullman 1974-01-11]
  3. 所属分类:算法与数据结构

    • 发布日期:2018-10-24
    • 文件大小:27262976
    • 提供者:linearlife
« 12 3 »