搜索资源列表
Test
- 多媒体定时器,可以出现一个模拟时钟,并实现具体的秒分的定时计数功能-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.
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
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
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.