This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31).
SCX31 is an encryption tool. I designed it as MY graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can be up to 40 characters (320 bits).
MT: windows NT/2000/XP command line tape manipulation
written to format a tape windows-XP backup refused to write or format... and satisfy MY curiosity
Can be used for crude data recovery (combine seek and read)
哈夫曼樹很易求出給定字符集及其概率(或頻度)分布的最優(yōu)前綴碼。哈夫曼編碼正是一種應(yīng)用廣泛且非常有效的數(shù)據(jù)壓縮技術(shù)。該技術(shù)一般可將數(shù)據(jù)文件壓縮掉20%至90%,其壓縮效率取決于被壓縮文件的特征。
利用哈夫曼編碼進(jìn)行通信可以大大提高信道利用率,縮短信息傳輸時(shí),降低傳輸成本。但是,這要求在發(fā)送端通過一個(gè)編碼系統(tǒng)對(duì)待傳送電文須預(yù)先編碼,在接收須將傳送來的數(shù)據(jù)進(jìn)行譯碼。請(qǐng)自行設(shè)計(jì)實(shí)現(xiàn)一個(gè)具有初始化、編碼、譯碼、輸入/輸出等功能的哈夫曼碼的編碼/譯碼系統(tǒng)。并實(shí)現(xiàn)以下報(bào)文的編碼和譯碼:“this program is MY favorite”。
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of MY articles are in .html files included in the zip file, together with the sample code