-
EZW
EZW算法的matlab代码,希望对大家有用(EZW algorithm matlab code, everyone would like to be useful)
- 2021-04-07 16:39:01下载
- 积分: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
-
AES
AES压缩技术编程源代码,包含压缩和解压全套源代码的完整工程(AES compression technology programming source code, including compression and decompression full source code of complete project
)
- 2015-12-24 11:09:07下载
- 积分:1
-
DS4
设电文字符集D及各字符出现的概率F如下:
D={a,b,c,d,e,f,g,h}(字符数n=8)
F={5,29,7,8,14,23,3,11}( )
编写完成下列功能的程序:
①构造关于F的Huffman树;
②求出并打印D总各字符的Huffman编码。
程序结构: 类型说明;
构造Huffman树的函数:Huffman_tree(H[m+1]);
求Huffman编码的函数:Huffman_code(code[n+1]);
main()
{ 变量说明;
输入字符集D及频率F;
调用Huffman_tree(H);
调用Huffman_code(code);
打印编码;
Y 继续?
N
停止
}
- 2015-06-06 16:41:33下载
- 积分:1
-
赫夫曼编码
说明: huffman编码,根据输入进行权重计算并编码,还实现了解码。(Huffman coding, according to the input weight calculation and coding, but also achieve decoding.)
- 2020-06-26 00:22:58下载
- 积分:1
-
MATLAB-CALIC
Contect based adaptive lossless image compression
- 2012-03-21 20:30:38下载
- 积分:1
-
gyf2
法是否是否是发生的方式放松放松佛挡杀佛是(放松放松的发生地发生地发)
- 2010-05-10 14:43:38下载
- 积分:1
-
AVIRIS_LP
说明: 一种基于线性预测和算术编码的高光谱图像压缩方法,希望对您有用。(Based on linear prediction and arithmetic coding of hyperspectral image compression, and I hope useful for you.)
- 2009-08-07 12:01:18下载
- 积分:1
-
hu
说明: 图的算法实现
(1)将图的信息建立文件;
(2)从文件读入图的信息,建立邻接矩阵和邻接表;
(3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
(Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
- 2008-06-12 12:30:36下载
- 积分:1
-
Daubechies_EZW
Daubechies小波变换和嵌入式零树编码(EZW)C语言程序,非常有用(Daubechies wavelet transform and embedded zero-tree coding (EZW) C language program, very useful)
- 2008-08-20 10:17:38下载
- 积分:1