-
-
-
[
VHDL]
COMPRESSION.rar
Simple LZW image compression implemented on Spartan-3e starter kit using Xilinx9.2 and Modelsim for testbench simulation.
-
[
Visual C++ (VC++)]
xinxilun.rar
Experimental report of information theory. Including the three experiments. Experiment one: the only decision criteria Translatability experiment II: Huffman coding, the three experiments: LZW coding
-
[
Visual C++ (VC++)]
LZW_RLE_compressAlgo.zip
RLE compression algorithm LZW compression algorithm and the realization of the source and the Demo. This Demo has not been rigorously tested, please save files to be compressed further testing.
-
-
-
[
Java/JSP]
lzw_src.zip
this is java lzw algorithm implementation in java. I dowloaded from a website and thought of putting it here so other member can use it too. :)
-
-
[
PDF]
improvingLZW.rar
LZW was originally designed for implementation by special hardware, but it
turned out to be highly suitable for efficient software implementations too. An enhanced
variant is available on UNIX systems and many other systems as the compress command.
We ...
-