CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Dynamic Huffman

搜索资源列表

  1. LZHUF

    0下载:
  2. 一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4380
    • 提供者:任燕
  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6463
    • 提供者:wzh
  1. 动态哈夫曼编码

    1下载:
  2. 动态哈夫曼编码-Dynamic Huffman coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:我们
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7401
    • 提供者:毛磊
  1. DCT_DHC

    0下载:
  2. 动态Huffman编码与静态Huffman编码。Dynamic Huffman coding and static Huffman coding.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:237124
    • 提供者:myb
  1. 哈夫曼解码译码器c语言

    0下载:
  2. 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4062
    • 提供者:王云云
  1. algraph_binary_tree_huffmantree

    0下载:
  2. 创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evaluation, single-chain, together
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11674
    • 提供者:3230133
  1. Gzip

    0下载:
  2. 本人总结的关于gzip压缩过程中使用的LZ77算法以及动态Huffman编码算法-I have summarized on the gzip compression algorithm used in LZ77 and dynamic Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:19536
    • 提供者:kekjdfeiu
  1. huffman

    0下载:
  2. 实现文本压缩,huffman动态压缩实现-Text compression, huffman dynamic compression to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4807
    • 提供者:yangfeng
  1. AHC

    0下载:
  2. Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffman tree, and coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2028561
    • 提供者:star
  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. vitter

    0下载:
  2. This code is adapted from Professor Vitter s article, Design and Analysis of Dynamic Huffman Codes, which appeared in JACM October 1987 author: karl malbrain, karl_m@acm.org
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:4276
    • 提供者:errtu
  1. VHDL_huffman_decoder

    0下载:
  2. This is a Huffman decoder with dynamic Huffcode tables. A Testbench for a jpg file is include.
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 程序使用简单的Huffman编码实现压缩,不需要其他动态链接,简单方便-Program uses a simple Huffman coding to achieve compression, no other dynamic links, simple and convenient
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1914394
    • 提供者:蒲公应
  1. HuffmanCode

    0下载:
  2. Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。-Huffman coding is the first practical lossless compression coding technology, after years of continuous impr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4427
    • 提供者:杜秋国
  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. DyHufTree

    0下载:
  2. 本程序采用动态哈夫曼树进行编码并压缩文件,与静态哈夫曼树相比,可只读一次文件-set code with a Dynamic Huffman Tree in order to compress a file
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4544109
    • 提供者:鲁学业
  1. asd

    0下载:
  2. huffman动态算法,注视详细绝对实用可靠,希望对大家有所帮助-Dynamic Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:98404
    • 提供者:asdfghjkl
  1. huffman

    1下载:
  2. 用verilog硬件语言实现了动态huffman编码,能够压缩字符串文件,展示了硬件的压缩率-Using verilog hardware descr iption language to achieve a dynamic huffman coding to compress the string file, showing the hardware compression rate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2679
    • 提供者:张龙
  1. 891710

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to()
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:IZE$929527
« 12 3 »
搜珍网 www.dssz.com