Computer Science Canada

Implementation of DEFLATE.

Author:  StealthArcher [ Wed Dec 05, 2007 4:56 pm ]
Post subject:  Implementation of DEFLATE.

If I were to ask, Does anyone know how I would be able to implement the DEFLATE compression algorithm using turing?

Or any library based lossless commpression algorithm? Namely, how would you tell if the next data element had been compressed or not?

I think I'm missing something in bit manipulation, but I'm not getting it... Confused

This is for the HBM Converter for those who want to know.

Author:  Ultrahex [ Fri Dec 07, 2007 1:24 pm ]
Post subject:  Re: Implementation of DEFLATE.

The algorithm and its data struture in which they use tells all this information.
For Example (DEFLATE) http://en.wikipedia.org/wiki/DEFLATE#Stream_format


: