CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 哈夫曼编码

搜索资源列表

  1. 产生哈夫曼编码的源代码

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

    • 发布日期:2008-10-13
    • 文件大小:4417
    • 提供者:鲸鱼
  1. 哈夫曼编码解码

    0下载:
  2. 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:24035
    • 提供者:胡骥骏
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. Huffman

    2下载:
  2. 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:51673
    • 提供者:章国艺
  1. hafuman

    0下载:
  2. 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Huffman coding for home use can greatly improve the communication channel utilization, shorten the res
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:7543
    • 提供者:lizhi
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. Huffuman_Encoding

    0下载:
  2. 哈夫曼编码是消除编码冗余最常用的方法,被广泛应用于各种数据压缩技术。-Huffman coding is the most commonly used to eliminate redundant coding methods are widely used in a variety of data compression technology.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1838
    • 提供者:孙红昭
  1. code

    0下载:
  2. 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码,要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Given the message Huffman, given Huffman code decoding request message is stored in the document 1, the result of coding is stored in the document 2, a given code is stored
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1990
    • 提供者:sanghy
  1. Huffman-encoding-decoding

    1下载:
  2. 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:3780
    • 提供者:白杨
  1. chap06

    0下载:
  2. ch6: 哈夫曼编码 (§6.1.4)-ch6: Huffman Coding (§ 6.1.4)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2303
    • 提供者:汤跃峰
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:293046
    • 提供者:wyshzz
  1. 222901932200711211050591887993

    0下载:
  2. JPEG图像编码,DCT,哈夫曼编码,熵编码-jpegtuxiangyasuobianma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1459725
    • 提供者:胡俊燕
  1. dsdsadasdas

    0下载:
  2. 哈夫曼 编码的一些特性全集,适合与毕业论文的参考资料-huffman note ,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3603793
    • 提供者:arzu
  1. Huffman_code_report

    0下载:
  2. 哈夫曼编码与反编码的源程序,以及哈夫曼编码与反编码实验报告。-Huffman source code and paper report.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12999
    • 提供者:Kang xiaoyang
  1. huffman

    0下载:
  2. 很好用的一个哈夫曼编码译码 自己已经通过运行 希望大家可以把它修改得更好-Huffman used a very good codec by running he had hope that we can modify it even better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1601
    • 提供者:xj
  1. huffman

    0下载:
  2. 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such as STL or components. Only usin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13839
    • 提供者:zhaoyibin
  1. data

    2下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:161490
    • 提供者:yanyumeng
  1. 39709603Huffman

    0下载:
  2. 通过MATLAB 仿真实现哈夫曼编码的图片压缩-MATLAB Simulation by Huffman coding of image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:51673
    • 提供者:zhangxuejian
  1. AdaptiveHuffman

    2下载:
  2. visual studio2015平台下使用C++语言进行的自适应哈夫曼编码和解码,课程作业,只对老师给的序列进行了编码和解码,不针对任意文章(Adaptive Huffman Encoding & Decoding)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:3645440
    • 提供者:yu_x
  1. Program3_1

    0下载:
  2. 哈夫曼编码和译码过程 信息论与编码作业 自定义输入(Huffman coding and decoding process)
  3. 所属分类:压缩解压

    • 发布日期:2020-04-08
    • 文件大小:3072
    • 提供者:lurwww
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com