搜索资源列表
霍夫曼编码main
- 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
霍夫变换检测圆和直线
- 霍夫变换检测圆和直线,数字图像处理课程设计,直接使用,非常不错
霍夫曼编码的matlab实现
- 霍夫曼编码的matlab实现
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
霍夫曼编码源码
- 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
哈夫曼编码解码
- 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding
霍夫曼编码main
- 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根
霍夫变换找圆
- 利用霍夫变换找出圆,输出圆心坐标.比较不错的代码,值得学习.(Hof transform is used to find the circle and output the coordinate of the center of the circle.)
滤波霍夫
- 可以进行滤波霍夫变换,加入了屏幕顶点定位(You can filter the Hof transform Join the screen location)
基尔霍夫定律
- 基尔霍夫定律multisim仿真1.验证基尔霍夫定律的正确性,加深对基尔霍夫定律的理解。 2.学会用电流插头,插座测量各支路电流。(Multisim Simulation of Kirchhoff's law)
霍夫曼编码及解码
- 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
霍夫变换
- 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
霍夫变换找圆
- 此代码为霍夫变换找圆,检测提取圆,可以通过单片机验证(This code for the Huff transform find a circle, detection extraction circle, can be verified by the microcontroller)
霍夫曼编码
- 运用matlab实现霍夫曼编码,可以自己输入(Using MATLAB to achieve Hoffman encoding, you can input it yourself)
霍夫线变换综合示例
- 霍夫线性变换的一些例程,有代码有结果希望能帮到大家(Hof linear transformation)
哈夫曼树
- 这是一份霍夫曼树的代码,代码被分成一个一个的块,需要的小伙伴可以看一看。(This is a code of Hoffman tree. The code is divided into one block, and the small partners need to have a look.)
标准霍夫变换
- 标准的霍夫变换的程序,用于对目标的检测程序比较完整可以出图(The standard Hof transform procedure is applied to the target detection program, which is relatively complete and can be drawn out.)
哈夫曼
- 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)