I would like to know the algorithm to compress a txt
3 ビュー (過去 30 日間)
古いコメントを表示
I need a program that can compress a .txt file with saved and another that can unzip the file being compressed
0 件のコメント
回答 (2 件)
Walter Roberson
2016 年 12 月 8 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!