19 Haziran 2017 Pazartesi

Sıkıştırma

Lossless Compression
Lossless compression algoritmaları her şeyi çok iyi sıkıştıramıyor. Açıklaması şöyle
There can be no algorithm that losslessly compresses all inputs. But there are many algorithms that losslessly compress many inputs. And it turns out that most of the strings we like to operate on have enough internal redundancy that they compress rather well.

Huffman Coding
Huffman Coding yazısına taşıdım.

Delta Compression
Delta Compression yazısına taşıdım.

LZW
LZW yazısına taşıdım.

GZip
GZip tek bir dosyayı sıkıştırır. Genellikle tar ile kullanılır. Tar önce bir arşiv oluşturur, daha sonra gzip bu arşivi sıkıştırır.

gzip komutu
gzip komutu yazısına taşıdım.

Hiç yorum yok:

Yorum Gönder