CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 算法

搜索资源列表

  1. LSB

    0下载:
  2. 实现LSB算法在BMP图像中嵌入秘密信息-LSB algorithm to achieve the image in BMP secret information embedded in
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:4412
    • 提供者:雷震
  1. RailwayRequest

    1下载:
  2. 数据结构大作业,用控制台程序实现全国铁路查询系统,迪杰斯特拉算法-Railway Request
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:75086
    • 提供者:王希
  1. dijiesiktra

    0下载:
  2. 按路径长度递增次序产生最短路径算法:   把V分成两组:   (1)S:已求出最短路径的顶点的集合   (2)V-S=T:尚未确定最短路径的顶点集合   将T中顶点按最短路径递增的次序加入到S中,   保证:(1)从源点V0到S中各顶点的最短路径长度都不大于   从V0到T中任何顶点的最短路径长度   (2)每个顶点对应一个距离值   S中顶点:从V0到此顶点的最短路径长度   T中顶点:从V0到此顶点的只包括S中顶点作中间   顶点的最短路径长度 -
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:853
    • 提供者:马值
  1. 61008224-Exp12_Sort

    0下载:
  2. 各种分类搜索算法实例,可以应用于数学建模-Examples of various categories search algorithm can be applied mathematical modeling
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5958
    • 提供者:hyp
  1. SortAlgorithm

    0下载:
  2. 各种排序算法,经典的选择,冒泡,堆,归并,插入排序-Various sorting algorithms, the classical selection, bubble, heap, merge, insertion sort
  3. 所属分类:Console

    • 发布日期:2017-03-25
    • 文件大小:884326
    • 提供者:张前东
  1. maze

    0下载:
  2. 这是一个迷宫算法 利用栈的性质 而且还有界面演示 主要是练习动态链接库-This is a maze algorithm uses the stack but also the nature of the interface is mainly practice demonstrates the dynamic link library
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:434555
    • 提供者:中一
  1. GA

    1下载:
  2. GA遗传算法,C语言遗传算法程序 C语言遗传算法程序-GA
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:48997
    • 提供者:胥胜林
  1. BinaryTree

    0下载:
  2. 学习数据结构课程中二叉树基本操作算法实现-Binary Tree
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:112207
    • 提供者:海洋
  1. BiSortTree

    0下载:
  2. 在学习数据结构课程是二叉排序树的基本操作算法实现-binary sort tree
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:98338
    • 提供者:海洋
  1. Graph

    0下载:
  2. 在学习数据结构课程是图的操作基本算法实现-graph
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:203242
    • 提供者:海洋
  1. HuffmanCoding

    0下载:
  2. 在学习数据结构课程是哈夫曼编码的操作基本算法实现-Huffman
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:200377
    • 提供者:海洋
  1. word_match

    0下载:
  2. 单词查找程序,包括带通配符的查找,算法采用了正则表达式。-Word search program, including with wildcard search, the algorithm using regular expressions.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1886
    • 提供者:fangshijie
  1. MyExplorerDll

    0下载:
  2. 利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achieve the main ideas without hav
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1235607
    • 提供者:bob
  1. 57578885Horse

    0下载:
  2. 实现了跳马的回溯算法,做了一定程度的优化,在一定范围内实现了剪枝操作,速度较快。但当棋盘较大时速度会下降得很快。-Backtracking algorithm to achieve the vault, do a degree of optimization, in a certain range to achieve the pruning operation, faster. But when the board is large rate will drop rapidly.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:157391
    • 提供者:zgx
  1. accelerate

    0下载:
  2. pagerank算法,由链接结构得出pagerank排名-pagerank algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2167
    • 提供者:hezj
  1. juzhen

    0下载:
  2. 数据结构中关于图的应用,涉及到遍历,查询,Prim算法等-Data structure on the Charts, involves traversal, query, Prim algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:2331
    • 提供者:苏庆贺
  1. sort2

    0下载:
  2. 一个数组排序算法C++代码,vc6中实现-An array sorting algorithm C++ code, vc6 to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:25747
    • 提供者:forminw
  1. Apriori

    0下载:
  2. 主要是自定义实现了数据挖掘的Apriori算法,能够挖掘频繁N项集等,主要是算法的实现,没有更多界面的东西-Achieved mainly custom data mining Apriori algorithm, to mining frequent itemsets and so N is mainly algorithm, no more interface stuff
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2349314
    • 提供者:iotmoc
  1. sort

    0下载:
  2. 一个最全面的排序程序,其中包括了目前几乎所有常用的排序算法的实现,包括冒泡排序,简单交换排序,希尔排序,堆排序,直接插入排序,折半插入排序,2-路插入排序,快速排序,堆排序,归并排序,并且总结了相应的时间复杂度和空间复杂度-A sort algorithm that contains the bubble sort,simple swap sort,straight insert sort,binary insert sort,shell sort,quick sort,heap sort ,m
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:4183
    • 提供者:刘中燕
  1. Lzma_sourcecode

    0下载:
  2. 国际流行的lzmw 算法源代码 非常好用-lzmw sourcecode
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:185934
    • 提供者:jin
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com