Link to home
Start Free TrialLog in
Avatar of astudent
astudent

asked on

compression software in Vb.

Hello experts,
i am planning to develop a compression software in my M.Sc project.
Please suggest me which algorithm can be worked on at student level. i am not asking you to do my work or assignment, i just want few basic guidelines so that i can start with right choice and right track.
i will be using vb 6.
Please help.
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of [ fanpages ]
[ fanpages ]

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
a bit more recent algorithm may be BWT (Burrows Wheeler Transform) which is about 14% better than Limpel-Zev/Huffman.

http://bijective.dogma.net/compres9.htm
http://www.dogma.net/markn/articles/bwt/bwt.htm
http://www.data-compression.info/Algorithms/BWT/

==================
you might also consider algorithms that compress specific file types as another exercise.
Avatar of [ fanpages ]
[ fanpages ]

Thanks for the 'B' grading.

BFN,

fp.