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

资源列表

« 1 2 ... .10 .11 .12 .13 .14 315.16 .17 .18 .19 .20 ... 2673 »
  1. BFS_DFS

    0下载:
  2. BFS and DFS algorithm on graph (realization graph)
  3. 所属分类:Data structs

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

    0下载:
  2. 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序(选作) 7、归并排序(选作) 8、基数排序(选作) 9、其他 -Using a simple array to achieve the following various sorting algorithms, and compared. Sorting algorithm: 1, 2, inse
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:935.24kb
    • 提供者:莫凡
  1. 哈夫曼编码在文件压缩中的应用

    2下载:
  2. 哈夫曼编码在文件压缩中的应用。能用哈夫曼编码进行文件压缩~
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:935.02kb
    • 提供者:刘旭
  1. 2010011179_e6

    0下载:
  2. 学生成绩管理系统 数据结构二叉树实现。C++编程语言-the manage of the student s grade.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:934.99kb
    • 提供者:chenjiu
  1. Figure-three-matrix

    0下载:
  2. 图的三种矩阵表示(包括构造无向图的关联矩阵和有向图的关联、邻接、可达矩阵)-Figure three matrix (including the associated undirected graph structure matrix and the associated directed graph, adjacency, reachability matrix)
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:934.4kb
    • 提供者:
  1. beibao_fei_digui

    0下载:
  2. 背包问题的非递归程序,希望大家能用的上。-I don t know.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:934.06kb
    • 提供者:飞哥
  1. LZW

    0下载:
  2. LZW压缩与解压 修改LZW压缩和解压的程序,完成下述要求: 1. 每完成xkbytes的文本压缩/解压,重新初始化码本(code table)。此过程可以看作是码本对文本内容的自适应调整过程,每编码部分文本后,码本重新初始化并根据后续文本内容生成,可以获得更好的压缩率。 2. 测试给出的文本文件,需要测试的x取值范围{10, 20, 30, 40, 50},并对比五种取值的压缩/解压效果(包括压缩率和压缩时间等)。程序参数需添加x,例如调用“Compress text 30”
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:934.02kb
    • 提供者:酉永松
  1. project

    0下载:
  2. 数据结构里面的栈的性质的代码,包括栈顶共享栈,出栈,入栈-Data structure inside the stack nature of the code, including stack shared stack, stack, stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:933.54kb
    • 提供者:孙文胤
  1. heap

    0下载:
  2. 堆排序,对堆排序的简单实现,可以参考学习。-Heap sort, heap sort for a simple implementation, you can refer to learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:933.39kb
    • 提供者:谢佳桦
  1. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:932.77kb
    • 提供者:lixiang
  1. WorkAssignment

    0下载:
  2. 算法设计与分析中,用回溯法解决工作分配问题,有较详细的源码解析。-Algorithm design and analysis, the distribution of work by backtracking to solve the problem, there is a more detailed source code analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:932.66kb
    • 提供者:刘颖
  1. N-huanghou

    0下载:
  2. 人工智能中的经典算法之一。对问题的多个分支选择一支进行探索,当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择 回溯法适合用栈实现。探索过程当中入栈,退栈时返回分支选择的现场 -One of the classic algorithms in artificial intelligence. Multiple branches of the problem, choose one to explore, explore a step that the original
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:931.8kb
    • 提供者:
« 1 2 ... .10 .11 .12 .13 .14 315.16 .17 .18 .19 .20 ... 2673 »
搜珍网 www.dssz.com