资源列表
arithmeticencodingdecoding
- 1.一个vc++环境下的算术编码字符流的编码实例. 2.该编码可以实现任意输入编码字符序列,计算机识别统计字符概率并进行算术编码。 3.适合学生和vc++初学者使用,也可对算术编码基本原理的探求者较大的启示作用.-1. A vc + + environment arithmetic coding characters flow coding examples. 2. The codes can achieve arbitrary character input coding sequen
main
- huffman coding,read data from file
jiami
- 使用C/C++将JPG图像转化成BMP图像并实现图像的加密-Use C/C++ the JPG and BMP images into encryption
yasuosan-
- 这个程序可以实现BMP图片的压缩,缩小存储空间-BMP pictures
haffman
- 利用哈夫曼将一个文件压缩,得出期压缩所后的结果-Huffman a file compression and obtained the results of compression after
wavelet2_plot
- 通过matlab实现的2维小波变换程序,代码书写规范标准,易于读懂,运行简单-Matlab achieved through a two-dimensional wavelet transform, code writing standards, easy to read, simple operation
MatrixComputer11.rar
- c#实现通过原矩阵求对应的逆矩阵的详细代码,c# to achieve the original matrix and the corresponding inverse matrix code
morse_decoding
- This file contains the decoding algorithm for morse code from a wave file
Huffman
- 自己写的有关数据结构哈夫曼树的程序,希望大家提出宝贵意见。-The relevant data structures to write their own programs Huffman tree, I hope your valuable advice.
Code_Huffman
- jpeg中用到的 huffman 编码MATLAB程序 参考-jpeg which uses Huffman coding procedures, MATLAB
GMSVeditCFG
- 一个满好用的工具, 喜欢的人可以下载-One full of handy tools, like people can download and see
rl_I_c
- 資料壓縮技術與應用-變動長度編碼壓縮(Run Length Encoding)~ 整數採用固定長度一個位元組表示法~ 對於只出現一次的位元組S亦用iS取代~