登录
首页 » Compress-Decompress algrithms » C语言的Huffman编码的逆过程,掌握数据压缩…

C语言的Huffman编码的逆过程,掌握数据压缩…

于 2022-02-03 发布 文件大小:4.32 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment

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

发表评论

0 个回复

  • TCompress Component Set For Delphi Kylix BCB v9.0
    TCompress Component Set For Delphi Kylix BCB v9.0
    2022-06-02 00:57:23下载
    积分:1
  • 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在...
    这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it became a category C, it can be to facilitate the compression.
    2022-07-18 10:03:51下载
    积分:1
  • linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。...
    linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。-under the wavelet data compression methods to maintain the rate of energy as a standard compressed.
    2022-03-11 10:25:56下载
    积分:1
  • Ship version 1.7
    Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the other end (ship will unship).-Ship version 1.7-- utility to encode. split. and mail binary data and reconstruct the data at the other end (ship will unship).
    2022-04-29 12:21:39下载
    积分: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
  • use RealOne media player controls on the production and achieve in a single docu...
    利用RealOne控件制作媒体播放器,实现在单文档结构的视图窗口中播放文件-use RealOne media player controls on the production and achieve in a single document structure of the View window shows documents
    2023-01-31 01:10:03下载
    积分:1
  • 内存测试软件,你需要找一排6
    记忆测试软件,您需要连续找出6-8个相同图标的方块-Memory test software, you need to find a row 6-8 of the same icon in the box
    2022-05-25 07:50:15下载
    积分:1
  • ADPCM音频编解码器,使用标准的C语言编程,实现了G.711,g.72 3,…
    音频ADPCM编解码器,采用标准C语言编程,实现G.711,G.72 3,16K,24K,32K算法-ADPCM audio codec, using standard C language programming, realize G.711, G.72 3,16 K, 24K, 32K Algorithm
    2022-01-25 18:36:54下载
    积分:1
  • #定义区卫生。0
    #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1 #define Red PORTB.7 #define EndOfValid 11000 eeprom unsigned int Valid= 0 // ---------------------------------------------------------------------------------------------------------------------- void DingDong(void) { Valid++ Red= 1 -#define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1 #define Red PORTB.7 #define EndOfValid 11000 eeprom unsigned int Valid= 0 //---------------------------------------------------------------------------------------------------------------------- void DingDong(void) { Valid++ Red= 1
    2022-09-15 12:15:04下载
    积分:1
  • 图书借阅系统查询功能
    图书借阅系统查询功能-Book Loan System inquiry
    2023-07-06 07:25:03下载
    积分:1
  • 696524资源总数
  • 103848会员总数
  • 55今日下载