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

搜索资源列表

  1. Introduction.to.Algorithms.-.Test

    0下载:
  2. 算法导论习题解答 算法导论习题解答
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:625487
    • 提供者:zcv
  1. 计数排序-C#实现

    0下载:
  2. 算法导论里的 基数排序
  3. 所属分类:书籍源码

    • 发布日期:2010-09-30
    • 文件大小:549
    • 提供者:lykhhh@163.com
  1. KNN

    1下载:
  2. 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:440407
    • 提供者:绍敏
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2406
    • 提供者:刘铭
  1. Introduction_to_Paralle_Algorithms

    0下载:
  2. 全面介绍并行计算,并行算法设计,外国经典书籍,学并行必选 张云泉,陈英译印CXavier美ssIyengar著《并行算法导论》Introduction to Parallel-Comprehensive introduction parallel computing, parallel algorithm design, foreign classics, must-Yunquan parallel study, Chen English India CXavier U.S. ssIyen
  3. 所属分类:MPI

    • 发布日期:2017-05-28
    • 文件大小:11417319
    • 提供者:陈曦
  1. Insertion_sort

    0下载:
  2. 算法导论里的插入排序,大家都懂得,自己写的-Introduction to Algorithms insertion sort
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:536
    • 提供者:huangshanqi
  1. Merger_sort

    0下载:
  2. 算法导论里的合并排序,仅供参考,只是跟大家分享分享-Introduction to Algorithms merge sort, for reference only, just to share with everyone sharing
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:621
    • 提供者:huangshanqi
  1. intoduction_to_algorithms

    0下载:
  2. 算法导论第二章各种排序算法的实现,包括插入排序,选择排序,归并排序,冒泡排序,二分查找等。-Introduction to Algorithms,Chapter 2.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-08
    • 文件大小:6755
    • 提供者:Johny
  1. Backtracking-optimal-scheduling

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

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

    0下载:
  2. 《算法导论》原书第三版第十五章关于动态规划的里面所有伪代码的源程序,名称和书中的伪代码名称一致,很好找,代码均为本人手写,并进过验证。-"Introduction to algorithms," the third edition of the original book fifteenth chapters about the dynamic planning all the pseudo code of the source, the pseudo code name and the boo
  3. 所属分类:source in ebook

    • 发布日期:2017-05-18
    • 文件大小:4964352
    • 提供者:xgz
  1. SolutionsTo.algorithms

    0下载:
  2. MIT 算法导论 Solutions.for.Introduction to algorithms 参考答案-MIT Introduction to Algorithms Solutions.for.Introduction to algorithms Reference Answers
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:220978
    • 提供者:Albert
  1. 算法导论实验源码及报告

    0下载:
  2. 算法导论四个实验的java版源代码和实验报告
  3. 所属分类:其它

    • 发布日期:2016-03-10
    • 文件大小:569859
    • 提供者:favorc
  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. Sorting

    0下载:
  2. 算法导论各个排序算法的实现,编译无误,包括堆排序,归并排序,冒泡排序等-Introduction to implement various sorting algorithm algorithm, compile correctly, including heap sort, merge sort, bubble sort, etc.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2748
    • 提供者:许启之
  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. 最近令近点对

    1下载:
  2. 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)
  3. 所属分类:书籍源码

    • 发布日期:2018-12-27
    • 文件大小:3460096
    • 提供者:belive
  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
搜珍网 www.dssz.com