CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - Huffman Encoder Decoder

搜索资源列表

  1. huff_sc-1

    1下载:
  2. 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:37.97kb
    • 提供者:陆全聪
  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12.85kb
    • 提供者:沈宏伟
  1. a.rar

    0下载:
  2. 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15.27kb
    • 提供者:yangyang
  1. HuffmanCode

    1下载:
  2. /*哈夫曼编/译码器 完成Huffman 编码的译码过程。 即输入一个码串,请翻译成相应的字符串。 要求有编码过程和解码过程。*/-/* Huffman encoder/decoder to complete the decoding process of Huffman encoding. That the input string 1 yards, please be translated into the corresponding string. Requirements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3.71kb
    • 提供者:ping
  1. CodHuffman

    0下载:
  2. Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.-Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as inp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:7.46kb
    • 提供者:Calin Juravle
  1. hafuman

    0下载:
  2. 哈夫曼编/译码器 课程设计指导书 课程设计的目的 课程设计的目的是训练学生灵活应用所学数据结构知识,独立完成问题分析、总体设计、详细设计和编程实现等软件开发全过程的综合实践能力。巩固、深化学生的理论知识,提高编程水平,并在此过程中培养他们严谨的科学态度和良好的工作作风。-Huffman encoder/decoder guide curriculum design curriculum is designed to curriculum design is aimed at trainin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5.22kb
    • 提供者:张馨月
  1. hafuman

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

    • 发布日期:2017-03-22
    • 文件大小:26.75kb
    • 提供者:溶溶
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:101.31kb
    • 提供者:倾泠月
  1. Huffman

    0下载:
  2. self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2.85kb
    • 提供者:DeamonKenji
  1. Huffman

    0下载:
  2. Using entropy coding -- Huffman encoder and decoder demo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.78kb
    • 提供者:ace
  1. haffman

    0下载:
  2. 哈夫曼编码器和哈夫曼解码器,很辛苦做的,希望能帮到你-Huffman encoder and Huffman decoder, it is hard to do, hope you can help
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:15.65kb
    • 提供者:sdalong
  1. Huffman

    0下载:
  2. 利用 Huffman 编码进行通信可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码,在接收端进行解码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/解码系统。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:320.6kb
    • 提供者:罗杨
  1. huffmanencoderdecoderjava

    0下载:
  2. huffman编码和反编码的java实现 FileOpen.java HffmanCoding.java Huffman.java HuffmanWindow.java TotalChars.java-huffman encoder decoder java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:4.99kb
    • 提供者:胡胡
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:58.25kb
    • 提供者:qiancongrong
搜珍网 www.dssz.com