Archive for Uncategorized

Algoritma LZW Compression

Algoritma LZW Compression

BEGINs = next input character;

while not EOF

{ c = next input character;

if s + c exists in the dictionary

s = s + c;

else

{ output the code for s;

add string s + c to the dictionary with a new code;

s = c;

}

}

output the code for s;

END

Read the rest of this entry »

Comments (7487)

Kompensasi Dari Online Support Team Open Suse

Hari ini aku mendapatkan domain 500 MB dari opensuse.or.id sebagai kompensasi dari kesediaan aku menjadi online support team opensuse indonesia. Horee!!! :D

Comments (2156)