资源列表
flame
- Flame effect in Delphi.
3ds-viewer
- Viewer of the *.3ds file format.-Viewer of the*.3ds file format.
WMEncScrnCap
- Windows Media screen capture and broadcast. It requires WMENC SDK from Microsoft site.
LEARNING.MAYA.CHARACTER.RIGGING.AND.ANIMATION
- 经典的游戏编程书籍,能帮助你轻松的掌握很多技巧,不过需要一定的E文功底-Game Programming classic books can help you a lot of relaxed master skills, but must necessary foundation text of E
media
- 如果你想通过QT实现自己的mp3,mp4播放器,那这个代码不容错过!-If you want to achieve through the QT own mp3, mp4 player, then this code should not be missed!
Speech
- VC语音处理程序源码VC语音处理程序 语音信号处理中的所有基本的算法的代码-VC-source VC voice processing voice processing Voice signal processing algorithms all the basic code
WMPML
- windows 下的多媒体播放器,具有播放、选歌和管理媒体库功能,非常适合多媒体研究开发。-Media player under windows with playback, song selection and management of media library functions that are suitable for multimedia research and development.
WMPHost
- windows下的媒体播放器,可以播放远程url,并进行多方调试。适合多媒体软件开发的爱好者。-under windows media player, can play a remote url, and multi-debug. Suitable multi-media software development enthusiasts.
DVDPlayer
- windows下的dvd player, 支持对DVD的播放和各种操作。-windows under the dvd player, support for DVD playback and a variety of operations.
RemoteSkin
- 多媒体播放器,支持远程更换皮肤,能够动态的选择需要的效果。-Multimedia player, support remote replacement of the skin, be able to dynamically select the required results.
Cubik2DshowandreturnVC
- 2D魔方源代码. 虽然没3D的那么直观,但更加易于观察分析。经本人测试程序可以运行。共编程爱好者交流使用-2D Cube source code. Although not as intuitive 3D, but more easy to observe and analyze. After I can run a test procedure. A total of programming enthusiasts communicate using
MFCexp12_3
- 自动事件 和 手工事件 的类型均为 CEvent 类,只是第二个参数上有区别: 自动事件:CEvent eventObj 等效于 eventObj(FALSE,FALSE) 手工事件对象定义方法 CEvent eventObj(FALSE,TRUE) 注:CEvent 其实由四个参数的,可参考msdn 以下通过一个具体示例,说明自动事件 和 手工事件的区别: -Automatic and manual case the type of case are CEvent ca