CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法导论

搜索资源列表

  1. introduction-to-algorithms

    0下载:
  2. “算法导论”中文版课后习题答案,内容很全,很不错-" Introduction to Algorithms" Chinese after-school exercise answers are very informative, very good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2087070
    • 提供者:xiewen
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:753970
    • 提供者:无我
  1. Answer_ITA

    1下载:
  2. 《算法导论》课后习题答案。 对书中重要习题进行了详细解答和分析,有助于进一步理解重要的数据结构和算法。-The answer book for Introduction to algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2087075
    • 提供者:啦啦
  1. MIT

    0下载:
  2. 麻省理工算法导论课件及习题,很全面的资料,学习算法导论必备-MIT Introduction to Algorithms, courseware and exercises, comprehensive information, learning algorithms Introduction to essential
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-20
    • 文件大小:6035458
    • 提供者:耿立飞
  1. redblacktree

    0下载:
  2. 算法导论之红黑树算法,红黑树主要用在内核的算法,该算法的时间复杂度很好!-Introduction to the red and black tree algorithm algorithm, a red, black tree in the main core of the algorithm time complexity good!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:413897
    • 提供者:hanks
  1. Algorithms

    0下载:
  2. 算法导论上机作业java实现,主要有背包问题,八皇后问题,递归等。-Introduction to the machine operation algorithm java to achieve, there are knapsack problem, the eight queen problem, recursive and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:17630
    • 提供者:pingyang
  1. Merge_Sort

    0下载:
  2. 一个合并排序算法。是按照《算法导论》书中的讲解来写的。-A plan to merge sorting algorithm. In accordance with the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10708
    • 提供者:法法
  1. solution_to_CLR

    0下载:
  2. solution to CLR(算法导论习题答案)-solution to CLR (Introduction to Algorithms Exercises answers)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:221117
    • 提供者:
  1. C++2

    0下载:
  2. 算法导论中文版 经典书籍的中文版,搞计算机应用必备书籍!-Algorithms Introduction to the Chinese version of the Chinese version of the classic books and engage in computer applications required books!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-16
    • 文件大小:25595058
    • 提供者:柏磊
  1. bMinusTree

    0下载:
  2. b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. IntroductionToAlgorithm

    0下载:
  2. 算法导论 经典中的经典 找了很久才找到 内容我就不深入介绍了 大家自己看吧 不需要账号直接下载-Introduction to the classic algorithm to find the classic for a long time to find the contents of my depth not introduce himself and see the U.S. do not need to account direct download
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11993776
    • 提供者:帽子
  1. lecture01

    0下载:
  2. 算法导论课件,data structure-Introduction to Algorithms Courseware
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:301347
    • 提供者:阿超
  1. lecture02

    0下载:
  2. 算法导论课件,data structure-data structure
  3. 所属分类:Document

    • 发布日期:2017-04-27
    • 文件大小:140668
    • 提供者:阿超
  1. lecture03

    0下载:
  2. 算法导论课件,data structure-data structure lecture
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:141189
    • 提供者:阿超
  1. lecture04

    0下载:
  2. 算法导论课件,data structure-data structure lecture
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:226239
    • 提供者:阿超
  1. lecture08

    0下载:
  2. 算法导论课件,data structure-data structure lecture
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:136140
    • 提供者:阿超
  1. ShortDistance

    0下载:
  2. 或得一个连通图两两之间最短路径的代码,算法导论上的算法,自己实现的-a funtion to get the shortest distance between each to noeds in a graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:董大凡
  1. Qinck_Sort_Classic

    0下载:
  2. 算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1160149
    • 提供者:cherry
  1. SegmentsIntersection

    0下载:
  2. 计算几何的利用叉积判断线段是否相交的算法,这个算法算法导论上有详细的介绍-The use of computational geometry plot fork intersection to determine whether segments of the algorithm, this algorithm has a detailed introduction to algorithms introduction
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:Scott
  1. theAssemblyLine

    0下载:
  2. 本程序是麻省理工学院的《算法导论》上的动态规划问题,是由装配线问题引入的,也是我们的一次作业,大家如果交作业的话,也可参考。-This procedure is from the book printed by the Massachusetts Institute of Technology named Introduction to Algorithm on the dynamic programming problem, the problem is introduced by the a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:241599
    • 提供者:liangmin
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com