-
CNJEW
该程序是我为公司写的放音录音程序,并可以在界面上显示动态波形(The program is I wrote to the company put the sound recording program, and dynamic waveform can be displayed on the interface)
- 2017-04-26 17:31:00下载
- 积分:1
-
GameDev_net - Loading a Wave File
说明: 在以上基础上的又一创新,最最完整的WAV音频播放软件(above another on the basis of innovation and the most complete WAV audio software)
- 2005-12-01 14:49:46下载
- 积分:1
-
20052111253316
本程序代码是在MSSG MPEG2Decode的基础上开发的,添加了如下功能
GUI界面,VFAPI支持,MMX优化等功能。
(The program code is developed in MSSG MPEG2Decode based on, add the following functional GUI interface, VFAPI support, MMX optimization function.)
- 2012-11-05 15:19:46下载
- 积分:1
-
CDbofangqi
用VB编的简单cd播放器,实现CD机的基本功能.(VB series with a simple cd player, realize the basic functions of CD drive.)
- 2008-05-09 16:07:19下载
- 积分:1
-
SDL-1.23
SDL库 在进行视频显示程序spcaview安装时必须的库文件(SDL video display during the Treasury program to be installed spcaview the library file)
- 2009-05-25 13:30:34下载
- 积分:1
-
57685645365
播放器,易语言写的多媒体编程。很好的参考。(Player, multimedia programming written in easy language. A very good reference.)
- 2013-09-12 17:38:55下载
- 积分:1
-
Wavelet
thank you!!help me , i wish multimedia develop
- 2009-03-15 17:25:37下载
- 积分:1
-
VideoGrabber
Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to then save to disk, encode, etc.(Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames/second buffer at any frequency and get full RGB frames to then save to disk, encode, etc.)
- 2009-07-07 09:19:40下载
- 积分:1
-
FFmpegSDLVideoPlayer
基于ffmpeg+sdl的视频播放器,直接部署工程然后,设置本地视频路径就可以播放视频。(Based on ffmpeg+ sdl video player, direct deployment project then set the local video path can play video.)
- 2015-11-15 11:28:50下载
- 积分:1
-
gdb
Summary of gdb
The purpose of a debugger such as gdb is to allow you to see what is going on “inside”
another program while it executes—or what another program was doing at the moment it
crashed.
gdb can do four main kinds of things (plus other things in support of these) to help you
catch bugs in the act:
• Start your program, specifying anything that might affect its behavior.
• Make your program stop on specified conditions.
• Examine what has happened, when your program has stopped.
• Change things in your program, so you can experiment with correcting the effects of
one bug and go on to learn about another.
You can use gdb to debug programs written in C and C++.
- 2010-07-29 20:52:57下载
- 积分:1