登录
首页 » Visual C++ » EZW2

EZW2

于 2008-06-26 发布 文件大小:879KB
0 226
下载积分: 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 个回复

  • AES
    AES压缩技术编程源代码,包含压缩和解压全套源代码的完整工程(AES compression technology programming source code, including compression and decompression full source code of complete project )
    2015-12-24 11:09:07下载
    积分:1
  • C语言 文件的
    文件的解压缩。添加文件unzip.h、unzip.cpp、zip.h、zip.cpp,调用对应函数进行压缩和解压。压缩格式为zip;压缩之后的文件可以用winrar等程序打开。(File decompression. Add file unzip.h, unzip.cpp, zip.h, zip.cpp, call the corresponding function for compression and decompression. Compression format is zip the file after compression can be opened by winrar.)
    2020-07-14 09:58:51下载
    积分:1
  • shunxubiao
    顺序表插入删除,典型的教科书式的程序。老师给的。。。。。。(The order of the table insert removed, a typical textbook-style programs.)
    2010-01-10 11:23:19下载
    积分: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
  • tttt
    16字节字符串压缩成12字节字符串算法,有压缩和解压的算法(16-byte string into a 12-byte string compression algorithm, compression and decompression algorithms)
    2011-08-09 01:14:58下载
    积分:1
  • lzw_soft
    lzw压缩解压算法源码(The soruce of LZW compression algorithm)
    2020-06-26 13:00:01下载
    积分:1
  • reliability-assessment
    电力输发电系统可靠性评估程序 解析法 系统数据在压缩包里(Power transmission and generation system reliability evaluation process analytical method system data compression bag)
    2020-09-01 09:28:09下载
    积分:1
  • ZIP
    zip压缩源代码,附有整个工程,保证能用,可应用于文件压缩,内存压缩(zip compressed source code, with the whole project, and ensure that use, can be applied to file compression, memory compression)
    2008-12-15 21:33:12下载
    积分:1
  • GZIP例子
    说明:  利用gzip.dll解压http请求返回的内容。内附gzip.dll。参考网上资料自己写的VB6工程源码。自己编译EXE的时候注意把gzip.dll释放到exe所在目录。(Use gzip.dll to decompress the content returned by HTTP request. Gzip.dll is attached. Refer to the VB6 project source code written by myself.)
    2020-06-22 07:00:02下载
    积分:1
  • GZIP例子
    利用gzip.dll解压http请求返回的内容。内附gzip.dll。参考网上资料自己写的VB6工程源码。自己编译EXE的时候注意把gzip.dll释放到exe所在目录。(Use gzip.dll to decompress the content returned by HTTP request. Gzip.dll is attached. Refer to the VB6 project source code written by myself.)
    2020-06-22 07:00:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载