?? @psc_readme_1035_3.txt
字號:
Title: file compression
Description: File compression is useful when transmitting very large files.Ascii text files encode each chracter by an 8 bit fixed lenght code.Such files can often be significantly compressed if instead of this fixed lenght code one uses a variable lenght code where the more frequently occuring characters have short codes and the less frequently occuring characters have longer codes.For example ,a large data file might have mostly digit,space and new-line characters in it.If short(less than 8 bit) codes are used for these then the file would be significantly compressed.A Lisp file might have many left and right parentheses in it.Using short codes for these would compress the file.I used Huffman codes to compress the file .I worked real hard on it and it is long program Please declare me the winner of this new year.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=1035&lngWId=3
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -