资源列表
worldimage
- transfer image to a bird view in matlab
daima.doc
- enjoy with each other
lzwhuff
- LZW和Huffman相结合,完成压缩功能
include
- 需要调整时间时,按暂停按键时钟暂停,此时通过按键实现时间的调整
Hough
- Hough Transform There are four M files for this project. "wheel.m" contains the procedures for the Hough transform on the image wheel.gif using Sobel edge detection. "wheel_noise" contains the procedures for the Hough transform on the image wheelno
newquant.zip
- 针对图形的Vector Quantization压缩算法
QQ_qongwutubiao
- QQ宠物图标_漂亮的图标素材 QQ宠物图标_漂亮的图标素材-qq
lunkuosaomiao
- 城市轮廓线: 输入文件:input1.dat 第一行为建筑个数 之后每行格式为三个数x1 h x2,其中x1,x2是建筑的开始和结束坐标 h是建筑的高度 输出最后轮廓-Urban contour line: the input file: input1.dat first acts after the building number format for each line number 3 x1 h x2, where x1, x2 is the beginn
yuyinluruchengxu
- 语音录放范例及原代码希望楼主给我加些分,以后我会多传些好东西上去-voice recording and showing examples and source code, I hope to the Island, plus some hours later I would go to some good things - up
huffman
- 给定一篇用于通信的英文电文,统计该电文中每个字符出现的频率,按频率左小右大的方法为这些字符建立哈夫曼(Huffamn)树,并编出每个字符的哈夫曼树码,输出该电文的哈夫曼码译文。-English messages for communication to set a statistical frequency of occurrence for each character in the message, according to the frequency of left-right metho
Compress
- 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
LZW算法源码C语言
- LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,