-
Erika
upx解压,演示upx解压的程序源码,仅供参考。(upx unpack,show upx unpack program source code)
- 2016-03-25 11:07: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
-
jpeg2000_MATLAB
说明: 雷刚萨斯JPEG2000源代码,可以直接运行,霍夫曼编码(Legansas JPEG2000 source code, can be run directly, Huffman code)
- 2020-01-31 20:33:09下载
- 积分:1
-
Daubechies_EZW
Daubechies小波变换和嵌入式零树编码(EZW)C语言程序,非常有用(Daubechies wavelet transform and embedded zero-tree coding (EZW) C language program, very useful)
- 2008-08-20 10:17:38下载
- 积分:1
-
SL0MatlabCode
compressed sensing algorithm sl0
- 2017-12-05 18:48:06下载
- 积分:1
-
图象压缩的程序,包括有损压缩或无损压缩两类
这是关于图象压缩的程序,包括有损压缩或无损压缩两类。用的是jpeg2000的压缩标准,但是这是jpeg2000的第一部分(This is the image compression procedures, including lossy compression or lossless compression of two categories. Using the JPEG2000 compression standard, but this is the first part of JPEG2000)
- 2007-12-18 10:41:28下载
- 积分:1
-
9huff
matlab实现的huff图像压缩程序 可成功运行((matlab implementation of huff image compression program which can be run successfully))
- 2018-01-21 15:50:24下载
- 积分:1
-
files2
说明: 基于感兴趣区的MPEG-4 FGS增强层码率分配算法
基于感兴趣区的MPEG-4 FGS增强层码率分配算法(Regions of interest based on the MPEG-4 FGS enhancement layer bit allocation algorithm is based on regions of interest of MPEG-4 FGS enhancement layer bit allocation algorithm)
- 2008-09-05 13:03:54下载
- 积分:1
-
DS4
设电文字符集D及各字符出现的概率F如下:
D={a,b,c,d,e,f,g,h}(字符数n=8)
F={5,29,7,8,14,23,3,11}( )
编写完成下列功能的程序:
①构造关于F的Huffman树;
②求出并打印D总各字符的Huffman编码。
程序结构: 类型说明;
构造Huffman树的函数:Huffman_tree(H[m+1]);
求Huffman编码的函数:Huffman_code(code[n+1]);
main()
{ 变量说明;
输入字符集D及频率F;
调用Huffman_tree(H);
调用Huffman_code(code);
打印编码;
Y 继续?
N
停止
}
- 2015-06-06 16:41:33下载
- 积分:1
-
lz4 压缩解压速度超快的算法
lz4 压缩解压速度超快,比zip lzo等算法(lz4 compress )
- 2014-07-07 09:50:48下载
- 积分:1