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

搜索资源列表

  1. hafuman

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

    • 发布日期:2008-10-13
    • 文件大小:260371
    • 提供者:huangfeng
  1. hafuman

    0下载:
  2. 教你如何构造哈夫曼树的程序代码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1580
    • 提供者:凌飞
  1. huffman

    0下载:
  2. 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:3814
    • 提供者:张高
  1. haffmantree

    0下载:
  2. ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3998
    • 提供者:罗罗
  1. huffmanbianmayimaqi

    0下载:
  2. 构造每个字符的哈夫曼编码,选出树中两个权值最小的结点-Construction of the Huffman coding for each character, the right to elect two tree node the smallest value
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:黄啸尘
  1. huffmantree

    0下载:
  2. 从哈夫曼树定义及算法出发,介绍了如何构造哈夫曼树,重点对哈夫曼树三种应用进行了详细讨论。-Huffman tree and from the definition of the starting algorithm, describes how Huffman tree structure, with a focus on the Huffman tree for the three applications discussed in detail.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:64774
    • 提供者:王超
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012
    • 提供者:柏德胜
  1. Huffman

    0下载:
  2. 包含哈夫曼树的构造过程,以及生成哈夫曼编码。-Contains the Huffman tree construction process, and generate the Huffman coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:163839
    • 提供者:wang
  1. yuesefuhuan

    0下载:
  2. 哈弗曼编译码器,统计字符,构造边哈夫曼树,压缩编码和解压缩-Ha Fuman codec, statistical character, structure side of Huffman tree compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:214231
    • 提供者:fgh
  1. huffman

    0下载:
  2. huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:345379
    • 提供者:rex
  1. haffman

    0下载:
  2. 该应用程序描述了哈夫曼树的构造 能把一段英文包括空格按照哈夫曼树压缩 也能根据字符出现频率来解压缩-The application describes a Huffman tree structure can include a space in accordance with the Huffman tree compression can also be based on the occurrence frequencies of characters to extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:57299
    • 提供者:yi
  1. HFMHFM

    0下载:
  2. 通过哈夫曼树,构造最优树,减小编码长度并压缩,达到压缩解压缩的功能-By Huffman tree, the optimal structure of the tree, reducing the length and compression coding to achieve compression and decompression functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3537
    • 提供者:
搜珍网 www.dssz.com