-
-
-
-
-
lzw
Custom LZW implementation. University task.
Custom LZW implementation. University task.
usage:
./bin/lzw < inputfile > outputfile
./bin/unlzw < inputfile > outputfile
Use test.sh for testing on sample text.
On Windows, input and output filenames are ...
-
Python-LZW-Compressor
... some ways.
# Общо за проекта
Проектът реализира алгоритъма за компресия LZW, като се полза 64K или 16MB речник. При запълване ... да зададе на декомпресора файл, който не е от LZW формат.
## testdata\
Данните за тестовете
## doc\
Тази докемунтация
-
lzw-and-crc
... of small projects done for my digital communications course -- lzw compression and crc gen/check.
***********************************
** DigiComm Projects **
** by ... redundancy check for a given 16-bit word, while the lzw program is a demo of an ...
-
LZW
LZW Compression/Decompression in C
To display help for the program:
$ ./lzw
To compress a file:
$ ./lzw c input.html
To decompress a file:
$ ./lzw d input.html.lzw
-
lzw-async
... an efficient asynchronous implementation of the Lempel-Ziv-Welch (LZW) compression algorithm in Javascript.
## Features
* Input can contain any ... use the algorithm in your own projects include the **lzw-async.js** file using a `script` tag: