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

搜索资源列表

  1. Introduction_To_Algorithm_CN

    0下载:
  2. 世界知名的算法书——《Introduction To Algorithm》地中文版,现在已经绝迹,放在这里供大家享用!-world-renowned algorithms book -- "Introduction To Algorithm" to the Chinese version, now extinct, and on here for everyone to enjoy!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:24.42mb
    • 提供者:周副
  1. Introduction.to.Algorithms.-.Test

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

    • 发布日期:2008-10-13
    • 文件大小:610.83kb
    • 提供者:zcv
  1. hwarray.12.25.21.tar

    0下载:
  2. 解决磁盘带宽瓶颈问题一个比较好的方案是采用RAID技术。但由于视频数据本身的特点依靠普通的RAID算法技术无法将存储带宽进一步提高,对目前市场上比较成熟的RAID产品的分析和测试性能都不是很强。基于上述原因,针对流媒体服务器视频数据的特点提出了自行定义的一些存储规则,通过一定的手段实现存储输出带宽的极大增长。通过对网上相关资料的分析和专利的查询工作,表明新的RAID-H技术具有独创性,可以很好解决存储带宽的提升。媒体服务器的存储方案是采用自行设计定义的RAID技术实现硬件平台,选用INTEL的I
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-23
    • 文件大小:7.1mb
    • 提供者:江南
  1. The_Design_of_Distributed_System

    0下载:
  2. 本书向读者介绍了分布式系统特有的有关设计方面的一些内容。本书着重于设计的软件部分,因为大部分相应的硬件部分在许多有关计算机网络和并行计算机的教科书中都已得到很好的介绍。这本书中的所有高级设计和算法都使用建议的类CSP分布式控制描述语言(DCDL)表示(CSP代表通信顺序进程)。虽然这本书不可能覆盖分布式计算系统的所有问题,但我们的目标在于给出有关每个涉及到的问题的基本方面。-This book introduces readers to the unique distributed system
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.65mb
    • 提供者:劳炽元
  1. Introductiontoappletsjava

    0下载:
  2. 入门小程序,类和继承和一些算法,适合初学者练习-Introduction to applets, classes and inheritance, and some algorithms, suitable for beginners to practice
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:9.07kb
    • 提供者:孟猛
  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-29
    • 文件大小:10.89mb
    • 提供者:陈曦
  1. Insertion_sort

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

    • 发布日期:2017-11-09
    • 文件大小:536byte
    • 提供者: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
    • 文件大小:621byte
    • 提供者:huangshanqi
  1. intoduction_to_algorithms

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

    • 发布日期:2017-11-08
    • 文件大小:6.6kb
    • 提供者:Johny
  1. Cryptography

    0下载:
  2. 很好的一本密码学书籍,介绍了几种常用的加密方法-A good book on introduction to cryptography, introduces the commonly used method to realize several encryption algorithms
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:6.31mb
    • 提供者:丁少玲
  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
    • 文件大小:4.73mb
    • 提供者: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
    • 文件大小:215.8kb
    • 提供者:Albert
  1. introduction-to-algorithms-code

    1下载:
  2. 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
  3. 所属分类:source in ebook

    • 发布日期:2016-12-06
    • 文件大小:40kb
    • 提供者:骨头
  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
    • 文件大小:2.48kb
    • 提供者:袁鹏斐
  1. Visual C++数字图像处理技术详解(源代码)

    1下载:
  2. 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像
  3. 所属分类:书籍源码

    • 发布日期:2017-12-25
    • 文件大小:8.71mb
    • 提供者:sorra
搜珍网 www.dssz.com