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

搜索资源列表

  1. Huffman_Coding

    0下载:
  2. IMAGE SOURCE CODING & DECODING In This code The Coding Technique Used Is Huffman Coding Data Input Is A Gray Image The Symbols Are The Intensity Levels Of The Pixels (256 Intensity)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3036
    • 提供者:Mostafa Helal
  1. JPEG_DECODE

    1下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder class support common JPEG file format, which is currently the most JPEG files in the f
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:208259
    • 提供者:hxzg
  1. HuffmanTree

    0下载:
  2. 霍夫曼树编码与解码,给定数据构造出霍夫曼树,并进行二进制编码,最后再解码-Huffman tree encoding and decoding, given data Huffman tree is constructed, and the binary encoding, and then decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1918
    • 提供者:陈典浩
  1. DS_EX1

    0下载:
  2. 数据结构实验:设计一个基于哈夫曼树的数据压缩程序,根据给定的待压缩文件中字符出现的频率建立相应哈夫曼树,构造哈夫曼编码表,在此基础上可以对待压缩文件进行压缩(即编码),同时可以对压缩后的二进制编码文件进行解压(即译码)-Experimental data structure: a design based on Huffman data compression program, to establish the corresponding Huffman tree based on the fr
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:956
    • 提供者:peter
  1. hafuman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(解码)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站设计一个哈夫曼编/译码系统。-The use of Huffman encoding can greatly improve the communication channel utilization, reduce the inform
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-06-03
    • 文件大小:2803607
    • 提供者:李华
  1. hafuman-xiaochengxu

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(解码)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站设计一个哈夫曼编/译码系统。-The use of Huffman encoding can greatly improve the communication channel utilization, reduce the inform
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:12403804
    • 提供者:李华
  1. ADCS_ASS_Q3

    0下载:
  2. Complete the integration of all the blocks using source and convolutional coders on the previous slide. Next add modulation and AWGN channel. Now show the working of the whole system by showing the Huffman coded dictionary, channel coded data, conste
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:762
    • 提供者:tahir
  1. schedulgeousecomparison

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,压缩包止包括源程序文件,再vc中运行,-This is a Huffman code decoding of the source program, package check including source program files, run in the vc,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:3220
    • 提供者:Rkbert
  1. ekcodilg

    0下载:
  2. [CC++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC-[CC++] Huffman encoding and decoding structure tree HT, hoffman and the n character encoding HC hoffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:149504
    • 提供者:asserz
  1. HuffmanTree

    0下载:
  2. 实现了哈夫曼树的创建,编码,译码,打印哈夫曼树等功能(To create the Huffman tree, encoding, decoding, tree printing and other functions)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:164864
    • 提供者:outsider
  1. 哈夫曼编译器

    1下载:
  2. 实现对一个简单文本进行哈夫曼编码译码,并打印哈夫曼树(Huffman encoding and decoding of a simple text)
  3. 所属分类:网络编程

    • 发布日期:2017-12-18
    • 文件大小:17408
    • 提供者:马上
  1. 代码1-9

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

    • 发布日期:2017-12-23
    • 文件大小:586752
    • 提供者:星恋*情殇
  1. 哎呀

    2下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1)从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2)统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3)根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4)图形化输出哈夫曼树、哈夫曼编码; (5)将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀名.huf) (6
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:木七123
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼树进行 编译码系统的设计,主要功能包括统计字符频率,编译码和哈夫曼树的动态生成(Huffman tree encoding and decoding system design)
  3. 所属分类:界面编程

    • 发布日期:2017-12-21
    • 文件大小:8117248
    • 提供者:Bound_
  1. 1761105

    0下载:
  2. Rle and Huffman of the centralized coding and decoding
  3. 所属分类:系统编程

    • 发布日期:2017-12-24
    • 文件大小:22528
    • 提供者:FMRF%2426577
  1. clmpxled

    0下载:
  2. 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件(Huffman encoding decoding procedures, can be compiled code for any given string, and will be generated in the middle of the code written to a file)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:XTTofw!34360
  1. Huf

    0下载:
  2. 哈夫曼树的实现,哈夫曼编码解码,c++源码,数据结构与算法(Huffman tree implementation, Huffman coding and decoding, c++ source code, data structures and algorithms)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:Amysear
  1. 123

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计(MATLAB Hoffman Huffman encoding and decoding GUI interface design)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:祝祥亚
  1. 哈夫曼编码示例

    0下载:
  2. 使用类实现哈夫曼树,在此基础上实现了一个简单的哈夫曼编码译码系统。(Using the class to achieve Huffman tree, on this basis, to achieve a simple Huffman coding and decoding system.)
  3. 所属分类:Windows编程

  1. 00

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

    • 发布日期:
    • 文件大小:1024
    • 提供者:虾米丶
« 1 2 ... 24 25 26 27 28 2930 »
搜珍网 www.dssz.com