-
lzw
Compressing method....lzw
- 2020-10-13 17:17:31下载
- 积分:1
-
ya_shuo
一个可以简单的压缩小程序,是利用游程编码原理(One can simply compress small program is the use of run-length coding theory)
- 2014-12-18 14:06:52下载
- 积分:1
-
hmm
连续隐马尔可夫模型hmm的matlab程序(Continuous Hidden Markov Model of matlab procedures hmm)
- 2020-06-29 19:00:02下载
- 积分:1
-
huffman_matlab
图像压缩的Huffman编码与解码,matlab源代码(Image compression Huffman encoding and decoding, matlab source code)
- 2007-09-07 12:14:55下载
- 积分:1
-
SAMPpackage
compresive sampling matching pursuit
- 2020-12-18 13:19:11下载
- 积分:1
-
huffman
霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见(Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone)
- 2020-11-11 15:49:44下载
- 积分: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
-
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
-
MINNDz
Multiple-Instance Nearest Neighbour with Distribution learner.
- 2009-12-04 03:11:24下载
- 积分:1
-
MSBL_code
稀疏贝叶斯学习是一种很好压缩感知,信号恢复方法。(sparse bayesian learning is a good cs method for coefficient recovery.)
- 2020-11-18 17:59:38下载
- 积分:1