CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 mpeg/mp3 搜索资源 - MP3 c decoder

搜索资源列表

  1. MP3编解码系统

    0下载:
  2. (1)“MP3目录”下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序可在Windows 2000、Visual C++6.0环境下编译通过,在\\\\MP3\\Debug目录下有可直接运行的执行文件。 (3)本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-(1) "MP3 directory" for a complete player CoolPlayer all the code, "de
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:756503
    • 提供者:夏晨晨
  1. mp3_code_decode

    1下载:
  2. 用C编写的mp3编解码原码,包括layer3编码源码和mp3解码源码-prepared by the original mp3 codec yards, including layer3 MP3 encoder and decoder source FOSS
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:77541
    • 提供者:htt
  1. MP3_Decode_Code

    0下载:
  2. MP3解码源码 MP3 Decode C ompile With C-MP3 decoder source MP3 Decode Compile With C Code
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:36984
    • 提供者:高扬
  1. mp32src1

    0下载:
  2. mp3解码源程序。基于maplay 的代码编写。在文件mp3.c中有更详细的信息。-mp3 decoder source. Based on the code maplay prepared. Mp3.c the document is more detailed information.
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:141777
    • 提供者:qihuafei
  1. mp3Cdecoder

    0下载:
  2. 一个C语言写的MP3的解码源代码,可以直接在其他模块里面进行调用-C language to write an MP3 decoder source code, can be directly inside the other modules for call
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:36372
    • 提供者:王辉
  1. VCMP3

    0下载:
  2. --- --- --- MPEG Layer 3 (and 2 and 1, and MPEG 2) decoder for Cool Edit ------------------------------------------------------------------------ Based on the code from \"maplay\" version 1.2. See mp3.c for more details. If you used our o
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:167281
    • 提供者:Li Tian
  1. MP3-decoding-algorithm

    0下载:
  2. MP3解码算法,基于C语言编写的MP3音频解码源程序-MP3 decoding algorithm, based on the C language source MP3 audio decoder
  3. 所属分类:mpeg mp3

    • 发布日期:2016-01-22
    • 文件大小:177152
    • 提供者:jiangqiang
  1. mp3dec

    0下载:
  2. 采用C语言编写的MP3解码程序,可以移植到STM32等MCU,移植比较简单-mp3 audio file decoder source code,can use to a stm32 mcu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:184644
    • 提供者:钟仕聪
  1. layer3

    0下载:
  2. MP3 解码c语言代码,在命令行下输入参数执行。-MP3 decoder c language code, in the command line, enter the parameters of the implementation.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:94372
    • 提供者:saint
  1. mpeg3play-0_9_6-src

    0下载:
  2. MP3 Decoder [完全C Code, 可以在不同环境下编译运行]
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-26
    • 文件大小:378880
    • 提供者:xie qiang
  1. mp3

    1下载:
  2. mp3解码播放库,可以制作自己的MP3播放器,全部自己的代码哦-mp3 player decoder library, can create their own MP3 player, all their own code Oh
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:195131
    • 提供者:lidf
  1. layer3

    0下载:
  2. (1)“MP3”目录下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序在 Windows2000、Visual C++6.0环境下编译通过,在\MP3\Debug目录下有可直接运行的执行文件,本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-(1) " MP3" for a complete directory of all the player CoolPlayer code " decoder
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-11
    • 文件大小:2460215
    • 提供者:郭子
  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
    • 文件大小:311488
    • 提供者:hdy
  1. mp3_c

    1下载:
  2. c语言编写的mp3解码器,用于对于mp3格式音频的解码。-c language mp3 decoder, mp3 format used for audio decoding.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:965956
    • 提供者:白白sho
  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. Appendix17

    0下载:
  2. “MP3”目录下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序在 Windows2000、Visual C++6.0环境下编译通过,在\MP3\Debug目录下有可直接运行的执行文件,本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-" MP3" directory for a complete player CoolPlayer all the code, " decode source&qu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-03
    • 文件大小:1282574
    • 提供者:linchao
  1. MP3_Decoder

    0下载:
  2. 本人自己整理的MP3解码器的VC工程,非常简易,只有3个核心文件,可以直接用VC编译运行-a very simple MP3 decoder in C code
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-20
    • 文件大小:6121621
    • 提供者:李慧
  1. demp3code

    0下载:
  2. 一个C++语言写的简单易懂的Mp3解码程序源码。-A C written in straightforward language Mp3 decoder source code.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-04
    • 文件大小:70468
    • 提供者:
  1. mp3-decoder

    0下载:
  2. 基于C语言编写的MP3音频解码源代码。 -Based on the C language source code for MP3 audio decode.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-27
    • 文件大小:177233
    • 提供者:jiangqiang
  1. mp3_decoder

    0下载:
  2. Portable C software MP3-decoder, written in OpenWatcom C. Very fast and effective
  3. 所属分类:mpeg/mp3

    • 发布日期:2018-04-19
    • 文件大小:2291712
    • 提供者:Bitte
搜珍网 www.dssz.com