CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 树遍历

搜索资源列表

  1. SJ20

    0下载:
  2. 求树的中序遍历,运用的方法是用非递归的算法来做的.-for tree traversal sequence were used method is the use of non - recursive algorithm very consistent.
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1.19kb
    • 提供者:tom
  1. humanshu

    0下载:
  2. 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:647byte
    • 提供者:tom
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254.27kb
    • 提供者:huangfeng
  1. 树遍历

    0下载:
  2. 有关树的遍历问题-the tree traversal issue
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:meng
  1. haffmanbianma

    0下载:
  2. 哈夫曼编码器,使用前序、中序、后序遍历哈夫曼树
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.34kb
    • 提供者:fish
  1. compress_software

    0下载:
  2. 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:465.52kb
    • 提供者:wangmin
  1. huff

    0下载:
  2. huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:4.53kb
    • 提供者:wc
  1. huffman

    0下载:
  2. 利用c语言编写huffman树的遍历,质量绝对高的啦 -Using c language graph traversal, quality is absolutely high-
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:564byte
    • 提供者:xingyuansky
  1. Haffman

    0下载:
  2. 一款Haffman编码!现代的压缩技术都是以它为基础!这些代码对文件的导入,算法,构建一棵树,遍历一棵树,最优解都有非常打得好处!能够很好的压缩txt文件!也能解码!是原来的四分之一大小到七分之一大小。真的很不错!-A Haffman coding! Of modern compression technologies are based on it! These codes into the document, the algorithm to construct a tree, traver
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:214.92kb
    • 提供者:hujunlong
  1. lab2

    0下载:
  2. 数据结构 二叉树的建立,前序中序,后续遍历,还有非递归算法-Bitree create
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:534.84kb
    • 提供者:ice
  1. huffman

    0下载:
  2. huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-27
    • 文件大小:53kb
    • 提供者:dawn
  1. erchashu

    0下载:
  2. 中序遍历二叉树,实现递归和非递归的算法程序-zhongxu bianli erchashu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3.68kb
    • 提供者:马超
  1. winFM

    0下载:
  2. 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:78.04kb
    • 提供者:林冬冬
  1. huffman.tar

    0下载:
  2. 能遍历一个文件生成哈夫曼树,并生成哈夫曼编码-Traverse a file generated Huffman tree, and generate the Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:6.09kb
    • 提供者:游博杰
  1. erchashu5876

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:673byte
    • 提供者:Grape
  1. BiTree

    0下载:
  2. 实现二叉树的递归前序、中序、后序和非递归前序遍历-Recursive binary tree preorder, inorder, postorder and non-recursive preorder traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:232.73kb
    • 提供者:猪猪
  1. main

    0下载:
  2. 哈夫曼树,二叉哈夫曼树的建立(两种方式),以及三种遍历方式(递归与非递归)-The haffman tree, the creation of the binary hafman tree (two ways), and the three ways of traversing (recursion and non-recursion)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-18
    • 文件大小:2kb
    • 提供者:cheese
搜珍网 www.dssz.com