high6 Posted May 31, 2008 Posted May 31, 2008 I was wondering, how does compression/decompression of bits work?anyone have an example of compressing bits in C++. Just a simple one?
glaufan Posted May 31, 2008 Posted May 31, 2008 first stop... wikipedia...http://en.wikipedia.org/wiki/DEFLATE_(algorithm)
human Posted May 31, 2008 Posted May 31, 2008 bits or bytes? most compressors work on bytes. on bits for example arithmetic compression.or you mean bits compression or more encode with lz compressors like upx,aplib,hlz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now