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

搜索资源列表

  1. 数据压缩_

    0下载:
  2. 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:47.14kb
    • 提供者:李春光
  1. hfm

    0下载:
  2. 霍夫曼压缩解压缩算法-Huffman compression decompression algorithms
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:42.95kb
    • 提供者:陈建湘
  1. huofuman

    0下载:
  2. 利用VC++开发的霍夫曼压缩编码算法,很有用的哦
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.96kb
    • 提供者:梁子旭
  1. ImageCompressed.rar

    2下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大,The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:165.13kb
    • 提供者:tianjieyu
  1. Huffman

    0下载:
  2. 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:10.8kb
    • 提供者:zk
  1. LM_huffman

    0下载:
  2. 本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比-This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.12kb
    • 提供者:wan liang
  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
    • 文件大小:3.63mb
    • 提供者:Jim
  1. haffuman

    1下载:
  2. 图像处理中压缩编码部分的霍夫曼编码应用实例:MATLAB版源代码-Image Processing coding part of the Huffman code application examples: MATLAB version of the source code
  3. 所属分类:压缩解压

    • 发布日期:2017-05-18
    • 文件大小:1012byte
    • 提供者:刘兰芳
  1. MZ

    0下载:
  2. MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:952.02kb
    • 提供者:张继红
  1. haffuman

    0下载:
  2. 霍夫曼压缩算法,针对图像压缩,绝对好用,不信试试。-Huffman compression algorithm for image compression, the absolute ease of use, not to try.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:12.88kb
    • 提供者:龚锐
  1. Huffman_compress

    0下载:
  2. 霍夫曼压缩例子,使用树结构,适合学习之用。-The sample of Huffman Compress...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:124.43kb
    • 提供者:xxx
  1. Huffman

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

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

    1下载:
  2. 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-06
    • 文件大小:2kb
    • 提供者:洋小子
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.14kb
    • 提供者:Alex
  1. imagecompression

    0下载:
  2. 有损图像压缩的matlab程序实现,通过dct变换,霍夫曼编码,译码,比较压缩后图像与原图。-lossy image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.56kb
    • 提供者:高天博
  1. huffman4

    0下载:
  2. 霍夫曼压缩程序,内建霍夫曼树,利于初学者掌握压缩的原理-Huffman compression procedure, built-in Huffman tree, which will help beginners to master the principles of compression
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.69kb
    • 提供者:polochen
  1. 霍夫曼压缩

    0下载:
  2. Matlab 根据霍夫曼进行的图像压缩程序,适合做图像的过来参考下
  3. 所属分类:matlab例程

    • 发布日期:2013-05-05
    • 文件大小:32.53kb
    • 提供者:zzw225@126.com
  1. EXP6_Compress

    1下载:
  2. 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:5kb
    • 提供者:ShirleyQ1543
  1. 霍夫曼编码

    0下载:
  2. 对文本内容进行霍夫曼编码,以实现文本的压缩。(The text content is encoded by Hoffman to compress the text.)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:aphroham
  1. HuffManSLN (1)

    0下载:
  2. 霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbols (such as file in a letter) f
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:861kb
    • 提供者:one1234
« 12 3 4 5 6 »
搜珍网 www.dssz.com