登录
首页 » Compress-Decompress algrithms » Huffman compression algorithm for image compression, the absolute ease of use, n...

Huffman compression algorithm for image compression, the absolute ease of use, n...

于 2023-04-21 发布 文件大小:12.88 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

霍夫曼压缩算法,针对图像压缩,绝对好用,不信试试。-Huffman compression algorithm for image compression, the absolute ease of use, not to try.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个数据结构的线索二叉树的算法,是用C来编程的
    这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
    2023-09-04 01:55:03下载
    积分:1
  • 一个将mp3/mp2文件解压成wav文件的源码
    一个将mp3/mp2文件解压成wav文件的源码-a document to extract mp3/mp2 wav file into the source
    2022-02-25 08:36:50下载
    积分:1
  • 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输...
    一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。 比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。 如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。 二 . 概要设计: 1) 哈夫曼树的特点 a) 是二叉树的一种,而且是一种没有度数是1的二叉树 b) 一棵树有n个叶子,就会用2n-1个节点 c) 一种“最优”二叉树,由于树的带权路径(WPL)最小 d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
    2022-03-21 06:23:05下载
    积分:1
  • unix/linux下支持各种压缩算法的软件,支持gzip、7z、arj、rar、bzip...
    unix/linux下支持各种压缩算法的软件,支持gzip、7z、arj、rar、bzip-unix/linux to support various compression algorithm software, support gzip, 7z, arj. rar, bzip
    2022-07-24 07:50:01下载
    积分:1
  • VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)...
    VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)-This algorithm is written in VB,and the speed and compression rate are good overall!
    2022-02-12 03:55:33下载
    积分:1
  • 利用哈夫曼编码压缩)
    ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The
    2022-02-27 02:39:35下载
    积分:1
  • 实现显示字体大小的程序 大家多提点小意见
    实现显示字体大小的程序 大家多提点小意见-Shown Font size realize the procedure to talk too much about everyone and little advice
    2022-01-25 14:50:16下载
    积分:1
  • 本程序是通过软件模拟I2C协议对8563进行读写函数
    本程序是通过软件模拟I2C协议对8563进行读写函数-This procedure is simulated by software I2C protocol of 8563 to read and write function
    2023-06-17 17:35:03下载
    积分:1
  • 哈夫曼算法以及哈夫曼树实现 c++实现 这个是编码的基础
    哈夫曼算法以及哈夫曼树实现 c++实现 这个是编码的基础-Huffman Huffman tree algorithm and realize c++ Realize this is the basis of coding
    2022-03-05 18:29:04下载
    积分:1
  • 简易的JPEG压缩程序(Matlab实现)
    简易的JPEG压缩程序(Matlab实现)-Summary of the JPEG compression process (Matlab realize)
    2023-05-03 00:45:03下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载