搜索资源列表
mpeg2.rar
- mpeg2 编解码源程序,用c语言写的
使用C与M8的MP3机
- 用atmel的avr系列单片机atmega8l以及map3解码芯片sta013做的mp3播放器- Mp3 player as well as map3 decoding chip sta013 does which with atmel avr series monolithic integrated circuit atmega8l
AudioInformation
- 用C#编写的读写mp3IDv31信息的类库-C# prepared by the reader mp3IDv31 information library
C++0314085
- JPEG 标准的最新进展是 1996 年开始制定, 2001 年正式成为国际标准的 JPEG 2000 。与 JPEG 相比, JPEG 2000 作了大幅改进,其中最重要的是用离散小波变换( DWT )替代了 JPEG 标准中的离散余弦变换。在文件大小相同的情况下, JPEG 2000 压缩的图像比 JPEG 质量更高,精度损失更小。作为一个新标准, JPEG 2000 暂时还没有得到广泛的应用,不过包括数码相机制造商在内的许多企业都对其应用前景表示乐观, JPEG 2000 在图像压缩领域里
C mpeg2dec
- 本文件包含用C语言写的Mpeg2的解码源程序,若读者通过自己认真去研究源代码,则能够知道解码的关键技术了。-This document contains written in C language of MPEG decoder source, if readers through their carefully study the source code, they will be able to know the key to decoding technology.
C mpeg2codec
- 本程序是用C语言写的Mpeg2的编码源程序。内容包含用于测试的编码程序的espana文件。还有程序的相关说明。还有一个MM视频-this program is written in C language MPEG encoding source. Contents of the coding used in testing procedures espana document. There are procedures in the note. There is also a video MM
将AVI文件转换成MPG文件
- 将AVI文件转换成MPG文件,由MPEG Software Simulation Group的mpeg2encoder改成。用C语言编程-to AVI file conversion into MPG, by MPEG Software Simulation Group mpeg2encode r changed. Using C Programming Language
mp3_code_decode
- 用C编写的mp3编解码原码,包括layer3编码源码和mp3解码源码-prepared by the original mp3 codec yards, including layer3 MP3 encoder and decoder source FOSS
smartread_sdk52cn
- 语音朗读开发包,用C++编写,有Demo!-speech read out development kits, using C, a Demo!
jpegsrc-6b-simd-mmx-sse
- 这是非常好的使用MMX,SSE2等SIMD的JPEG的解压缩源码,速度是用C语言的1/4,非常的快。-It is a very good use of MMX, SSE2 SIMD, such as the JPEG compression solutions source, Speed is the C Language 1 / 4, very fast.
mp3playerwithhighlevelknowledgeofconrol
- 用c++编写的一个 mp3音频播放程序,包含有dll,及控件注销等多种高级应用-c prepared with a mp3 audio player, includes dll, and the write-off and other controls Advanced Application
P2PMp3
- 这是我个人做的用c# 实现 P2P音乐共享,实时播放的源码,我找了很多资料才写出这些代码,希望这些对有些人有用。-This is done by using the c # achieve P2P music sharing, real-time broadcast of the source code, I find a lot of information in order to write the code, hopes that these useful for some people.
mspgccfor430
- msp430f149做的mp3播放器的源代码(部分gcc for 430),用c++编写的程序-msp430f149 do mp3 player of the source code (part gcc for 430), c prepared by the procedure
GplMpgDec012Src
- 用C/C++写的一个MPEG4的解码器源程序
source
- 自己编的PES转换成ES流的程序,用C++ builder开发。
C_MP3
- 用c做的MP3播放程序,能用来播放mp3,比较有用处
Csharp_plyer
- 用C#.NET2005实现一个流媒体播放器,感觉还是不错的,就是调用了Windows中的一个动态连接库——Quarz.dll。我写的是一个DirectShow多媒体播放器。支持目前为止的大部分格式。
mp3c
- 用C语言编写的MP3解决方案,包括解码程序和延迟选歌的功能的实现模块
mp3
- mp3.rar的程序源代码,用C语言编写,便于大家移植!
c++mp3
- 用C++实现的能播放mp3的播放器源码 想学习多媒体编程的可以下来研究下