27
edits
Changes
→Inna
Subject:
==== Inna ====
== Subject: Data compression - LWZ algorithm.== '''Source''': http://www.cplusplus.com/articles/iL18T05o/#Version1
I tested the following source code for a compression and decompression of .txt files and a gif.
</syntaxhighlight>
|}
== Tested data ==
1. book.txt- a 343 kilobyte text file.
2. words.txt- a 4.7 megabyte text file.
3. fire.gif- a 309 kilobyte graphical image.
== Flat Profiles ==
Flat profile for book compression:
[[File:BookComp.jpg|1300px]]
Flat profile for book decompression:
[[File:BookDecomp.jpg|700px]]
Flat profile for text compression:
[[File:textCompression.jpg|1300px]]
Flat profile for text decompression:
[[File:textDecomp.jpg|1300px]]
=== Assignment 2 ===
=== Assignment 3 ===