搜索结果
找到约 55 项符合
Compress-Decompress 的查询结果
压缩解压 使用LZ77算法压缩文件的C代码
使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法
加密解密 DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp Arith
DES,MD5,ZLIB算法源代码
文件列表:
Adler32.cpp
ArithDLL.cpp
ArithDLL.def
ArithDLL.dll
ArithDLL.dsp
ArithDLL.dsw
ArithDLL.h
ArithDLL.lib
ArithDLL.ncb
ArithDLL.opt
ArithDLL.plg
Arithzxz.h
Arithzxz.h.BAK
Compress.cpp
CRC.cpp
Deflate.cpp
Deflate.h
Des.cpp
Des.h
Infblock.cpp
Infblock.h
Infcodes.cpp
Infcod ...
Linux/Unix编程 UNIX、Linux环境下
UNIX、Linux环境下,compress命令的C源代码有压缩率高和压缩快的特点
压缩解压 N多的压缩解压源代码
N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼
其他 In this report we provide an overview of several closely related methods developed during the last
In this report
we provide an overview of several closely related methods developed during the last few yers, to smooth, denoise,
edit, compress, transmit, and animate very large polygonal models.
加密解密 I think this the first time every one can look at a PE crypter source in top level language such VC
I think this the first time every one can look at a PE crypter source
in top level language such VC++.
So as I promised ... if some one sent me one nice compress source I would
publish my source.
I dedicate this source to all people who involve in this field.
I hope it helps someone.
Have good day ...
matlab例程 用matlab写的图像预测编码
用matlab写的图像预测编码,compress.m是压缩,descompress.m是解压缩。
文章/文档 C++实现的哈弗曼编码
C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。
(2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。
(3)C:压缩(Compress)。根据HuffCode.txt中编 ...
Java编程 Deployment of Server 1.install Tomcat(superior than j2sdk1.4.2 and Tomcat 5.0),and setup the env
Deployment of Server
1.install Tomcat(superior than j2sdk1.4.2 and Tomcat 5.0),and setup the envionment variables of JAVA_HOME
2.decompress file assignment2.war, and copy the directory to the directory called webapps in localhost machine.
3.start Tomcat
4.access to the application via http://< ...
Linux/Unix编程 Lighttpd是一个轻量级的Web 服务器
Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。其静态文件的响应能力远高于Apache,可谓Web服务器的后期之秀 ...