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

搜索资源列表

  1. inftrees

    0下载:
  2. generate Huffman trees for efficient decoding for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:6140
    • 提供者:runsaogang
  1. inftrees

    0下载:
  2. generate Huffman trees for efficient decoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:5711
    • 提供者:ronggongzui
  1. inftree9

    0下载:
  2. generate Huffman trees for efficient decoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:5582
    • 提供者:yerjiupin
  1. hfm

    0下载:
  2. 1.建立哈夫曼树 从终端输入字符大小n,以及n个字符和n个权值,建立哈夫曼树 2、编码 利用已建好的哈夫曼树,对输入的字符进行编码,并输出编码结果 译码:利用已建立好的哈夫曼树对输入的代码进行编码,并输出译码结果-(1) Establish the Huffman tree from the terminal input character size n, and n and n characters right value, establishes a Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:2033787
    • 提供者:安陌
  1. Haffman

    0下载:
  2. 创建一个哈夫曼树,从键盘输入自己的名字和各个字母的权值,输出哈夫曼树。对哈夫曼树进行编码并显示编码结果,完成译码过程并显示。-Create a Huffman tree, from the keyboard to enter their names and weights of each letter, the output Huffman tree. Huffman coding and the coding result display, and displays the decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1782
    • 提供者:赵悦
  1. haffuman

    0下载:
  2. 实现了哈夫曼树的建立,编码,译码过程。涵盖了哈夫曼树的所有操作,可直接运行-Huffman tree establishment realized, encoding, decoding process. Huffman tree covers all the operations can be run directly
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:393042
    • 提供者:宁淡淡
  1. Huffmancode

    0下载:
  2. huffman压缩解压编码,利用huffman生成树生成码字,然后对文本文件编码,之后再解码-Huffman compression decompression code, generated using Huffman tree generated code word, and then to a text file encoding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-15
    • 文件大小:2816214
    • 提供者:沈冲
  1. HuffmanTree2

    0下载:
  2. 哈夫曼算法,VS2010环境下,C++编写。有编码解码过程。从文件读取消息并进行统计与编码,然后可以进行解码验证。-Huffman algorithm, VS2010 environment, C++ write. Encoding the decoding process. Reads the message from the file and statistical encoding, decoding can then be verified.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:7526850
    • 提供者:郭晨
  1. huff

    0下载:
  2. huffman编码、译码,数据结构课程设计-huffman encoding, decoding, data structure course design
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:2107
    • 提供者:刘丽杰
  1. 1

    0下载:
  2. 霍夫曼编码解码,实用程序,源程序,只用好用,通用。-Huffman encoding and decoding, utilities, source code, using only easy to use, universal.
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:3383
    • 提供者:王尼玛
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:6523454
    • 提供者:Peter
  1. huffmantree

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 基本要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,(选做:并将它存于文件hfmTree中)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3503
    • 提供者:微白
  1. 1

    0下载:
  2. 基于delphi开发环境的哈弗曼编码解码程序-Development environment based on delphi Huffman encoding and decoding procedures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:179789
    • 提供者:李林
  1. huffff

    0下载:
  2. 基于赫夫曼的编码和解码,适合于数据结构初学者~-Huffman encoding and decoding based on
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:4053
    • 提供者:棉花
  1. jdhuff

    0下载:
  2. This file contains Huffman entropy decoding routines for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:12931
    • 提供者:yonranler
  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
  1. jpeg_decode

    1下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:60300
    • 提供者:颖风
  1. huffmanOK

    0下载:
  2. 哈夫曼编码译码器,可以实现构造哈夫曼树、编码、解码等功能-Huffman decoder can achieve Huffman tree structure, encoding, decoding, etc.
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6473671
    • 提供者:
  1. Huffman_Coding_For_English_File

    0下载:
  2. 完成了对英文文档的赫夫曼编码和解码工作,速度还行。CreateProbability用户创建字符的出现概率,HuffmanEnDeCoding用户根据字符概率进行文档的编码和解码工作-Completion of the English document Huffman coding and decoding, speed is also OK. User-created character CreateProbability probability, HuffmanEnDeCoding prob
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1375284
    • 提供者:baxuelong
  1. huffcode

    0下载:
  2. 这是使用c++中的mfc实现的,对一个文件进行哈夫曼编码,并对产生的编码文件实现解码-This is the use of c++ mfc achieve, Huffman coding on a file, and the resulting encoded file to achieve decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4945831
    • 提供者:TOM
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 »
搜珍网 www.dssz.com