lzw_c
lzw 

所属分类:压缩解压
开发工具:Visual C++
文件大小:53KB
下载次数:30
上传日期:2008-10-19 15:35:18
上 传 者1059world
说明:  LZW的简单算法。主要能够进行简单的示例
(Simple LZW algorithm. Mainly to carry out a simple example)

文件列表:
com.c (3658, 2001-05-10)
Compress.exe (52279, 2001-05-09)
Decompress.c (2877, 2001-05-09)
Decompress.exe (50660, 2001-05-09)
file.txt (19970, 2001-05-06)

Simple Text File Compressor/Decompressor Readme File Copyright (C) 2001, Cheok Yan Cheng yccheok@yahoo.com http://www.geocities.com/yccheok/lzw/lzw.html Description =========== This is a application which can compress and decompress the ASCII text file. (The text file which usually have *.txt extension). The detail on LZW method used in this program can be found at the author web site http://www.geocities.com/yccheok/lzw/lzw.html. It is note that this compressor/decompressor can be only used on ASCII text file and not binary file. System Requirement ================== Windows 95 and above that support long file name. Do not run in Ms-DOS mode which does not support the filename in the syntax "file.txt.zzz" Copyright/Disclaims =================== This software is provided AS IS, WITHOUT WARRANTY OF ANY KIND. THE AUTHOR OF THIS SOFTWARE DISCLAIMS ALL WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR OF THIS SOFTWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF THE AUTHOR OF THIS SOFTWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Registration ================== No registration is needed. You are freely to modify and distribute the source code and binary files for your own use. Quick Start =================== 1. Unzip lzw_j.zip which contains Compress.exe (Compressor in Binary Code) Decompress.exe (Decompressor in Binary Code) file.txt (sample text file) readme.txt (The file that you are reading now) Compress.c (Source code) Decompress.c (Source code) 2. To compress the sample text file, go to Ms-DOS prompt, type compress file.txt. A new file named file.txt.zzz will be created. 3. To decompress the compressed file, go to Ms-DOS prompt, type decompress file.txt.zzz. A new file named file.txt will be created. Bug Report/Feedback =================== Please email bug report or feedback to yccheok@yahoo.com

近期下载者

相关文件


收藏者