ANSI-C Bit Manipulation Libraries
Published in Non-Commercial Libraries, Data Compression
Michael Dipperstein has written a few compression programs, which naturally requires that you be able to read and write bits one at a time, and possibly in chunks of other sizes. He has packaged up this capability as a separate library, and makes it available to the world here.
http://michael.dipperstein.com/bitlibs/
* * * * *
Posted in February 14th, 2004
1 User Commented In " ANSI-C Bit Manipulation Libraries "
Subscribes to this post Comment RSS or TrackBack URL
9-11-2007 at 06:46:19 from 59.96.28.28
as a computer science engineering student, I would like to see the source code for compressing a file!