CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自适应哈夫曼编码

搜索资源列表

  1. adaptive-huffman

    1下载:
  2. 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5082
    • 提供者:陈文杰
  1. Adaptive-Huffman-Coding

    0下载:
  2. Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38923
    • 提供者:yy
  1. arith-n.zip

    0下载:
  2. Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:12606
    • 提供者:王丛知
  1. HFMDaiMa

    0下载:
  2. 自适应哈夫曼编码,可以很深入的了解哈夫曼是最优熵编码的原因-Adaptive Huffman coding, can be a deeper understanding of the optimal Huffman entropy coding is the reason
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1770
    • 提供者:木灵蓝
  1. 21840283comp

    0下载:
  2. Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-err
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:48520
    • 提供者:李金仁
  1. TheDataCompressionBook2ndEditionMarkNelson

    0下载:
  2. 本书详尽描述了各类主要的压缩算法,包括LZW,哈夫曼,自适应哈夫曼,算术编码等-This book describes in detail the main types of compression algorithms, including LZW, Huffman, adaptive Huffman, arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1535997
    • 提供者:飞飞
  1. huffman

    0下载:
  2. 自适应(或动态)哈夫曼算法取消了统计,可在压缩数据时动态调整哈夫曼树,这样可提高速度。因此,哈夫曼编码效率高,运算速度快,实现方式灵活。-Adaptive (or dynamic) Huffman algorithm to cancel the statistics, the data can be dynamically adjusted in the compressed Huffman tree, which can improve speed. Therefore, the Huffma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2313
    • 提供者:
  1. AdaptiveHuffmanCoding

    0下载:
  2. 自适应哈夫曼压缩编码算法源码,可以在做稍微修改后在Matlab环境中直接运行-failed to translate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:293498
    • 提供者:Scotty
  1. two-programs

    0下载:
  2. 两个程序,分别实现MPCA和用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-Two procedures, realized respectively MPCA and used for one dimensional 8 bit or 16 bit integer array adaptive Huffman Huffman encoding.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:2185476
    • 提供者:邢景武
  1. A_HUFFMAN

    0下载:
  2. 本程序实现自适应哈夫曼编解码功能,能够对ASCII文件进行编码及解码。-This procedure realize adaptive Huffman encoding and decoding function, support for codec all ASCII files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:25761
    • 提供者:徐君
  1. AdaptiveHuffman

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

    • 发布日期:2018-01-08
    • 文件大小:3645440
    • 提供者:yu_x
  1. 自适应哈夫曼编码

    0下载:
  2. 这是我大学的一个作业,要求实现自适应哈夫曼编码。具体请看文档(This is a job in my university multimedia, which requires arithmetic coding. Please see the document)
  3. 所属分类:多媒体

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:tiger12312
  1. adaptiveHuffman

    2下载:
  2. 自适应哈夫曼编码的C++实现,从屏幕读取输入,将每个字符的编码及总体编码打印在屏幕上。(The C++ implementation of adaptive Huffman coding reads the input from the screen and prints the encoding and overall encoding of each character on the screen.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-30
    • 文件大小:2048
    • 提供者:auutesius
  1. 自适应哈夫曼编码

    2下载:
  2. 基于MATLAB实现的自适应哈夫曼编码,编码解码都可以实现
  3. 所属分类:系统编程

搜珍网 www.dssz.com