登录
首页 » Visual C++ » EZW2

EZW2

于 2008-06-26 发布 文件大小:879KB
0 227
下载积分: 1 下载次数: 23

代码说明:

  利用零树小波的概念,完成了对静态图像的编码与解码,经过调试的。(The use of the concept of zerotree wavelet completed on the static image encoding and decoding, after debugging.)

文件列表:

EZW2
....\ARICACM.C
....\ARICACM.H
....\BITIO.C
....\BITIO.H
....\Debug
....\EZW
....\...\Debug
....\...\EZW.DEP
....\...\EZW.DSP
....\...\EZW.DSW
....\...\EZW.MAK
....\...\EZW.ncb
....\...\EZW.OPT
....\...\EZW.PLG
....\...\EZW.sln
....\...\ezw.vcproj
....\...\ezw.vcproj.213407DCE9B0456.Administrator.user
....\...\ezw.vcproj.MICROSOF-D02D68.new.user
....\...\_tmp_project.h
....\EZW.C
....\EZW.H
....\EZW2.DSW
....\EZW2.ncb
....\EZW2.OPT
....\EZW2.sln
....\FILTER.C
....\FILTER.H
....\GLOBAL.C
....\GLOBAL.H
....\IMAGE.C
....\IMAGE.H
....\MAP.C
....\MAP.H
....\MEM.C
....\MEM.H
....\MEMCHK.C
....\MEMCHK.H
....\STAT.H
....\subbandsymbol.c
....\subbandsymbol.h
....\UNEZW
....\.....\Debug
....\.....\UNEZW.DEP
....\.....\UNEZW.DSP
....\.....\UNEZW.DSW
....\.....\UNEZW.MAK
....\.....\UNEZW.ncb
....\.....\UNEZW.OPT
....\.....\UNEZW.PLG
....\.....\unezw.vcproj
....\.....\unezw.vcproj.213407DCE9B0456.Administrator.user
....\.....\unezw.vcproj.MICROSOF-D02D68.new.user
....\.....\UpgradeLog.XML
....\.....\_tmp_project.h
....\.....\_UpgradeReport_Files
....\.....\....................\UpgradeReport.css
....\.....\....................\UpgradeReport.xslt
....\.....\....................\UpgradeReport_Minus.gif
....\.....\....................\UpgradeReport_Plus.gif
....\UNEZW.C
....\WAVELET.C
....\WAVELET.H
....\wtransform.c
....\wtransform.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • les-2
    采用LBM+LES方法编制 了计算程序.首先计算了湍流平板附面层解,用来校对程序的正确性,结果表明计算值和理论值符合得很好.然后计算了亚音可压缩的湍流后台阶流以及超音湍流的 后台阶流.(LBM+LES simulation of flow)
    2015-12-06 12:28:11下载
    积分:1
  • ya_shuo
    一个可以简单的压缩小程序,是利用游程编码原理(One can simply compress small program is the use of run-length coding theory)
    2014-12-18 14:06:52下载
    积分:1
  • reliability-assessment
    电力输发电系统可靠性评估程序 解析法 系统数据在压缩包里(Power transmission and generation system reliability evaluation process analytical method system data compression bag)
    2020-09-01 09:28:09下载
    积分:1
  • FDR-COMPRESS
    一种改进的方案,它针对硬故障集的特点利用指示频率连续长度码(FDR码)进行二次编码压缩。该方法充分利用测试集中无关位较多而测试模式之间变化位较少的特征,应用贪心算法对预先计算的测试集进行了重新排序,尽可能的使相邻的向量间具有最少的不同位,排列成一个最佳的差分向量序列,然后应用FDR码对差分向量序列进行编码,最后对压缩结果重新分块,按照一次压缩的流程进行二次压缩。在解压时,使用片上解压电路解压,能高效地还原出原测试集。最后通过对Soc部分标准电路硬故障集的测试结果显示,本方案具有较好的压缩率。(a new improved method was proposed in the paper,the method using Frequency-Directed Run-length(FDR codes)coding for the twice aimed at hard-fault. It fully takes advantage of the characters that there are many don’t-care bits in the test set but a few different bits between the test patterns, Then it applies the greed calculate way to sort the precomputed test sets and make the close together vector have the least different sites possibly. It uses the FDR codes to coding the vectors,then blocks the results and uses the FDR codes to compress for the second time. Decompression used of on-chip circuit extract unpack,it will be deoxidize the original test efficient.using the hard-fault to compress and the experimental results prove that the improved coding method of this paper has the better compression ratios has been proved at last. )
    2009-05-12 14:32:23下载
    积分:1
  • ZipTest_src
    ZIP 压缩、解压 源码,C 语言实现,文件压缩解压缩(ZIP compression, decompression source code, C language, file compression and decompression)
    2012-11-06 12:23:27下载
    积分:1
  • zip
    压缩与解压缩类;压缩文件至.zip包内,增加文件至.zip包内,及解压缩相关操作。(zip and unzip。)
    2013-10-14 10:16:38下载
    积分:1
  • sm3
    C++编程SM3压缩算法源码,接口简单易用(SM3 compression algorithm)
    2012-07-06 23:10:00下载
    积分:1
  • 0904210213
    霍夫曼编码的C++实现,输入一组字符串,输出每个字符的编码及整个字符串的霍夫曼编码。(realization of Huffman coding using VC++)
    2012-04-15 20:52:45下载
    积分:1
  • mmmm
    动态规划中图形算法中的最短路径算法 用类做的,分几个函数(The short road of dymta i don t know what is this program means,it is a c++ program !numeric recipes in C++ )
    2010-01-03 20:34:11下载
    积分:1
  • HuffMan
    哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 (Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
    2012-06-21 21:01:17下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载