Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: LZ77圧縮スクラッチ
LZ77圧縮を構築しています。ファイル全体を1つの文字列として読み取り、圧縮しようとしました。それを行う他の方法はありますか?
「デフレート」が「lz77」の意味であると仮定すると、はい、あります。オブジェクトを作成し、その上で何度もメソッドをCompress呼び出すことができます。compress詳細はこちら ( を検索Compress.compress(string)):
Compress
compress
Compress.compress(string)
http://docs.python.org/2/library/zlib.html