搜索资源列表
哈夫曼编码
- 这是用matlab编写的一个程序,用来对一维概率向量进行二进制哈夫曼编码。 程序倒不难编,自我感觉思路还是比较清晰。主要是为了和大家多交流。恳请大家的宝贵意见! 这是第一次上传。请多指教! 上次设置收费并不是我认为我的程序有多好,只是第一次上传,看看这里的消费水平怎么样。特此说明!
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
huffman
- 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
HuffmanCoding_ImageCompress
- 用Matlab对图像进行哈夫曼编码(Huffman Coding)以实现对图像的无损压缩-Use Matlab to realize Huffman coding for lossless image compression
6
- 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
Huffman
- 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
huff
- 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
chap06
- ch6: 哈夫曼编码 (§6.1.4)-ch6: Huffman Coding (§ 6.1.4)
www_dssz_com_huffman
- 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures-Matlab-based image or sequence of Huffman coding and decoding process-Matlab-based image or sequence of Huffman coding and decoding procedures
huffman
- 本程序实现了哈夫曼编码,可以应用在图像处理中压缩图像,属于无损压缩!-huffman
huffmann
- 基于matlab的哈夫曼编码图像压缩算法-matlab huffmann coding
edgeroberts
- 哈夫曼码编码用MATLAB实现,此法经过检验效果非常好。-Huffman coding using MATLAB implementation, this method is proven very successful.
39709603Huffman
- 通过MATLAB 仿真实现哈夫曼编码的图片压缩-MATLAB Simulation by Huffman coding of image compression
MYGUI
- 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
matlab中哈夫曼编码的GUI设计
- 哈夫曼编码以及在MATLAB中进行GUI界面的相关设计
huffman
- 哈夫曼编码,运用matlab实现,原代码非常直观而且易懂。(Huffman Coding, Encoding is a form of variable word length coding.)
huffman
- 用matlab实现哈夫曼编码,哈夫曼编码是一种无失真的编码方式,可以在提高传输速率的情况下不减少信息熵。(Huffman coding with matlab, Huffman coding is a distortion-free coding, you can increase the transmission rate without reducing the information entropy.)
Huffman-matlab
- 哈夫曼是著名的一种信源无损压缩方法,该程序可以实现哈夫曼信源编码,(Huffman is a well-known source lossless compression method, the program can implement the Huffman source code,)
哈夫曼编码器设计实验报告
- 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m
自适应哈夫曼编码
- 基于MATLAB实现的自适应哈夫曼编码,编码解码都可以实现