搜索资源列表
DES_V5.0_EN_Final
- DES加密解密文件源代码,可用于加密任何类型任何大小的文件!-Source code for DES encoding and decoding, supports any type and size of files
libvorbis-1.3.1.tar
- The libvorbis package contains a general purpose audio and music encoding format. This is useful for creating (encoding) and playing (decoding) sound in an open (patent free) format. This package is known to build and work properly using an LFS-
HuffmanTree
- 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
SQURE-DEMO
- square音频刷卡器解码算法,乐刷第一代音频刷卡器手机解码算法.如有需要,可以提供android手机端解码DEMO程序,QQ:16700612-The decoding algorithm for Square s audio mobile magnetic-card reader , The decoding algorithm for the first generation magnetic card reader of leshua company
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
