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

搜索资源列表

  1. DCT

    0下载:
  2. JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫曼编码方法。 -JPEG standard specif
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1177
    • 提供者:yxl
  1. yuesefuhuan

    0下载:
  2. 哈弗曼编译码器,统计字符,构造边哈夫曼树,压缩编码和解压缩-Ha Fuman codec, statistical character, structure side of Huffman tree compression and decompression
  3. 所属分类:Compress-Decompress algrithms

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

    1下载:
  2. 实现哈夫曼编码的matlab程序,可用于图像压缩处理,还可以计算出压缩率。-Matlab program to achieve Huffman coding can be used for image compression, the compression ratio can be calculated.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2312
    • 提供者:高菲
  1. hafuman

    0下载:
  2. 哈夫曼编码流程,有伪代码,具体实现了图像压缩练习和程序实现。-Huffman coding process, a pseudo-code, the implementation of the practice and procedures to achieve image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7654
    • 提供者:上官光华
  1. Huffmanbianma

    0下载:
  2. VC++图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩-VC++ image processing source code, demo program provides Huffman coding method of compression and decompression functions, and realize the image compression and decompression of files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:194132
    • 提供者:上官光华
  1. huff

    0下载:
  2. 哈夫曼算法实现图片的压缩,图片有前后对比。-Huffman algorithm image compression,
  3. 所属分类:Special Effects

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

    0下载:
  2. 关于哈夫曼算法的讲解,并实现简单的图象的变换。包含图像的压缩,基本坐标的变换,滤波,锐化,直方图变换等等。- Explained on the Huffman algorithm, and simple image transformations. Include image compression, the basic coordinates of the transformation, filtering, sharpening, histogram and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:20782
    • 提供者:朱鹮
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. Huffman

    0下载:
  2. Huffman编码实现文本文件压缩,实现最基本的哈夫曼编码,对文件进行两次扫描,第一次统计概率,第二次进行编码。压缩和解压缩时分别重新建立树,重新编码,以减小压缩后文件大小。-Huffman Coding a text file compression, Huffman coding to achieve the most basic, two scans of documents, the first statistical probability, and the second encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2558016
    • 提供者:刘姗
  1. FileCompress

    0下载:
  2. VS2010 哈夫曼编码压缩文件的实现 , 没什么东西能传的。-VS2010 implementation of Huffman encoding files, Nothing can pass the.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1671751
    • 提供者:spy
  1. hufuman

    0下载:
  2. 基于哈夫曼编码的文件压缩和解压小程序,已经通过验证,可以有效进行文件的压缩和解压-Huffman coding based file compression and decompression of small programs have been verified, you can effectively compress and decompress the file! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:788030
    • 提供者:林雨雄
  1. xinxi

    0下载:
  2. 哈夫曼编码,基于MFC开发。哈夫曼编码为熵编码中的最佳方法之一,广泛用于各种数据压缩技术中。-Huffman coding, based on the MFC. Huffman coding for entropy coding one of the best ways, for a wide variety of data compression technology.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1876957
    • 提供者:chenxin
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法及其应用 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145465
    • 提供者:陈庆
  1. HuffCode

    0下载:
  2. 哈夫曼树的压缩与解压 源码程序 显示了如何创建哈夫曼树及压缩方法-Huffman tree compression and decompression program shows how to create a source tree and the Huffman compression method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:1001
    • 提供者:zhangzhen
  1. Huffman

    0下载:
  2. 利用哈夫曼树对asc码文件进行编码 压缩解压 VC6.0编的-Use Huffman code tree for the asc file encoding decompression VC6.0 compiled
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼文件位压缩 可就算压缩率 压缩速度 压缩时间-Huffman compression can even compress the file bit rate compression speed compression time
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5445
    • 提供者:ZL
  1. myhuffman

    0下载:
  2. 基于哈夫曼编码的利用字节流压缩任意文件的一个小程序。是我做数据结构课程设计的一个Project。 只要把要压缩的文件放在工程文件夹目录下,压缩时输入文件名(别忘了带后缀)就好了。-Huffman coding based on the use of any byte stream compressed file is a small program. I do a data structure curriculum design Project. As long as the compresse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1465655
    • 提供者:肖剑博
  1. huffman

    0下载:
  2. 自适应(或动态)哈夫曼算法取消了统计,可在压缩数据时动态调整哈夫曼树,这样可提高速度。因此,哈夫曼编码效率高,运算速度快,实现方式灵活。-Adaptive (or dynamic) Huffman algorithm to cancel the statistics, the data can be dynamically adjusted in the compressed Huffman tree, which can improve speed. Therefore, the Huffma
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  1. RemoteControl

    0下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:185465
    • 提供者:A
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com