首页 磁力链接怎么用

Algorithms.Design.and.Analysis-Part.2-Stanford-Coursera

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2017-9-15 19:13 2024-7-3 09:35 182 1.54 GB 104
二维码链接
Algorithms.Design.and.Analysis-Part.2-Stanford-Coursera的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1 Two Motivating Applications/1 - 1 - Application- Internet Routing (11 min).mp413.85MB
  2. 1 Two Motivating Applications/1 - 2 - Application- Sequence Alignment (9 min).mp411.1MB
  3. 10 Introduction to Dynamic Programming/10 - 1 - Introduction- Weighted Independent Sets in Path Graphs (8 min).mp411.26MB
  4. 10 Introduction to Dynamic Programming/10 - 2 - WIS in Path Graphs- Optimal Substructure (9 min).mp413.52MB
  5. 10 Introduction to Dynamic Programming/10 - 3 - WIS in Path Graphs- A Linear-Time Algorithm (10 min).mp414.54MB
  6. 10 Introduction to Dynamic Programming/10 - 4 - WIS in Path Graphs- A Reconstruction Algorithm (7 min).mp49.62MB
  7. 10 Introduction to Dynamic Programming/10 - 5 - Principles of Dynamic Programming (8 min).mp412.27MB
  8. 11 The Knapsack Problem/11 - 1 - The Knapsack Problem (10 min).mp414.08MB
  9. 11 The Knapsack Problem/11 - 2 - A Dynamic Programming Algorithm (10 min).mp413.61MB
  10. 11 The Knapsack Problem/11 - 3 - Example [Review - Optional] (14 min).mp424.21MB
  11. 12 Sequence Alignment/12 - 1 - Optimal Substructure (14 min).mp419.54MB
  12. 12 Sequence Alignment/12 - 2 - A Dynamic Programming Algorithm (12 min).mp416.71MB
  13. 13 Optimal Binary Search Trees/13 - 1 - Problem Definition (12 min).mp417.19MB
  14. 13 Optimal Binary Search Trees/13 - 2 - Optimal Substructure (9 min).mp413.94MB
  15. 13 Optimal Binary Search Trees/13 - 3 - Proof of Optimal Substructure (7 min).mp49.86MB
  16. 13 Optimal Binary Search Trees/13 - 4 - A Dynamic Programming Algorithm I (10 min).mp414.05MB
  17. 13 Optimal Binary Search Trees/13 - 5 - A Dynamic Programming Algorithm II (9 min).mp411.94MB
  18. 14 The Bellman-Ford Algorithm/14 - 1 - Single-Source Shortest Paths, Revisted (11 min).mp415.15MB
  19. 14 The Bellman-Ford Algorithm/14 - 2 - Optimal Substructure (11 min).mp415.27MB
  20. 14 The Bellman-Ford Algorithm/14 - 3 - The Basic Algorithm I (9 min).mp412.11MB
  21. 14 The Bellman-Ford Algorithm/14 - 4 - The Basic Algorithm II (11 min).mp413.61MB
  22. 14 The Bellman-Ford Algorithm/14 - 5 - Detecting Negative Cycles (9 min).mp412.78MB
  23. 14 The Bellman-Ford Algorithm/14 - 6 - A Space Optimization (12 min).mp418.34MB
  24. 14 The Bellman-Ford Algorithm/14 - 7 - Internet Routing I [Optional] (11 min).mp416.72MB
  25. 14 The Bellman-Ford Algorithm/14 - 8 - Internet Routing II [Optional] (7 min).mp410.68MB
  26. 15 All-Pairs Shortest Paths/15 - 1 - Problem Definition (7 min).mp49.48MB
  27. 15 All-Pairs Shortest Paths/15 - 2 - Optimal Substructure (12 min).mp416.53MB
  28. 15 All-Pairs Shortest Paths/15 - 3 - The Floyd-Warshall Algorithm (13 min).mp418.89MB
  29. 15 All-Pairs Shortest Paths/15 - 4 - A Reweighting Technique (14 min).mp419.62MB
  30. 15 All-Pairs Shortest Paths/15 - 5 - Johnson-'s Algorithm I (11 min).mp415.49MB
  31. 15 All-Pairs Shortest Paths/15 - 6 - Johnson-'s Algorithm II (11 min).mp416.86MB
  32. 16 NP-Complete Problems/16 - 1 - Polynomial-Time Solvable Problems (14 min).mp420.49MB
  33. 16 NP-Complete Problems/16 - 2 - Reductions and Completeness (14 min).mp419.86MB
  34. 16 NP-Complete Problems/16 - 3 - Definition and Interpretation of NP-Completeness I (11 min).mp416.35MB
  35. 16 NP-Complete Problems/16 - 4 - Definition and Interpretation of NP-Completeness II (8 min).mp412.18MB
  36. 16 NP-Complete Problems/16 - 5 - The P vs. NP Question (9 min).mp414.28MB
  37. 16 NP-Complete Problems/16 - 6 - Algorithmic Approaches to NP-Complete Problems (13 min).mp419.86MB
  38. 17 Faster Exact Algorithms for NP-Complete Problems/17 - 1 - The Vertex Cover Problem (9 min).mp412.75MB
  39. 17 Faster Exact Algorithms for NP-Complete Problems/17 - 2 - Smarter Search for Vertex Cover I (10 min).mp414.14MB
  40. 17 Faster Exact Algorithms for NP-Complete Problems/17 - 3 - Smarter Search for Vertex Cover II (8 min).mp410.37MB
  41. 17 Faster Exact Algorithms for NP-Complete Problems/17 - 4 - The Traveling Salesman Problem (15 min).mp421MB
  42. 17 Faster Exact Algorithms for NP-Complete Problems/17 - 5 - A Dynamic Programming Algorithm for TSP (12 min).mp417.45MB
  43. 18 Approximation Algorithms for NP-Complete Problems/18 - 1 - A Greedy Knapsack Heuristic (14 min).mp418.74MB
  44. 18 Approximation Algorithms for NP-Complete Problems/18 - 2 - Analysis of a Greedy Knapsack Heuristic I (7 min).mp48.93MB
  45. 18 Approximation Algorithms for NP-Complete Problems/18 - 3 - Analysis of a Greedy Knapsack Heuristic II (10 min).mp412.4MB
  46. 18 Approximation Algorithms for NP-Complete Problems/18 - 4 - A Dynamic Programming Heuristic for Knapsack (12 min).mp415.41MB
  47. 18 Approximation Algorithms for NP-Complete Problems/18 - 5 - Knapsack via Dynamic Programming, Revisited (10 min).mp413.22MB
  48. 18 Approximation Algorithms for NP-Complete Problems/18 - 6 - Ananysis of Dynamic Programming Heuristic (15 min).mp418.7MB
  49. 19 Local Search Algorithms/19 - 1 - The Maximum Cut Problem I (9 min).mp412.41MB
  50. 19 Local Search Algorithms/19 - 2 - The Maximum Cut Problem II (9 min).mp412.84MB
  51. 19 Local Search Algorithms/19 - 3 - Principles of Local Search I (9 min).mp412.22MB
  52. 19 Local Search Algorithms/19 - 4 - Principles of Local Search II (10 min).mp414.49MB
  53. 19 Local Search Algorithms/19 - 5 - The 2-SAT Problem (15 min).mp419.64MB
  54. 19 Local Search Algorithms/19 - 6 - Random Walks on a Line (16 min).mp421.33MB
  55. 19 Local Search Algorithms/19 - 7 - Analysis of Papadimitriou-'s Algorithm (15 min).mp421.62MB
  56. 2 Selected Review From Part 1/2 - 1 - About the Course [Part I Review - Optional] (17 min).mp418.33MB
  57. 2 Selected Review From Part 1/2 - 2 - Why Study Algorithms- [Part I Review - Optional] (19 min).mp420.25MB
  58. 2 Selected Review From Part 1/2 - 3 - Guiding Principles for Analysis of Algorithms [Part I Review - Optional] (15 min).mp418.86MB
  59. 2 Selected Review From Part 1/2 - 4 - Big-Oh Notation [Part I Review - Optional] (4 min).mp44.36MB
  60. 2 Selected Review From Part 1/2 - 5 - Graph Representations [Part I Review - Optional] (14 min).mp414.48MB
  61. 2 Selected Review From Part 1/2 - 6 - Graph Search - Overview [Part I Review - Optional] (23 min).mp424.36MB
  62. 2 Selected Review From Part 1/2 - 7 - Dijkstra-'s Shortest-Path Algorithm [Part I Review - Optional] (21 min).mp421.92MB
  63. 2 Selected Review From Part 1/2 - 8 - Data Structures- Overview [Part I Review - Optional] (5 min).mp44.89MB
  64. 2 Selected Review From Part 1/2 - 9 - Heaps- Operations and Applications [Part I Review - Optional] (18 min).mp419.49MB
  65. 20 The Wider World of Algorithms/20 - 1 - Stable Matching [Optional] (15 min).mp422.55MB
  66. 20 The Wider World of Algorithms/20 - 2 - Matchings, Flows, and Braess-'s Paradox [Optional] (14 min).mp420.96MB
  67. 20 The Wider World of Algorithms/20 - 3 - Linear Programming and Beyond [Optional] (11 min).mp416.84MB
  68. 20 The Wider World of Algorithms/20 - 4 - Epilogue (1 min).mp41.79MB
  69. 3 Introduction to Greedy Algorithms/3 - 1 - Introduction to Greedy Algorithms (13 min).mp418.04MB
  70. 3 Introduction to Greedy Algorithms/3 - 2 - Application- Optimal Caching (11 min).mp414.97MB
  71. 4 A Scheduling Application/4 - 1 - Problem Definition (6 min).mp47.79MB
  72. 4 A Scheduling Application/4 - 2 - A Greedy Algorithm (13 min).mp417.16MB
  73. 4 A Scheduling Application/4 - 3 - Correctness Proof - Part I (7 min).mp49.22MB
  74. 4 A Scheduling Application/4 - 4 - Correctness Proof - Part II (5 min).mp46.22MB
  75. 4 A Scheduling Application/4 - 5 - Handling Ties [Advanced - Optional] (7 min).mp49.65MB
  76. 5 Prim's Minimum Spanning Tree Algorithm/5 - 1 - MST Problem Definition (11 min).mp415MB
  77. 5 Prim's Minimum Spanning Tree Algorithm/5 - 2 - Prim-'s MST Algorithm (8 min).mp49.99MB
  78. 5 Prim's Minimum Spanning Tree Algorithm/5 - 3 - Correctness Proof I (16 min).mp419.02MB
  79. 5 Prim's Minimum Spanning Tree Algorithm/5 - 4 - Correctness Proof II (8 min).mp410.14MB
  80. 5 Prim's Minimum Spanning Tree Algorithm/5 - 5 - Proof of Cut Property [Advanced - Optional] (12 min).mp414.99MB
  81. 5 Prim's Minimum Spanning Tree Algorithm/5 - 6 - Fast Implementation I (15 min).mp419.66MB
  82. 5 Prim's Minimum Spanning Tree Algorithm/5 - 7 - Fast Implementation II (10 min).mp413.17MB
  83. 6 Kruskals Minimum Spanning Tree Algorithm/6 - 1 - Kruskal-'s MST Algorithm (8 min).mp411.02MB
  84. 6 Kruskals Minimum Spanning Tree Algorithm/6 - 2 - Correctness of Kruskal-'s Algorithm (9 min).mp412.3MB
  85. 6 Kruskals Minimum Spanning Tree Algorithm/6 - 3 - Implementing Kruskal-'s Algorithm via Union-Find I (9 min).mp412.9MB
  86. 6 Kruskals Minimum Spanning Tree Algorithm/6 - 4 - Implementing Kruskal-'s Algorithm via Union-Find II (14 min).mp418.88MB
  87. 6 Kruskals Minimum Spanning Tree Algorithm/6 - 5 - MSTs- State-of-the-Art and Open Questions [Advanced - Optional] (9 min).mp414.23MB
  88. 7 Clustering/7 - 1 - Application to Clustering (12 min).mp415.13MB
  89. 7 Clustering/7 - 2 - Correctness of Clustering Algorithm (10 min).mp411.93MB
  90. 8 Advanced Union-Find/8 - 1 - Lazy Unions [Advanced - Optional] (10 min).mp415.24MB
  91. 8 Advanced Union-Find/8 - 2 - Union-by-Rank [Advanced - Optional] (12 min).mp418.19MB
  92. 8 Advanced Union-Find/8 - 3 - Analysis of Union-by-Rank [Advanced - Optional] (15 min).mp422.29MB
  93. 8 Advanced Union-Find/8 - 4 - Path Compression [Advanced - Optional] (15 min).mp421.51MB
  94. 8 Advanced Union-Find/8 - 5 - Path Compression- The Hopcroft-Ullman Analysis I [Advanced - Optional] (9 min).mp413.66MB
  95. 8 Advanced Union-Find/8 - 6 - Path Compression- The Hopcroft-Ullman Analysis II [Advanced - Optional] (12 min).mp417.17MB
  96. 8 Advanced Union-Find/8 - 7 - The Ackermann Function [Advanced - Optional] (17 min).mp422.64MB
  97. 8 Advanced Union-Find/8 - 8 - Path Compression- Tarjan-'s Analysis I [Advanced - Optional] (14 min).mp420.78MB
  98. 8 Advanced Union-Find/8 - 9 - Path Compression- Tarjan-'s Analysis II [Advanced - Optional] (14 min).mp419.09MB
  99. 9 Huffman Codes/9 - 1 - Introduction and Motivation (9 min).mp411.89MB
  100. 9 Huffman Codes/9 - 2 - Problem Definition (10 min).mp415.35MB
  101. 9 Huffman Codes/9 - 3 - A Greedy Algorithm (17 min).mp424.7MB
  102. 9 Huffman Codes/9 - 4 - A More Complex Example (4 min).mp45.51MB
  103. 9 Huffman Codes/9 - 5 - Correctness Proof I (10 min).mp413.3MB
  104. 9 Huffman Codes/9 - 6 - Correctness Proof II (13 min).mp416.75MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统