关注开源代码的实际应用
1. MAD: MPEG Audio Decoder
http://www.underbit.com/products/mad/ or http://sourceforge.net/projects/mad/
MAD is a high-quality fixed-point MPEG audio decoder with 24-bit output. The implementation is entirely new, based on the ISO/IEC standards, and performs especially well on systems without native floating-point support.
2. Mpadec
http://sourceforge.net/projects/mpadec
Mpadec is a high-quality portable MPEG audio decoder library. It supports MPEG-1, MPEG-2 Layer I, Layer II and Layer III audio streams, including free-format streams.
3.MPG321
http://mpg321.sourceforge.net/
mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player. mpg123 is used for frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software.) In all of these capacities, mpg321 can be used as a drop-in replacement for mpg123.
4.MGP123
http://sourceforge.net/projects/mpg123
mpg123 is the fast and Free (LGPL since version 0.60) console based real time MPEG Audio Player for Layer 1, 2 and 3. It uses floating point math (unlike libmad). Starting with version 1.0, in also contains an up-to-date decoding library usable by 3rd party.
5.FOOBAR2000
http://www.foobar2000.org/
The foobar2000 SDK contains a bugfixed C++ version of the mpg123 C code
在http://www.boostpro.com/products/free上下载BoostPro 1.36.0 Installer (190K .exe),然后运行并按照提示进行安装。使用Boost时把Header与Library目录引用到C++项目就可以正常使用Boost库了。简单快捷!
AngleScript脚本使用类似C/C++的语法,静态类型,面向对象,使用Handle而非指针,安全砂箱。
引擎支持实时编译,单步执行,详细的异常信息,可从控制台逐行输入解析,可编译成字节码供调用,模块化,支持多线程并可多线程调用引擎,可调试。
跨平台:可运行于Win32, Linux, MacOS X, XBox, XBox 360, PS2, PSP, PS3, Dreamcast, Nintendo DS和Windows Mobile
CPU无关:x86, amd64, sh4, mips, ppc, ppc64, arm都支持
源代码可用MSVC++, GNUC, MinGW和DJGPP编译。
Notepad++ 是一款非常有特色的编辑器,是开源软件,可以免费使用。
功能有:
①、内置支持多达 27 种语法高亮度显示(囊括各种常见的源代码、脚本,值得一提的是,完美支持 .nfo 文件查看),也支持自定义语言;
②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,代码显示得非常有层次感!这是此软件最具特色的体现之一;
③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11),支持鼠标滚轮改变文档显示比例,等等;
④、提供数个特色东东,如 邻行互换位置、宏功能,等等...现在网上有很多文件编辑器,这个却是不可多得的一款,不论是日常使用还是手写编程代码,都能让你体会到它独有的优势和方便。