CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - huffman实现文件压缩

搜索资源列表

  1. huffman_algorithm

    0下载:
  2. VC写的huffman压缩算法,包括数据流以及文件方式实现的huffman数据压缩算法-huffman compression algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:74532
    • 提供者:ting yang
  1. huffman

    0下载:
  2. 利用huffman原理实现对文件的压缩,希望有帮助。-Principle to achieve the document using huffman compression, want to help.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:502320
    • 提供者:xiaolu
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. hfm

    0下载:
  2. 用哈夫曼编码实现文件的压缩和解压! C语言版的-Huffman Coding with file compression and decompression! C language version! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3018
    • 提供者:zhangsan
  1. huffmancode

    0下载:
  2. 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:150696
    • 提供者:LiLei
  1. huff

    0下载:
  2. 在Linux下实现哈夫曼树实现文件压缩- Huffman tree for file compression
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3992
    • 提供者:肖七七
  1. huffman

    0下载:
  2. 哈夫曼编码实现文件压缩 包含有源代码 备注简明-Huffman coding technique to realize zip file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:24199
    • 提供者:郑亦哲
  1. Huffman

    0下载:
  2. 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:2493
    • 提供者:王大可
  1. Huffman

    0下载:
  2. 实现了huffman编码的程序, 可以实现对文本文件的压缩与解压, 具有演示的功能, 界面比较友好-Huffman coding procedures with the functionality of the demo, the interface is more friendly
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1314
    • 提供者:王王王
  1. Myhufftree1

    0下载:
  2. 用Huffman树实现文件压缩,等到较高的压缩率,用VC++实现。-File compression Huffman tree until a higher compression ratio, achieve with VC++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:278876
    • 提供者:刘建红
  1. Huffman

    0下载:
  2. 以huffman编码方式对文本文件进行无损压缩,并可以实现解压还原文件。-In huffman encoding for lossless compression of text files, and can achieve unzip restore files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1037524
    • 提供者:yxt
  1. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1277534
    • 提供者:phoebe
  1. HuffmanTree

    0下载:
  2. 一个哈夫曼编码的c++实现,亲测可用,可压缩各类文件-A Huffman coding c++ achieve pro-test available, compressible various documents
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3457
    • 提供者:zhangyu
  1. haffuman

    1下载:
  2. 基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4089
    • 提供者:肖娜
  1. huffman

    0下载:
  2. 利用huffman编码实现文件的压缩解压缩并计算压缩率。-Use huffman coding realize the decompressed file compression and calculate the compression ratio.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1819586
    • 提供者:Bao
  1. compress

    0下载:
  2. 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:3566645
    • 提供者:
  1. huffman压缩

    0下载:
  2. 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)
  3. 所属分类:其他

搜珍网 www.dssz.com