搜索资源列表
arith-n
- 本设计的目的是:通过分析中文手写笔迹图象特有的灰度以及二维空间分布的统计特性,采用二维游程Hufman编码方法对图象进行压缩与解压缩处理,编写压缩与解压缩应用程序。-the purpose of this design is : Chinese handwriting analysis specific to the gray images of the two-dimensional spatial distribution of statistical characteristics usi
hufman
- c语言写的哈夫曼编码,实现对一段文字的压缩编码,以及根据编码解压到原文字。-c language of the Huffman coding to achieve compression of a section of text encoding, as well as the decompression code to the original text.
hufman
- 依据图论中最小生成树的原理,实现了霍夫曼树的建立 编码和译码-To achieve the establishment of the Huffman tree coding and decoding
hufman
- huffman coding of the bitstream
Huffman--coding-and--decoding
- 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
hufman
- 霍夫曼编码,随机生成10个概率,和为1,用霍夫曼编码输出,采用map函数-Huffman coding, the probability of a randomly generated 10, and 1, with the Huffman code output, the use of map functions
hufman
- 哈夫曼编码,实现了英文文档的压缩技术,已经使用过了,非常好。-Huffman coding English document compression technology
Hufman
- 数字图像处理,哈弗曼编码。运用哈弗曼编码原理将图像进行压缩-Digital image processing, Huffman coding. Huffman coding theory will be applied image compression
ImageProcessing-8.0
- 基于VC的图像处理程序 1.空间域灰度变化(线性、非线性)、直方图均衡化以及规格化; 2.空间域的噪音(椒盐、脉冲、高斯噪音等),均值滤波、中值滤波,最大值滤波; 3.频率域的巴斯沃通高低通滤波,余弦变换,walsh变换,SVD编码等; 4.简单的图形编码(hufman编码、香农编码、Golomb编码、算术编码); 5.简单图像复原,涉及逆滤波和维纳滤波; 6.图像分割(这里只有一个大津阈值分割)。-VC-based image processing program 1.
hufman
- 霍夫曼编码对文本文件的压缩与解压缩软件,有设计文档和c++的MFC源文件。(天津工业大学信息学院课程设计)。 -Huffman coding for text file compression and decompression software, design documents and c++ MFC source files. (Tianjin Polytechnic University School of Informatics curriculum design).
huffman
- hufman coding. Input QUALITY determines the amount of information that is lost and compression achieved. Y is an encoding structure containing fields: Y.size Size of X Y.numblocks Number of 8-by-8 encoded blocks Y.qualit
huffman
- hufman coding matlab
hufman
- 应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))