搜索资源列表
Huffman_C
- 用c实现Huffman编码,基于概率统计,压缩率较高-c achieve with Huffman coding, based on statistical probability, the higher compression rate
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
huffman_code_decode
- 编解码分为2个文件,供学习使用,通过读取文件信息统计概率,然后构建huffman树
huffman_en_decode
- 霍夫曼编译码,对数据文件中的字符进行统计,根据概率进行编码,并实现对数据文件压缩和解压缩过程
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
matlab
- matlab 常用指令 概率统计 方便快捷的学习使用-matlab programmable stationally
hufferman
- 利用概率统计知识实现文件压缩与解压缩(哈夫曼压缩算法C++描述)-Huffman compression( C++ descr iption)
Huffman
- Huffman编码实现文本文件压缩,实现最基本的哈夫曼编码,对文件进行两次扫描,第一次统计概率,第二次进行编码。压缩和解压缩时分别重新建立树,重新编码,以减小压缩后文件大小。-Huffman Coding a text file compression, Huffman coding to achieve the most basic, two scans of documents, the first statistical probability, and the second encode
huffman
- 简易哈弗曼编码解码C语言实现 可对输入字符统计概率并编码,然后 根据 编码自行解码 -an example of Huffman code
huffman2
- 基本的霍夫曼编码,通过统计每个词条出现的概率,构造霍夫曼树,可对二进制数据进行编码-Basic Huffman coding, the probability of each entry of the statistics, construct the Huffman tree, the binary data is encoded
SSBMmatrix
- 算术编码,根据统计的概率分布对矩阵进行算术编码并且进行解压-Arithmetic coding.According to the statistics of the probability distribution for the matrix arithmetic coding and decompress
guiyihua
- MATLAB编程对一组数据进行归一化处理后统计它的概率密度函数后画图-MATLAB programming on a set of data normalization processing after statistics of its probability density function