-
HuffMan
哈夫曼编码译码系统,设置发送者和接受者两个功能,
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
(Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
- 2012-06-21 21:01:17下载
- 积分:1
-
compress11
这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。(lzw algorithm source code, pure c programming language, and I hope to you useful.)
- 2006-10-28 11:42:08下载
- 积分:1
-
WinRar密码破译
说明: 破解WinRAR解密文件,适用Windows平台系统(Cracking WinRAR Decrypted Files)
- 2020-06-19 16:00:02下载
- 积分:1
-
BWT
BWT压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法(The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.)
- 2011-11-25 14:47:11下载
- 积分:1
-
j-link-The-firmware-fix-pack
J-LINK V8 出厂固件烧录与修复文件,压缩包中的.bin烧录文件为破解文件烧录即可使用,且附带烧录教程、破解教程(J- LINK V8 factory firmware replication and repair files, compressed package. In the buffer bin file for solving file replication can be used, and the supplementary burning tutorials, crack tutorial)
- 2016-02-17 17:43:38下载
- 积分:1
-
ezw
ezw程序,主要对图像进行小波变换,然后基于ezw算法进行编码(EZW process, mainly on the image wavelet transform, and then based on the EZW coding algorithm)
- 2008-06-13 14:30:39下载
- 积分:1
-
jp5
这是一组JPEG解码的说明和源代码,详细说明在文件的开头部分(This is a group of JPEG decoding instructions and source code, a detailed description of the document at the beginning of)
- 2008-08-05 16:16:44下载
- 积分:1
-
celp
CELP (CELl Processing) is a functional programming package for Matlab.
It is often better to use FP instead of loops:
- it s more compact
- it s more clear.
- 2008-05-21 17:31:39下载
- 积分:1
-
hmm
连续隐马尔可夫模型hmm的matlab程序(Continuous Hidden Markov Model of matlab procedures hmm)
- 2020-06-29 19:00:02下载
- 积分:1
-
JPEG-matlab
JPEG编码和解码,用Huffman编码(JPEG encoding and decoding, using Huffman coding)
- 2010-05-07 22:13:42下载
- 积分:1