搜索资源列表
Delphi7-timeplay
- Delphi7定时播放器:一个星期,每一天,定时进行提醒-Delphi7 timing players: one week, every day, timed reminder
mmTimers_src
- 多媒体实时定时器 -The real time timer for multimedia
MTimer
- 多媒体定时器,让我们更准确运用它,了解它 愿我们一起提高,共同进步-The resource for media timer,but is sample ,have delete some parts
WndlessTimerDesign
- 基于VS.net2005的多媒体定时器编程源码,用于测试多个定时器的发送数据精度,以及交互协调。编写了专门的定时器类,可以实例化多个对象。-Based on the multimedia timer VS.net2005 programming source code, for testing a number of the sending data accuracy timer, as well as interactive co-ordination. The preparation of
Test
- 多媒体定时器,可以出现一个模拟时钟,并实现具体的秒分的定时计数功能-Multimedia Timer
NewMMtimer
- windows平台下使用多媒体定时器的一个简单示例程序-a simple example of using Multimedia timer
Dynamic_Fraction_Cloud
- 该代码介绍了基于分形技术实现的天空和云模拟,目前是静态的,作者可以自己添加定时器等操作,来实现动态云的模拟。其中的OpenGL视图已经独立出来,代码易复用。-The code, introduced technology based on fractal simulation of the sky and clouds is currently static, authors can add their own timer and other operations to achieve dyna
HRPlayer
- 一个Windows平台上的音乐播放器,实现了播放列表,皮肤,定时等功能。-On a Windows platform, music player, to achieve a playlist, skin, timing and other functions.
yuvplayer
- yuv播放器,有播放、暂停、停止,快放,慢放,改变分辨率,查找指定帧号等功能,使用opengl+定时器实现-yuv player, a play, pause, stop, fast release, slow, change the resolution to find the specified frame number and other functions, using opengl+ timer,
KNPlayer
- 可定时关机的音乐播放器,贴图按钮,带闪烁的彩色小球-Can be time off the music player, the map button with flashing colored ball
Demo
- 告诉你如何去使用多媒体定时器的源程序代码-how to use multimedia timer
msucpaly
- 这是一个非常好的一个定时播放器,可以自己添加多个时间段来播。-This is a very good player, a timer, you can add more time to his broadcast.
Mystm32
- stm32:定时器中断,10Khz的计数频率,计数500ms stm32时延任务;创建一个周期任务用于每200毫秒往队列中发送五个数值,发送完成产生一个软件中断。-stm32: timer interrupt, 10Khz frequency counting, counting 500ms stm32 delay task create a periodic task for every 200 milliseconds to send five values
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
button_detect_programme
- 一个按键查询检测方式,使用定时器,同时可以控制抖动时间-Detect a key way of inquiry, use the timer, the time jitter can be controlled simultaneously
HighResolutionTimer-Delphi
- 使用MMSystem实现高精度定时器Delphi范例。-High Resolution Timer Example By Delphi
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通