搜索资源列表
DSP_MP3_code
- 超全的MP3压缩算法,包括Huffman算法,使用DSP实现更好。 PS:今天上传的源代码都是C代码,除了介绍MSP430的汇编书籍 -extra-MP3 compression algorithm, including Huffman algorithm, better use of DSP. PS : Today uploaded the source code is C code, in addition to the compilation books MSP430
mp3
- 希望能帮助大家学习C语言.-hope to help you learn C language.
wenjiandabaochaibao
- 用c++实现两个文件打包和拆包,经测试对常用的格式txt,doc,mp3,jpg等均通过。-Using c++ to achieve the two documents packing and unpacking, the commonly used test format for the txt, doc, mp3, jpg, etc. through.
Mp3bianmajiemayuanlihechengxu
- MP3文件以一帧为一个编码单元,各帧编码数据是独立的。为了清晰而准确地描述mp3文件格式,下面采用位流语法描述,这种语法格式与c语言近似,易于理解,且描述清晰-An MP3 file to a coding unit, the encoded data frame is independent. In order to clear and accurate descr iption of mp3 file format, the following descr iption of the use
mp3decodesource
- mp3 解码程序 包含哈夫曼算法 也可用Visual C++编辑器查看-mp3 decode source code, including huffman, support vc++ compiler
mp3player
- 这是基于AT32UC3A的定点MP3解压源代码,支持U盘播放。该代码在IAR下编译通过,并在ATMEL的EVK1100中正常运行-This is based on fixed-point MP3 decompression AT32UC3A source code, support U disk player. The code compiled by the IAR, and in the normal operation of ATMEL' s EVK1100
mymp3
- 该资料是用C++语言编写的MP3解码器,最后的接口是接在OpenRisc上面的。-this is some C++ source about MP3 decoder.
shineMP3
- Shine (release 0.1.4) : - Layer 3 - C - 73 k This is a very minimalist, but clean implementation of MP3. It can be used as a starting point for an encoder.
MP3-audio-code
- MP3音频编解码 用C++代码实现MP3音频编解码流程-MP3 audio code
mp3-CODEC1
- mp3格式编码 解码 c代码,和常见的codec不同的是它运行速度快,并且可跨平台直接使用-mp3 codec c code
lame最新版本
- mp3的编码和解码,在目前开源的处理mp3的库里面是音质处理最好的,纯c编写可以跨平台使用。