I would like to know the algorithm to compress a txt

1 Ansicht (letzte 30 Tage)
lina sevilla
lina sevilla am 7 Dez. 2016
Beantwortet: Walter Roberson am 8 Dez. 2016
I need a program that can compress a .txt file with saved and another that can unzip the file being compressed

Antworten (2)

José-Luis
José-Luis am 8 Dez. 2016

Walter Roberson
Walter Roberson am 8 Dez. 2016
I highly recommend the book "Text Compression" by Bell, Cleary, and Witten. It details a number of text compression algorithms and provides theoretical proofs on compression efficiency. An excellent book for understanding how text compression works and the limits of compression. After reading it you should have little difficulty coding the algorithms in MATLAB.
https://www.amazon.com/Text-Compression-Timothy-C-Bell/dp/0139119914

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by