虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

HuffMan

  • 哈弗曼编码

    哈弗曼编码,HuffMan编码,很好的喔

    标签: 编码

    上传时间: 2017-04-04

    上传用户:wlcaption

  • 为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating F

    为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating FDR 等编码更高的压缩率,其解码器也较简单、 易实现,且能有效地降低硬件开销1 与Selective HuffMan , CDCR 编码相比,PTIDR 编码能够得到较高的压缩率面积 开销比1 特别地,在差分测试集中0 的概率满足p ≥017610 时,PTIDR 编码能取得比FDR 编码更高的压缩率,从而 降低芯片测试成本1

    标签: PTIDR Alternating EFDR 编码

    上传时间: 2013-12-02

    上传用户:yyyyyyyyyy

  • 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图

    摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(HuffMan)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。

    标签: JPEG FPGA 实现方法 监控系统

    上传时间: 2013-12-25

    上传用户:410805624

  • 数据压缩

    数据压缩,c语言,HuffMan编码,vc实现

    标签: 数据压缩

    上传时间: 2013-12-19

    上传用户:wang0123456789

  • Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWav

    Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWavelets Toolbox and show you how to use it to load images. Some basic image manipulation is illustrated as well. You will also learn how to use measures and tools such as cumulative energy, entropy, PSNR, and HuffMan coding. Help on the DiscreteWavelets Toolbox Help for the toolbox is available by clicking on Help and then Product Help (or press F1) and then clicking on the DiscreteWavelets Toolbox. Several demos and examples are available as well by clicking on the Demos tab on the Help menu. Image Basics The DiscreteWavelets Toolbox comes with 18 grayscale images and 9 color images for you to use. There are three functions available to tell you more about these images. The first function is called |ImageList|. This function can tell you the names and sizes of the digital images in the Toolbox.

    标签: introduction DiscreteWav Objectives notebook

    上传时间: 2017-06-30

    上传用户:康郎

  • 功能:多线程、E-mail转发、自动隐藏

    功能:多线程、E-mail转发、自动隐藏,HuffMan、JPEG压缩,全屏、指定区域或最前窗口抓图,窗口或全屏控制方式,彩色或黑白显示,修改注册表、取密码、记录键盘信息等等。 缺点:控制端在WIN98下运行,每抓一幅图会吃掉几十K内存,不知道为什么,在WIN2000下运行没有发现这种情况,知道原因请通知我。E-mail:KelvinSpace@21cn.com Regedit:HKEY_CURRENT_CONFIG/CtrlSrvr设置E-MAIL地址等,电邮密码写在程序中(TVB) 服务端密码:TVB123(注意大小写)

    标签: E-mail 多线程 自动

    上传时间: 2014-08-26

    上传用户:fhzm5658

  • 本程序运用C语言中结构化程序的思想

    本程序运用C语言中结构化程序的思想,将程序分为函数模块的方法逐一实现。程序分为2个函数模块HuffMan(tree1)、HuffManCODE(code1,tree1),和主体函数main;程序结构清楚,运行正常,正常实现哈夫曼编码。

    标签: 程序 C语言

    上传时间: 2017-07-28

    上传用户:lingzhichao

  • 图像JPEG压缩算法

    图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由HuffMan编码完成算法

    标签: JPEG 图像 压缩算法

    上传时间: 2014-11-24

    上传用户:haohaoxuexi

  • Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all int

    Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all interno di moduli base indipendenti consentono a questo programma di mostrare il loro utilizzo e le loro performances, ecco elencati alcuni di essi : base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix128/flatter/ HuffMan/lzw/lzs/rle/lbe/hash/vbc/scrambler, e tanti tanti altri.

    标签: compressione interessati algoritmi miniera

    上传时间: 2013-12-16

    上传用户:时代电子小智

  • 这是一个用于的压缩与解压的源代码

    这是一个用于的压缩与解压的源代码,可以用于中英文等文字的压缩,此源代码主要用到了HuffMan算法

    标签: 解压 源代码

    上传时间: 2013-12-18

    上传用户:xinzhch