Hi,All
I'm now working in project to compress a files.
And I used Huffman encoding to get new code for each character in the site.
but now I can't complete my project.
How can I use bitwise operation to put all those new codes into the compression file.
and Also how can return it to its original characters.
I'm really need a help in this as i searched on Google and can't got any thing
any help will be useful to me.
Thanks,
5 replies to this topic
#1
Posted 22 April 2011 - 01:31 PM
|
|
|
#2
Posted 22 April 2011 - 02:04 PM
It depends a lot on the language as to what the bitwise operators are. Many use ^, |, and &, for example, but others do not.
#3
Posted 22 April 2011 - 02:20 PM
I know that.
but if I works with & for example to anding 3 or four numbers and then put the new number in the compressed file how can I decompress file and get the original codes.
Knowing that I works with c++.
but if I works with & for example to anding 3 or four numbers and then put the new number in the compressed file how can I decompress file and get the original codes.
Knowing that I works with c++.
#4
Posted 22 April 2011 - 02:38 PM
You will have to use the decompression algorithm.
#5
Posted 22 April 2011 - 02:50 PM
where is it ??
#6
Posted 22 April 2011 - 05:20 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









