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

搜索资源列表

  1. fast huffman decoder

    0下载:
  2. A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
  3. 所属分类:密码/编码算法

    • 发布日期:2012-01-05
    • 文件大小:371.36kb
    • 提供者:qqnice
  1. Huffman

    0下载:
  2. 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:10.8kb
    • 提供者:zk
  1. hafumanbianmayumaqi

    0下载:
  2. 哈夫曼编码译码器,能在文章中查找和计算出字母的位置和字数。-Huffman decoder can find in the article and letters to calculate the location and number of words.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:13.77kb
    • 提供者:卓越
  1. huffman

    0下载:
  2. 哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2kb
    • 提供者:shenglong
  1. 3457435354

    0下载:
  2. 哈夫曼解码译码分块详解,注释完全,从文本读取文件 译码 解码-Huffman decoder block decoding explain, notes entirely, from the text read from the file decoder decoding
  3. 所属分类:Compress-Decompress algrithms

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

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

    • 发布日期:2017-04-17
    • 文件大小:251.01kb
    • 提供者:zhengks
  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. 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. HuffmanDecoder

    0下载:
  2. Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:317.58kb
    • 提供者:kobe_fu
  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. huffmandecoder_latest.tar

    0下载:
  2. huffman decoder in groupmatchin algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:226.94kb
    • 提供者:gopala
  1. zonal_coding

    0下载:
  2. rar file contains frame separation, decoder, huffman table, compensated B frame and etc.,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:35.54kb
    • 提供者:vg_vg
  1. decode

    0下载:
  2. Huffman decoder, given codebook and encoded text to verify your algorithm. need codebook.txt each line consists of letter space its code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:659byte
    • 提供者:abaki
  1. huffman

    0下载:
  2. Huffman编码译码器 采用输入字符自行统计字符频度 建立哈弗曼树编码译码-Huffman coding decoder input characters using character frequency statistics to establish their own tree coding and decoding Havermann
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.52kb
    • 提供者:李四
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1.13mb
    • 提供者:莫凡
  1. Mp3-Huffman-DECODER

    0下载:
  2. Huffman Vhdl code for mp3 Decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:3.91kb
    • 提供者:TA
  1. Huffman-decoder

    1下载:
  2. 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.36kb
    • 提供者:张晓敏
  1. Huffman

    0下载:
  2. 哈夫曼编码译码器,主要用于学生学习交流使用,可对txt文件进行压缩解压缩。-Huffman decoder, is mainly used for students to learn to share, txt file compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:Carl Sun
  1. huffman

    0下载:
  2. 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:179.18kb
    • 提供者:罗鱼
  1. Huffman-Decoder-master

    0下载:
  2. 用verilog编写的huffman解码程序(huffman decoder verilog)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-07
    • 文件大小:4kb
    • 提供者:张巨炮
« 12 3 »
搜珍网 www.dssz.com