2008-08-21 10:15:54
一个人的一生是非常短暂的,一个人的价值不在于他拥有什么,而是在于他干了什么,付出了什么.

浏览模式: 普通 | 列表

title_icon WMp3 C++ class for Windows (ver. 2.1)

[ 2008-12-04 22:39:00 | 作者: ccloveaa ]
WMp3 C++ class for Windows (ver. 2.1)
This is simple C++ class for playing mp3 files. It has integrated LIBMAD 0.15.1b mp3 decoder and you don't need additional library or dll etc. The simplest way to play mp3 files in your C++ projects.

Just 3 lines of C++ code and you are playing mp3 file.



Features:

support Layer1, Layer2 and Layer3.
support free format bitstream ( e.g. bitrate over 320 kbps )
...

http://www.ambiera.com/irrklang/features.html

irrKlang Features
irrKlang is a powerful high level API for playing back sound in 3D and 2D applications like games, scientific visualizations and multimedia applications. It is a cross platform 2D and 3D sound engine and audio library, usable in C++ and all .NET languages (C#, VisualBasic.NET, etc) and provides useful features like lots of built-in ...

title_icon Project 2007 ENG

[ 2008-08-27 21:08:51 | 作者: ccloveaa ]

title_icon sort property list by value

[ 2008-05-07 15:53:57 | 作者: ccloveaa ]
on SortpList pList

count =pList.count

valueList = []
repeat with i = 1 to count

value = pList[i]
valueList.append(value)

end repeat

valueList.sort()
tmpList = [:]
repeat with i = 1 to count

value = valueList[i]
name = pList.getone(value)
setaProp tmpList, name, value
pList.deleteone(value)
end repeat

return tmpList
end

title_icon msn 签名 -> love china

[ 2008-04-17 11:48:17 | 作者: ccloveaa ]
uploads/200804/17_114825_msnsign.jpg

title_icon 经典的概率题

[ 2008-03-28 15:24:15 | 作者: ccloveaa ]
三扇门,主持人将一辆汽车藏在其中一扇门后,其余两扇空门。主持人请一个人上台,让他选一扇门,剩下的两门中至少有一空门,主持人(知道汽车在哪个门里)打开两门中的一扇空门(不管他有没有选对,主持人总要打开一扇空门)。主持人问他:改不改主意,换一扇门?

如果是你,你换不换?