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

搜索资源列表

  1. huffman

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

    • 发布日期:2008-10-13
    • 文件大小:128.42kb
    • 提供者:林雨寒
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:56.88kb
    • 提供者:包尔林
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:263.04kb
    • 提供者:罗天银
  1. Huffman

    0下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write docu
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:796.74kb
    • 提供者:郭峰
  1. huffman

    0下载:
  2. huffman算法,c++编程语言实现,程序功能:实现文件的解压缩-huffman algorithm, c++ programming language, the program features: Extract the files ... ...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:3.38kb
    • 提供者:jay
  1. data

    2下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:157.71kb
    • 提供者:yanyumeng
  1. huffman

    0下载:
  2. 采用哈夫曼编码思想实现文件的压缩和恢复功能,并提供压缩前后的占用空间之比。 要求: (1)描述压缩基本符号的选择方法。 (2)运行时的压缩原文件的规模不小于5K。 (3)提供恢复文件与原文件的相同性对比功能。 -huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3.07kb
    • 提供者:loseheaven
  1. huffman_compress

    0下载:
  2. 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.65mb
    • 提供者:刚娃子
  1. Huffman

    1下载:
  2. 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:6.06kb
    • 提供者:renyuanfang
  1. huffman

    0下载:
  2. 一个用哈弗曼树实现的文件压缩解压程序 有兴趣的来-To achieve a tree with Havermann file compression decompression procedures are interested to see
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:12.29kb
    • 提供者:张鸿志
  1. Huffman

    0下载:
  2. 实现文件压缩编码,利用哈弗曼编码原理来进行对文件的压缩。-For file compression, using Havermann coding theory to carry out the file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105.12kb
    • 提供者:独青松
  1. Huffman

    0下载:
  2. JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
  3. 所属分类:Java Develop

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

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

    • 发布日期:2017-11-29
    • 文件大小:23.63kb
    • 提供者:郑亦哲
  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-05
    • 文件大小:2.43kb
    • 提供者:王大可
  1. Huffman

    0下载:
  2. 利用Huffman编码实现文件压缩解压的算法,改源码为C++面向过程的。主要是由函数组成,包括主函数、压缩函数、解压函数、界面函数。-Use Huffman encoding for file compression and decompression algorithms, change-oriented C++ source code for the procedure. It is mainly made up of functions, including the main functi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.09kb
    • 提供者:XCK
  1. huffman压缩

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

  1. Huffman tree

    0下载:
  2. 分离的哈夫曼压缩和解压功能,通过建哈夫曼树实现文件压缩和解压功能(The split Hoffman compression and decompression function, by building Hoffman tree to implement the file compression and decompression function)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:382kb
    • 提供者:plasticine
  1. hufzip-master

    0下载:
  2. 使用huffman编码实现文件压缩与解压缩(Using Huffman coding to implement file compression and decompression)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:2.84mb
    • 提供者:zhanyoyo
  1. huffman

    0下载:
  2. 哈夫曼树实现文件的压缩解压,数据结构课设作业(Compressing and decompressing files)
  3. 所属分类:压缩解压

  1. huffman实现文件压缩

    0下载:
  2. huffman实现文件压缩,Huffman implementation of file compression(Huffman implementation of file compression)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-23
    • 文件大小:2kb
    • 提供者:zjk123qnm
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com