I would like to know the algorithm to compress a txt
조회 수: 2 (최근 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에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!