搜索资源列表
HuffmanExp
- 该代码是一个将当前读入的256色bmp文件进行Huffman编码的例子.基于MFC.-this code is a example of getting the huffman code of a 256_colors bmp file.
JPEG_Compress3.2
- 基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
jpeg
- 使用哈夫曼编码将BMP图像转JPEG图像-Use Huffman encoding BMP image to JPEG image
huffman-encoding--and-decoding
- 对一BMP图像进行huffman的编码及解码。-BMP images on a huffman encoding and decoding.
hufman
- 应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))