⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 LZW的简单算法。主要能够进行简单的示例
💻 TXT
字号:
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 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -