CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 算法

搜索资源列表

  1. 队列相关的所有基本算法

    1下载:
  2. 队列相关的所有基本算法,西电的老师写的,与吴伟民数据结构课本完全一致,用C实现-cohort of all the basic algorithm, the West -- written by the teachers, and textbooks Xiulan WU Weimin data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12495
    • 提供者:李雷
  1. 外部排序的全部数据结构算法

    0下载:
  2. 外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:李雷
  1. 内部排序的主要算法及相关可实现程序

    0下载:
  2. 内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。-sequencing of all internal algorithm, but is related to the executable examples, including insertion sort, select, in order of ranking Hill, the quick sort, heap sort, merging sequencing, al
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13450
    • 提供者:李雷
  1. 腐蚀,膨胀,细化算法代码

    0下载:
  2. 腐蚀,膨胀,细化算法代码能够实现你想要的算法代码-corrosion, swelling, thinning algorithm code you want to achieve the algorithm code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15933
    • 提供者:王进强
  1. 实用算法的分析与程序设计

    0下载:
  2. 本书总结了历届国际奥林匹克竞赛(IOI)的试题特点及我国参赛选手的培训经验。书中许多例题取自历届大赛的试题及中国队选手的训练题目,针对问题讲解了解题的关键思路及如何灵活运用有关的算法知识。-the book summarizes the successive international Olympiad (IOI) and the characteristics of the questions my players training experience. Many examples from
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10832215
    • 提供者:石争辉
  1. Bellman-Ford算法

    1下载:
  2. Bellman-Ford算法 是最短路径算法的一种-Bellman-Ford algorithm is the shortest path algorithm of a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18719
    • 提供者:wc
  1. 组合数学算法

    0下载:
  2. 本书讲解了常见而且实用的组合数学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1-book on the common and practical portfolio mathematical algorithms can be used as algorithm analysis and design of supplementary reading materials is a good one book
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6653788
    • 提供者:喻林
  1. 图论算法

    0下载:
  2. 此书详细的介绍了各种流行和重要的图算法 识货的就下咯-book detailed account of a popular and important map know the quality of the algorithm on the basis of 1,10
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5240428
    • 提供者:喻林
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3257
    • 提供者:卢孝飞
  1. 哈夫曼算法源程序

    0下载:
  2. 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2009
    • 提供者:范铮
  1. 几何算法

    0下载:
  2. 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for triangle area, as judged strai
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3283
    • 提供者:阿娇
  1. 好几种有用的排序算法

    0下载:
  2. 是关于好几中有用的算法描述的很有用的-on several useful algorithm described in the very useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75173
    • 提供者:王pp
  1. 我自己做的四种排序算法

    0下载:
  2. 是关于好几种有用的排序算法的描述很有用的-on several useful algorithm descr iption very useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:321014
    • 提供者:王pp
  1. 银行家算法解决死锁

    0下载:
  2. 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-22
    • 文件大小:159577
    • 提供者:张学友
  1. 旅行商问题的动态规划算法

    0下载:
  2. bp算法的程序实现,可以任意只指定中间结点和输入输出节点的个数-bp algorithm program can only arbitrarily designated intermediate nodes and the input and output nodes Number
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8650
    • 提供者:紫荆
  1. c常用算法代码

    0下载:
  2. 本代码包包含有各种各样的常用算法代码,你可以在里面找到你所要的-the code packs containing a wide range of commonly used algorithm code, you can still find what you want
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:282097
    • 提供者:撒嗯
  1. 各种排序算法的C语言实现

    0下载:
  2. 各种排序算法的C语言实现,图形菜单,排序数随机生成.-various algorithm C language, graphic menu, ordering random number generation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2536
    • 提供者:Ppo
  1. 8皇后算法111

    0下载:
  2. 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2247
    • 提供者:YY
  1. 数字信号处理经典算法源代码

    0下载:
  2. 包含有各种各样的数字信号处理经典算法源代码,很有用的.-includes a wide variety of classical digital signal processing algorithm source code, very useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76371
    • 提供者:撒嗯
  1. 数值计算常用算法

    0下载:
  2. 由数值计算方法的一些常用算法,其中包括一些数值拟和-by numerical calculation of some common algorithms, including some numerical fitting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16634
    • 提供者:胡文明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com