使用LZ77算法壓縮文件的C代碼,一般來說,現在流行的winzip,winrar以及unix下的compress使用的都是該算法
上傳時間: 2013-12-20
上傳用戶:13215175592
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 Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h
上傳時間: 2014-11-23
上傳用戶:bibirnovis
UNIX、Linux環境下,compress命令的C源代碼有壓縮率高和壓縮快的特點
上傳時間: 2015-05-17
上傳用戶:cazjing
N多的壓縮解壓源代碼,包括compress、LZW、LZ77、RLE、哈夫曼
上傳時間: 2015-07-07
上傳用戶:asdkin
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.
標簽: developed overview provide closely
上傳時間: 2013-12-16
上傳用戶:ippler8
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 days ashkbiz Check: yodap.cjb.net
標簽: language crypter source think
上傳時間: 2013-12-29
上傳用戶:dianxin61
用matlab寫的圖像預測編碼,compress.m是壓縮,descompress.m是解壓縮。
上傳時間: 2013-11-26
上傳用戶:JasonC
C++實現的哈弗曼編碼,并有流程圖(1)I:初始化(Initialization)。從指定的英文文件中Sourcefile.txt讀取數據,根據文件內容統計的字符的頻度,建立哈夫曼樹。 (2)E:編碼(Encoding)。利用已經建好的哈夫曼樹進行編碼,并將每個字符的編碼寫入文件HuffCode.txt中保存。 (3)C:壓縮(Compress)。根據HuffCode.txt中編碼對文件Sourcefile.txt進行重新編碼,并將重新編碼后的內容寫入文件CodeFile.txt中。 (4)D:譯碼(Decoding)。利用已經建好的哈夫曼樹將文件CodeFile.txt中的代碼進行譯碼,結果存入文件TextFile中。 (5)P:打印代碼文件(Print)。將文件CodeFile.txt的內容顯示在終端上,每行50個代碼。 (6)T:顯示哈夫曼樹(Treeprinting)。將已經在內存中的哈夫曼樹以直觀的方式(樹或凹入表形式)顯示在終端上。
標簽: 編碼
上傳時間: 2013-12-24
上傳用戶:gxrui1991
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://<hostname>:8080/assignment2
標簽: Tomcat Deployment and superior
上傳時間: 2016-06-22
上傳用戶:wfl_yy
Lighttpd是一個輕量級的Web 服務器,支持FastCGI, CGI, Auth, 輸出壓縮(output compress), URL重寫, Alias等重要功能。它具有非常低的內存開銷,cpu占用率低,效能好,以及豐富的模塊等特點。其靜態文件的響應能力遠高于Apache,可謂Web服務器的后期之秀
上傳時間: 2014-01-20
上傳用戶:thuyenvinh