搜索资源列表
MeitiShizhong
- 该程序为多媒体定时技术,通过该程序可以实现某函数的周期调用-The program for multimedia timing technology, the program can be achieved through the cycle of a function call
NewMMtimer
- windows平台下使用多媒体定时器的一个简单示例程序-a simple example of using Multimedia timer
yuandaima
- 设计并实现一个简单多媒体信息显示程序,该程序主要实现对编辑好的多媒体信息文件显示,具有定时播放和即时播放以及离线播放的功能。-Design and implement a simple multimedia information display program, the main procedures of the edited multimedia documents show timing playback and instant playback, and offline play.
Vdcap
- 本程序通过AVIcap实现了USB设备的视频采集,并采用中值滤波方法进行滤波。 该程序中还包含了如何定制窗口样式,如位置、大小、图标等,以及定时器的用法,状态栏的自定义设置和在全局函数中改变状态栏的显示-This procedure achieved by AVIcap video capture USB device and filtering using median filtering methods. The program also includes how to custo
input_key
- GT2440输入子系统按键程序,利用内核定时器消除抖动。-failed to translate
bofangqi
- 简单的播放器程序,用MFC编写能实现MP3,avi格式文件的播放功能,具有暂停,显示播放时间的功能,包含定时器,按钮控件的使用等-Simple player program, using MFC to achieve MP3, avi format file playback with pause, play time display functions, including timers, use the buttons and other controls
121100
- vb写的定时关机小程序。还可能做闹钟使用。-time off to write a small vb program. Alarm clock can also be used.
AutoShutdown101
- 无插件,小巧又灵活的定时关机小程序,可以自定义每天都关机时间,而且一次设置,长期有效.同时只有执行这个小程序,也可以删除设置.对无人值守电脑,常常忘记关电脑的人来说,是必备品.-No plug-in, compact and flexible time off small program, you can customize every day shutdown time, and once set, the long term. Is also the only run this little
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通