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

搜索资源列表

  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. hafum

    0下载:
  2. 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:火山
  1. MP3CoderDecoderSourceCodeBaseOnDSP

    0下载:
  2. mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:35.66kb
    • 提供者:slam
  1. 哈夫曼编译码器

    0下载:
  2. 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:
  1. 用DSP进行mp3解压缩的算法原程序

    0下载:
  2. 用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:35.94kb
    • 提供者:杨占军
  1. 哈夫曼编码原码

    0下载:
  2. 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code no
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.07kb
    • 提供者:陈志德
  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. 哈弗曼编/译码器C#版本 很实用的一个程序 -哈弗曼encoder/decoder C# Version of a program is very useful
  3. 所属分类:CSharp

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

    0下载:
  2. Huffman decoder algorithm C++ file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:Engineer Maro
  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. mp3decodermad

    0下载:
  2. 开源mp3解码库mad,许多公司都在用。-decoder.c decoder.h frame.c frame.h huffman.c huffman.h stream.c stream.h synth.c synth.h
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-03
    • 文件大小:304.19kb
    • 提供者:hdy
  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. 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
    • 文件大小:34.07kb
    • 提供者:张彦
  1. Huffman-decoder

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

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

    0下载:
  2. 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
  3. 所属分类:Data structs

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

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

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

    0下载:
  2. 可视化窗口的哈夫曼编码/解码器 运用了C++和Visual C++ 可视化窗口下在文本框输入需要编码/译码的内容即可实现(Huffman coding / decoder for visual windows)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:131kb
    • 提供者:Polly_J
搜珍网 www.dssz.com