资源列表
Huffman
- Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。
song
- 用DELPHI做的一个歌手评分系统,新手入门的可以参考-song
221111670200711141054453698473
- VC++实际编程的源代码 多种图像边缘检测与分割处理
LED
- arm流水灯,KEIL4,S3C2440A-ARM light water,keil4,S3C2440A
audioRecord.tar
- android客户端录音并播放,线程录音,以3gp格式保存到SD卡上-the android client recording and playback, the thread recording, 3gp format saved to SD card
200430481
- 赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件h
11111111
- 几种不同压缩算法的详解和附带的一些示例程序的源代码
Huffman-coding-in-C-language
- 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
FUZZZYPID
- 本资源讲解了利用模糊理论与PID控制理论相结合的思路,设计了模糊PID控制器,并用于液压伺服系统中。-This resource explains the idea of using fuzzy theory and PID control theory, design a fuzzy PID controller and hydraulic servo system.
HuffmanTree
- C++编写实现的Huffman编码,根据输入自动统计字符出现的次数后编码,并计算编码后的压缩比。-Written C++ implementation of Huffman coding, the input character appears automatically after the number of statistical encoding, and calculate the encoded compression ratio.
suanshu
- 算术编码算法代码,在VC++6.0下开发,算术编码是一种利用非常广的压缩算法-Arithmetic coding algorithm code, developed in VC++6.0, arithmetic coding is a very widely used compression algorithms