-
RLC
使用C语言实现图像的游程编码压缩,性能优越,代码简单,便于实现。(The use of C language RLE image compression, superior performance, code is simple, easy to achieve.)
- 2007-11-27 11:48:48下载
- 积分:1
-
3349119melp
melp编解码,压缩率2.4Kbps,1.2Kbps(MELP codec, compression rate 2.4Kbps, 1.2Kbps)
- 2021-03-12 16:29:25下载
- 积分:1
-
200430481
赫夫曼编译码器:
用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。
[基本要求]一个完整的系统应具有以下功能:
(1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
- 2021-03-06 09:19:30下载
- 积分:1
-
MSBL_code
稀疏贝叶斯学习是一种很好压缩感知,信号恢复方法。(sparse bayesian learning is a good cs method for coefficient recovery.)
- 2020-11-18 17:59:38下载
- 积分:1
-
zcrypt29-exportable
说明: 从老师那下的压缩机俄压缩程序,应该有用!(from teachers that the Russian compressor compression procedure, we should useful!)
- 2005-11-01 18:54:32下载
- 积分:1
-
HAFUMANSHU
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also called Huffman Coding, is a way of Coding, Huffman Coding is variable word length Coding (VLC). Huffman in 1952 put forward a kind of coding method, this method is completely based on the characters of the occurrence probability to construct the average length of the shortest code word, sometimes called the best coding, generally is called Huffman coding (sometimes referred to as the Huffman coding).)
- 2016-12-13 00:02:52下载
- 积分:1
-
01
说明: vc 典型模块 是一个图像压缩显示的程序(vc typical module is shown in an image compression program)
- 2009-11-24 21:08:29下载
- 积分:1
-
imagehuffmancompressanddecompress
说明: 实现了图像的哈夫曼编码和解码,对图像编码的学习很有帮助(Achieved image Huffman encoding and decoding of image coding learning helpful)
- 2008-09-17 23:22:14下载
- 积分:1
-
gundunkongzhi
混沌控制、混沌同步仿真程序混沌控制、混沌同步仿真程序(Chaos control, chaos synchronization simulation program)
- 2020-08-15 16:18:27下载
- 积分:1
-
zip
压缩与解压缩类;压缩文件至.zip包内,增加文件至.zip包内,及解压缩相关操作。(zip and unzip。)
- 2013-10-14 10:16:38下载
- 积分:1