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

搜索资源列表

  1. BCBHUFFDecod

    0下载:
  2. 用BCB编程的哈夫曼解编码程序,进行哈夫解压缩程序源码-BCB programming Huffman decoding and encoding procedures, for Huff solution compression program source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-27
    • 文件大小:16259
    • 提供者:prodav
  1. HuffmanTree

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

    • 发布日期:2017-11-15
    • 文件大小:253538
    • 提供者:丁洁琼
  1. DM6446JPEG-encode

    0下载:
  2. 一个原始图像信息,要对其进行 JPEG 编码,过程分两大步: i) 去除视觉上的多余信息,即空间冗余度 ii)去除数据本身的多余信息,即结构(静态)冗余度 JPEG 编码中主要涉及到的内容主要包括: i) Color Model Conversion (色彩模型) ii) DCT (Discrete Cosine Transform 离散余弦变换) iii)重排列 DCT 结果 iv) 量化 v) RLE 编码 vi) 范式 Huffman 编码 v
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:25488
    • 提供者:cnauth
  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. 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. Huffman100

    0下载:
  2. 使用Huffman编码进行文本加密(压缩)的一个示例程序。输入一段文字,自动建立Huffman树并生成各字符对应编码,并对编码前和编码后分别占用的空间进行计算-A sample program using Huffman code for text encryption (compression). Enter a text, program will automatically create Huffman tree and generate the corresponding charact
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:2223
    • 提供者:wzf
  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. hafuman1

    0下载:
  2. hafuman编码的一个源程序,可以运行。运行时输入节点数、输入各点权值即可得到哈弗曼树的构造过程-hafuman encoding a source, you can run. Runtime input nodes, enter the weight value of each point can be obtained during the construction of Huffman trees
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:766141
    • 提供者:wyl
  1. JPEG

    0下载:
  2. 基于C++语言的JPEG编码,添加符号(游程长度、占用位数等)用霍夫曼编码,幅度值用修改的二进制正常编码-JPEG encoding on C++ language, add a symbol (run length, take bits, etc.) using Huffman coding, the amplitude values ​ ​ are modified normal binary code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:288947
    • 提供者:孙彬
  1. JPEG

    0下载:
  2. 添加符号用霍夫曼编码,幅度值用修改的二进制正常编码。此Jpeg是在编码前,将整个数据减去128,这样可能可以提高性能。-Add symbol Huffman coding, binary amplitude values ​ ​ with the modified normal coding. This Jpeg is prior to encoding the entire data minus 128, which may be able to improve perfo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:288944
    • 提供者:孙彬
  1. CODE_UPLOAD

    0下载:
  2. 文件压缩是有用,当传输非常大的文件。每个字符的Ascii文本文件编码由一个8位固定长度的代码。这些文件通常可以大大压缩,如果不是这个固定长度的代码使用一个变量长度代码更频繁出现字符有短码和更少的字符有较长的代码出现。例如,一个大型数据文件可能主要是数字、空间和换行字符。如果短(小于8位)编码是用于这些然后文件将大大压缩。一个Lisp文件可能有很多左和右括号在它。使用短代码对这些将压缩文件。使用霍夫曼编码压缩文件。-File compression is useful when the trans
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:3790
    • 提供者:柏林的春天
  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. yuesefuhuan

    0下载:
  2. 实现以下功能: ⑴I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中; ⑵E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件Codefile中 ; ⑶D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中; ⑷P:打印代码文件(
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:68777
    • 提供者:陈天骄
  1. arithcode

    0下载:
  2. Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1425
    • 提供者:bhushan
  1. code-and-decode-for--hoffman

    0下载:
  2. 代码中写出了哈弗曼树编码与解码的相关内容,请有兴趣的来看看验证。-Write code encoding and decoding Huffman tree related content, please verify interested to see.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2113
    • 提供者:庞文杰
  1. huofumanbimayimaqi

    0下载:
  2. 赫夫曼编码/译码器。在发送端通过一个编码系统对待传输数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-Huffman encoder/decoder. On the transmit side to treat pre-encoded data transmission through a coding system at the receiving end of data from decoding (recove
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:455307
    • 提供者:faye
  1. main

    0下载:
  2. 1.在电报收发等数据通讯中,常需要将传送的文字转换成由二进制字符0、1组成的字符串来传输。为了使收发的速度提高,就要求电文编码要尽可能地短。此外还要保证任意字符的编码都不是另一个字符编码的前缀,这种编码称为前缀编码。 2.Huffman树可以用来构造编码长度不等且译码不产生二义性的编码。 -1 In the telegram send and receive data communications, and often need to send the text into a stri
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1272
    • 提供者:奋斗菠萝
« 1 2 ... 34 35 36 37 38 3940 41 42 »
搜珍网 www.dssz.com