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

搜索资源列表

  1. huffmancodinginjava

    0下载:
  2. this for development of huffman encoding and decoding in java in java swings.-this is for development of huffman encoding and decoding in java in java swings.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4281652
    • 提供者:murthy
  1. huffman

    0下载:
  2. 哈夫曼编码及译码实现--数据结构哈夫曼算法实现-Huffman coding and decoding achieve
  3. 所属分类:Data structs

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

    0下载:
  2. 哈弗曼编码和解码的C程序,可用于图像的压缩处理-Havermann encoding and decoding of the C program can be used for image compression processing
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:9168
    • 提供者:李万欣
  1. huffman

    0下载:
  2. 哈弗曼编/译码程序,C语言实现.这个程序是从文件中读取字符串,编码和译码之后也写到文件里,可以改变文件路径,或做适当更改,编程从终端输入输出.自己写的,可能会有不合适的地方,供大家参考而已.-Havermann encoding/decoding process, C language. This program is the string read from a file, encoding and decoding is also written after the file, you ca
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:469265
    • 提供者:water
  1. Huffmandecodingtoachieve

    0下载:
  2. 此代码为哈夫曼树以及哈夫曼编码译码的实现-Huffman decoding to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4780
    • 提供者:jack
  1. adaptivehuffman.m.tar

    0下载:
  2. Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:3814
    • 提供者:Ibraham
  1. huffman

    0下载:
  2. 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
  3. 所属分类:Other windows programs

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

    0下载:
  2. Huffman的编码和译码,东西比较简单-Huffman encoding and decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7470
    • 提供者:王浩然
  1. JPEGencodinganddecoding

    0下载:
  2. 程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decodin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:14232
    • 提供者:李朋
  1. MP3-Code

    1下载:
  2. Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:70813
    • 提供者:赵昕
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. Huffman

    0下载:
  2. 哈夫曼编码和译码.rar,用C++写的,能够运行-Huffman encoding and decoding. Rar, written with C++, able to run
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:李雄
  1. JPEG-matlab

    0下载:
  2. JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:52063
    • 提供者:huan
  1. Huffman

    0下载:
  2. 里面是Huffman编译码实验的实验报告,是用C编写的-Huffman encoding and decoding experiments inside the experimental report is written in C
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:97078
    • 提供者:凃卫军
  1. huffman

    0下载:
  2. 数据结构哈夫曼编码解码算法包括编码和解码-Huffman encoding and decoding data structures, including encoding and decoding algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:279572
    • 提供者:wang
  1. MP3decodingprocess

    0下载:
  2. 提供了一个mp3的解码程序,包括mp3dec.h -主要的头文件定义函数在解码器的结构和 mp3dec.c -主源文件,包括主回路和最解码功能 mp3dec_D.h -数据的窗口函数 huff.c -哈夫曼解码器(速度,从观念,这是借来 的托米斯拉夫乌泽拉茨安培) huffman.h -霍夫曼解码器的Tablefile fastimdct.c -优化的变换的IMCT fastsb.c -优化的“多相变换子带”,真正的IMCT另一 windowing.c -输出过滤功能
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:34887
    • 提供者:张彦
  1. HuffMan

    0下载:
  2. Huffman编码及译码 1:将给定字符文件编码:生成编码,输出每个字。 2:将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding 1: the given character encoding files: generated code, the output of each word. 2: decode the given encoded files: build character, the output encodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:284448
    • 提供者:姚丽文
  1. huffman

    0下载:
  2. 屏幕输入数据形成Huffman树并对其进行编码和 译码-Huffman tree screen data entry form and its encoding and decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:274036
    • 提供者:linlin
  1. Huffman

    0下载:
  2. 进行Huffman的编码以及译码。而且有画出Huffman编码的树-For Huffman coding and decoding. But also draw Huffman coding tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:563951
    • 提供者:黄立杰
  1. zxy--Huffman

    0下载:
  2. 此程序是数据结构中哈夫曼树的应用,实现电文的编码译码-This program is in the Huffman tree data structure applications, achieving coding and decoding messages
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:908831
    • 提供者:小西
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com