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

搜索资源列表

  1. huffman

    0下载:
  2. 比较简单的C++程序来实现huffman的压缩算法,-A simple C++ procedures to implement the huffman compression algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6441864
    • 提供者:卢小杰
  1. Huffman_Arithmetic

    0下载:
  2. 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:19381
    • 提供者:普明
  1. huffman

    0下载:
  2. huffman编码压缩,内有许多压缩文件,可以自己尝试,工作环境是VxWorks,使用Tornado编译-huffman coding compression, there are a number of compressed file, you can try, work environment is VxWorks, use the Tornado compiler
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:33627
    • 提供者:
  1. Huffman

    0下载:
  2. 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:3811025
    • 提供者:Jim
  1. packer

    0下载:
  2. 这是我用C语言写的一个很好的打包程序,压缩软件就是这样的原理,理解了这个程序,下一步你就可以写一个压缩软件。 功能: 1.能把若干个任何类型的小文件打包到一个大文件中。 2.可以查询打包后的大文件里包含哪些小文件,以及每个小文件的大小。 3.可以原样不变地解压出来。 如果你再加入一段Huffman代码就成为一个小型压缩软件了-This is one I used the C language to write the package procedures, functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:137343
    • 提供者:在路上
  1. huffman

    0下载:
  2. 霍夫曼编码,是离散余弦编码的一种,当各离散样值概率为2的幂时,压缩编码达到极限熵-Huffman code is encoded as a discrete cosine, discrete sample value when the probability of power 2 hours, reached the limits of entropy coding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. Huffman Algorithm: 用于文字压缩,通信等领域,是算法学习的必学章节-Huffman Algorithm: Being used in compressed area
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1189526
    • 提供者:荆江
  1. Huffman

    1下载:
  2. MATLAB编写的huffman编解码程序,程序中计算了压缩比。-MATLAB prepared huffman codec procedures, procedures to calculate the compression ratio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3733
    • 提供者:胡婕
  1. huffman

    0下载:
  2. java 实现的 huffman 编码 ,可用于图像压缩-huffman encode
  3. 所属分类:Java Develop

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

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:13036
    • 提供者:dyg
  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
    • 文件大小:815858
    • 提供者:郭峰
  1. Huffman_Compress

    0下载:
  2. Huffman对文本文件编码压缩测试,可对文本文件进行简单Huffman编码,平均压缩比率为2/3.-Huffman Code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1512201
    • 提供者:凃螣霄尧
  1. huffman

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

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

    0下载:
  2. 本程序实现了哈夫曼编码,可以应用在图像处理中压缩图像,属于无损压缩!-huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1741
    • 提供者:代江艳
  1. huffman

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

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

    0下载:
  2. 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44694
    • 提供者:吴旭
  1. a

    0下载:
  2. huffman 压缩,应用haffman树进行,压缩和解压缩,压缩率很好。-huffman compression, application haffman tree, compression and decompression, compression rates are good.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1550
    • 提供者:lihong
  1. JPEG

    0下载:
  2. JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8342472
    • 提供者:yangcaodie
  1. Huffman

    0下载:
  2. 用c编写的Huffman压缩解压程序,压缩的效果还不错-With c written Huffman compression decompression procedure, compression results were pretty good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:392217
    • 提供者:罗方
  1. huffman

    0下载:
  2. 哈弗曼编码的实现,可以对一定的二进制数据尽兴压缩编码-Havermann code implementation, can be thoroughly enjoyed themselves a certain degree of binary data compression coding
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:12454
    • 提供者:邹龙明
« 1 23 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com