-
Traversalalgo
Codes".
Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol) that expresses the most common characters using shorter strings of bits than are used for less common source symbols. Huffman was able to design the most efficient compression method of this type: no other mapping of individual source symbols to unique strings of bits will produce a smaller average output size when the actual symbol frequencies agree with those used to create the code. A method was later found to do this in linear time if input probabilities (also known as weights) are sorted.
- 2009-12-01 04:47:10下载
- 积分:1
-
zlibwapi
压缩 和 解压 写上传资料的详细功能、包含内容说明(Compression and Depression)
- 2014-05-07 16:32:07下载
- 积分:1
-
function-dct
基于DCT变换的JPEG图像压缩的matlab代码(The matlab code of JPEG image compression based on DCT transform)
- 2017-05-02 21:43:31下载
- 积分:1
-
calic压缩和解压缩算法 matlab
说明: calic压缩和解压缩算法的C++代码....(This is a commonly used CALIC codec C language.)
- 2020-05-12 23:14:01下载
- 积分:1
-
X.690-0207.pdf
说明: 这是相关编码的标准和实现,是密码学的和数据压缩的基础。(This is the relevant coding standards and implementation, is cryptography and data compression basis.)
- 2010-04-28 20:51:41下载
- 积分:1
-
huff
呃,就是用赫夫曼算法写的压缩解压程序。非常粗糙,只能压缩英文文章。因为里面的字符概率是基于自然语言的,源代码之类的没法压缩。而且会抛弃最后几个字母,嘿嘿。为了交作业,没有好好写。改一下下应该能挺好的。压缩比能到60 吧(Uh, is to use Huffman compression decompression algorithm written procedures. Very rough, only compress English articles. Because there is the probability of characters based on natural language, the source code and the like can not compressed. And will abandon the last few letters, hehe. For homework, not properly written. The following should be able to change it quite good. Compression ratio to 60 of it can be)
- 2013-05-26 15:23:59下载
- 积分:1
-
jpeg_enc
一个jpeg编码程序,有效实现了图像的jpeg压缩,是一个非常好的编码试例。(a jpeg coding procedures, the effective realization of the jpeg image compression, is a very good coding test cases.)
- 2005-05-27 22:43:19下载
- 积分: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
-
mini98
经压缩,仅为26M,体积小,速度快,可以作为一般维护、办公用途的内存盘运行版迷你98系统(After compression, only 26M, small size, speed, can be used as general maintenance, office uses memory to run version of the mini disc 98)
- 2016-05-02 17:35:39下载
- 积分:1
-
Zip
压缩的所有文件,解压缩的所有文件(zip unzip)
- 2013-06-24 12:56:59下载
- 积分:1