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

搜索资源列表

  1. poj2677--TourTSP

    0下载:
  2. poj2677,算法导论中的DP题目,TSP简化版本
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:Allen Xu
  1. suanfadaoluen

    0下载:
  2. 这是《麻省理工学院算法导论中英文版习题笔记全》,详细介绍了各种算法-This is the Massachusetts Institute of Technology in the English version of Introduction to Algorithms Exercises Notebook whole , detailing a variety of algorithms
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-07
    • 文件大小:51340294
    • 提供者:jiang
  1. Introductiontoalgorithms

    2下载:
  2. 已用HTML编译过的算法导论英文版、作者的正宗课后思考题答案-Has been compiled using HTML Introduction to the English version of the algorithm, after the author' s real question for the answer
  3. 所属分类:Document

    • 发布日期:2017-06-15
    • 文件大小:23735276
    • 提供者:林嘉
  1. zhijiexunzbiao

    0下载:
  2. 算法导论中直接寻址表的C++实现,大家可以参照着学习。-Introduction to Algorithms directly addressing the table C++ implementation, we can look forward to learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:125439
    • 提供者:tanfeng
  1. sort

    0下载:
  2. 算法导论中第二章所有排序的自己模拟,快速排序,堆排序,计数排序,最大最小数,选择第n个数-Introduction to Algorithms in the second chapter of its own simulation of all sort, quick sort, heap sort, counting sort, maximum and minimum number, select the first n numbers, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:164802
    • 提供者:hongbingying
  1. Longgest

    0下载:
  2. 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:930
    • 提供者:刘欢
  1. lcs

    0下载:
  2. 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:568979
    • 提供者:lin
  1. rbinsert

    0下载:
  2. 红黑树的插入算法实现,利用算法导论中的伪代码-Red-black tree insertion algorithm, using pseudocode in Introduction to Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:475905
    • 提供者:lin
  1. fft

    0下载:
  2. 改进的算法导论中的fft代码,将nlogn的复杂度下降到n,编译成功,4096个数据点时常为2秒。-Fft code in the Introduction of the improved algorithm will be the nlogn of complex decreased to n successful compile 4096 data points from time to time for two seconds.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1655
    • 提供者:
  1. Backtracking-optimal-scheduling

    0下载:
  2. 本代码为算法导论中最佳调度问题的回溯算法。算法思想为:建立一棵深度为N的M叉树,从根结点出发,进行深度优先遍历。每搜索完一条路径则记录下besttime 和bestx[]序列开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处向纵深方向移至一个新结点,成为一个新的活结点,也为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向扩展,则当前扩展结点就成为死结点。此时,应回溯至最近的一个活结点处,并使这个活结点成为当前的扩展结点,直至找到一个解或全部解。-Backtracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1188
    • 提供者:flxyd
  1. Word_Ladder

    0下载:
  2. 算法导论中的,关于 leetcode oj, word_ladder的问题源代码 -Introduction to algorithms, on leetcode oj, word_ladder problem source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3179
    • 提供者:dodo
  1. Word_LadderII

    0下载:
  2. 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3775
    • 提供者:dodo
  1. kuaisupaixu

    0下载:
  2. 经典的快速排序算法,详细的中文注释介绍,基于算法导论中递归方法的C++实现-Quick sort algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:589
    • 提供者:CHENGXIAO
  1. QuickSort

    0下载:
  2. 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:722563
    • 提供者:
  1. Introduction_to_Algorithms-master

    0下载:
  2. 算法导论中各种排序、数据结构、动态规划等的实现-Realization of various algorithms in data structure, sorting, an introduction to dynamic programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:14665
    • 提供者:张文建
  1. algorithms-master

    0下载:
  2. 数据结构和算法导论中的许多算法的实现。用c++编写-By C++,some algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1646440
    • 提供者:WYJ
  1. RBTree

    0下载:
  2. 算法导论中红黑树插入删除源码,自己编写的 亲测可用-Introduction to algorithms in the red and black tree insert to delete the source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2539
    • 提供者:袁鹏斐
  1. CLRS

    0下载:
  2. 算法导论中,第二章,第三章,第四章代码实现和课后习题的答案(These files conclude the implemented code of chapter 2 , 3 & 4 in CLRS and the answers of some problems)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-23
    • 文件大小:28672
    • 提供者:lsry
  1. xoreeerred

    0下载:
  2. Editdistance是算法导论中经典的问题了,本代码以special的风格表示清楚了编辑距离问题,看看吧,()
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:941056
    • 提供者:Thzka
  1. 并行计算导论(原书第2版) 清晰PDF

    2下载:
  2. 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
  3. 所属分类:并行计算

    • 发布日期:2020-09-26
    • 文件大小:49017856
    • 提供者:gl62m
« 12 3 4 »
搜珍网 www.dssz.com