搜索资源列表
数据压缩_
- 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
数据压缩_
- 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
adaptive_huffman
- 自适应的霍夫曼编码是一种扩展的熵编码方法,取得了更高的编码效果。这是几种自适应霍夫曼编码的实现方法。希望对大家有用。-adaptive huffman coding is an extended coding method ,which can get more efficient compression ratio. this is kinds of adaptive huffman coding methods. i hope it
hfm
- 自适应霍夫曼编码。。在VS2008下运行。。C++源码-Adaptive Huffman coding. . Run in VS2008. . C++ Source
AdaptHuf
- 自适应霍夫曼编码算法,是压缩编码算法的一种,在霍夫曼编码算法的基础上改进得到的-Adaptive Huffman coding algorithm, a compression algorithm, and Huffman coding algorithm based on improved access
adaptive-huffman-coding-c
- 本程序是使用c语言编写的自适应霍夫曼编码,对于只熟悉c语言的同学会有很大帮助。-This procedure is the use of adaptive Hoffman coding of C language, the only familiar with the C language students will be of great help.
ImageProcessing
- 图像处理所以基础程序:图像显示: Bayer抖动显示 Floyd-Steinberg抖动显示 图像增强: 灰度变换 直方图均衡 局部平均平滑 中值滤波 理想低通滤波 Butterworth低通滤波 图象锐化 理想高通滤波 Butterworth高通滤波 伪彩色增强 图像复原: 运动模糊 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 图像变换: 傅立叶变换 快速傅立叶变换 离散余弦变换 沃尔什变换 霍特林
a_huffman
- 改进传统霍夫曼编码不能自适应根据输入字符改变编码结果的缺点,用python实现自适应霍夫曼编码,每次输入一个字符,给出一个编码结果(The improvement of the traditional Hoffman encoding cannot change the encoding results adaptively according to the input character shortcomings, realize t