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

搜索资源列表

  1. huffman

    1下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:131505
    • 提供者:林雨寒
  1. tuxiangyasuo

    0下载:
  2. bmp图像压缩 用哈夫曼算法实现的哦 很常用的
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:61879
    • 提供者:颜雪
  1. HuffmanTree

    0下载:
  2. 程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3273
    • 提供者:chen
  1. wshfm

    0下载:
  2. 用哈夫曼编码的思想对数据进行压缩-Huffman coding used to the idea of data compression
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:293969
    • 提供者:runnerupshi
  1. Haffman_Compress_and_Decompress

    1下载:
  2. 数据结构的一个作业,采用哈夫曼编码压缩及解压文件和文件夹。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5031
    • 提供者:WuMing
  1. compressor

    0下载:
  2. 该程序用VC实现了一个小型文件压缩与解压缩功能的程序,系统中使用静态二叉树,哈希表等数据结构,采用哈夫曼编码进行压缩与解压缩.
  3. 所属分类:压缩解压

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

    1下载:
  2. vc编写的基于哈夫曼的文件压缩程序,解压后即可运行,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:31561
    • 提供者:sbinxuan
  1. programme

    0下载:
  2. 最短路径算法C C++ 邻接矩阵实现 哈夫曼算法和哈夫曼树 RSA算法的C++实现 lzw压缩算法的c语言实现 计算日期程序(C语言)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9670
    • 提供者:陈晨
  1. Huffmancoding

    0下载:
  2. 哈夫曼编码的程序,哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2000
    • 提供者:蔡君
  1. HaffmanTree

    0下载:
  2. 程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5151
    • 提供者:心静止水
  1. comp

    0下载:
  2. 用哈夫曼编码实现对文件的压缩-Huffman coding used to achieve compression of the document
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4205
    • 提供者:路路
  1. Huffman1

    0下载:
  2. 本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩-the procedures provided Huffman coding compression functions, and to achieve the image file compression
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:21985
    • 提供者:徐亮
  1. shangbianma

    0下载:
  2. 对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4123363
    • 提供者:Claire
  1. Huffman

    0下载:
  2. 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:345298
    • 提供者:
  1. HuffmanZip

    0下载:
  2. 自己写的基于哈夫曼编码的压缩解压缩软件,这是我们的实习作业,老师给的评价很高哦-Write your own code based on Huffman compression and decompression software, which is our practical work, teacher assessment of high Oh
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-09
    • 文件大小:15948700
    • 提供者:yinquanchao
  1. HuffmanExp

    0下载:
  2. 用vc++编写的哈夫曼编码源代码。在进行图像压缩时非常实用。-With vc++ Prepared Huffman source code. In image compression very practical.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:2944213
    • 提供者:王军
  1. Huffuman_decoding

    0下载:
  2. 哈夫曼解码,主要应用于数字图像的压缩编码。-Huffman decoding, mainly used in digital image compression coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:孙红昭
  1. huffman

    0下载:
  2. 利用哈夫曼编码进行对已有文件进行压缩 在文件使用时,再对压缩文件进行解压缩.-Use Huffman encoding of existing files compression when used in the document, then extract the compressed file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:55286
    • 提供者:li
  1. HuffmanApp

    0下载:
  2. 这是huffman无损压缩简单压缩代码,能把txt文件成后缀为lf文件同时支持解压lf文件成txt文件!对自己理解哈夫曼树的理解很有用!(查资料做出来了的)-awefrwerfwerwerwerwer
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1083960
    • 提供者:杨斌
  1. FastHC

    0下载:
  2. 快速哈夫曼编码,压缩性能高于普通的算术编码。-Fast Huffman coding, compression performance than ordinary arithmetic coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:220564
    • 提供者:cristo
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com