CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Introduction to Algorithms

搜索资源列表

  1. Introduction.to.Algorithms.-.Lecture.Notes

    0下载:
  2. MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4.58mb
    • 提供者:jayshaw
  1. lot

    0下载:
  2. 关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:25.01kb
    • 提供者:ROLL
  1. algorithms

    0下载:
  2. 据说比《算法导论》更牛的算法书籍,值得一读-Was said better than 《Introduction to Algorithms》 worth reading ......
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:flywater
  1. simple

    0下载:
  2. 实现单纯性算法,利用算法导论的算法,用于求解线性方程-Simple algorithm, the use of algorithms introduction to algorithms for solving linear equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:139.93kb
    • 提供者:jabinwang
  1. divide

    0下载:
  2. 一个简单的排序小程序,是学习算法导论的时候花时间写的,希望对初学者有帮助。-A simple sort of small programs, learning Introduction to Algorithms take the time to write, I hope to help beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:628byte
    • 提供者:Liu Jiangang
  1. lcs

    0下载:
  2. 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-Dynamic programming longest substring matching substring can output multiple matches Introduction to Algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:5.33kb
    • 提供者:vivian
  1. Simplex

    0下载:
  2. 用java实现的线性规划单纯形算法,是我研究生作业的一部分,内有大量的注释,配合算法导论可以理解明白。-Using java to achieve linear programming simplex algorithm is part of my graduate job, there are a large number of comments, with the Introduction to Algorithms can be understood to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:3.17kb
    • 提供者:xuchao
  1. SortProgram

    0下载:
  2. 包含了5种常用的排序程序,基数排序、堆排序、归并排序、快排、位排序,稍微修改一下就可以用在很多地方,学习算法导论时自己写的,很有用哦-Contains five kinds of commonly used sorting process, radix sort, heap sort, merge sort, quick exhaust, bit sort, a little tinkering can be used in many places, Introduction to Algori
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3.34mb
    • 提供者:宁静
  1. 3mergesort_improve

    0下载:
  2. merge排序算法,学习了算法导论后自己编写的通过的-merge sorting algorithm, learning the Introduction to Algorithms adopted after their preparation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:626byte
    • 提供者:战侠歌
  1. project1

    0下载:
  2. 中国科大算法导论课程实验三,矩阵链乘,可直接使用-China HKUST course Introduction to Algorithms third experiment, the chain matrix multiplication can be used directly
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:310.55kb
    • 提供者:wtzhang
  1. 算法导论

    0下载:
  2. 著名算法书《算法导论》的实现源码,采用了泛型编程, 非常适合于学习算法(the source code of the popular algorithm book Introduction to Algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:349kb
    • 提供者:masterqkk
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2.27mb
    • 提供者:Summer-LXN
  1. suanfadaolun3_pdf

    0下载:
  2. 算法导论第三版PDF扫描文件,供大家学习使用(Introduction to algorithms PDF scanning)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:96.5mb
    • 提供者:永夜极光
  1. Lecture1-Introduction-2017

    0下载:
  2. Introduction to Algorithms PPT
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:227kb
    • 提供者:xufanfan
  1. Lecture2-2017

    0下载:
  2. Introduction to Algorithms ppt
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:245kb
    • 提供者:xufanfan
  1. Lecture3-Search Algorithms -2017

    0下载:
  2. Introduction to Algorithms PPT second
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:306kb
    • 提供者:xufanfan
  1. 算法课后答案

    1下载:
  2. 算法导论习题答案,以完善课后习题,注意查收(introduction to algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:5.56mb
    • 提供者:睿智如我
  1. 算法导论(第三版.英文版).pdf

    0下载:
  2. 算法导论,从基础讲解算法,可以作为字典使用。(Introduction to Algorithms, which explains algorithms from the ground up, can be used as a dictionary.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4.94mb
    • 提供者:bajiao
  1. Introduction to Algorithms

    0下载:
  2. introduction to algorithm
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:4.74mb
    • 提供者:溜溜123
  1. 算法导论及课后习题与思考题答案

    8下载:
  2. 算法导论第三版课后习题及思考题答案英文版(Introduction to Algorithms the third edition of answers to exercises and thinking questions (English version))
  3. 所属分类:其他

    • 发布日期:2019-10-23
    • 文件大小:1.47mb
    • 提供者:月之影6
« 12 »
搜珍网 www.dssz.com