-
direct indication YUV format images (format) source code, the development platfo...
直接显示YUV格式图像(YV12)的源码,开发平台VC,挺有参与价值。-direct indication YUV format images (format) source code, the development platform VC, quite in value.
- 2022-11-25 03:40:03下载
- 积分:1
-
类似于千千静听的mp3播放器VC源码,代码实现了MP3的播放和歌词的显示,是学习多媒体编程的不错的学习资料。...
类似于千千静听的mp3播放器VC源码,代码实现了MP3的播放和歌词的显示,是学习多媒体编程的不错的学习资料。-Similar to the mp3 player TTPlayer VC source code enables MP3 playback and lyrics display, multi-media programming to learn a good learning materials.
- 2022-03-05 15:08:57下载
- 积分:1
-
一个简单实现几乎所有功能的pop协议邮件客户端,稍加改动就可作为一个真正的邮件终端。...
一个简单实现几乎所有功能的pop协议邮件客户端,稍加改动就可作为一个真正的邮件终端。-achieve a simple function of almost all pop agreement mail client, little changes can be regarded as a genuine mail terminal.
- 2023-09-07 21:15:06下载
- 积分:1
-
DIRECT development procedures
DIRECT开发的程序-DIRECT development procedures
- 2022-01-25 17:31:19下载
- 积分:1
-
advanced video codec devices
高级视频解码编码器-advanced video codec devices
- 2022-01-31 03:56:42下载
- 积分:1
-
VLC
vlc-1.0.0-win32 SDK src源代码-vlc-1.0.0-win32 SDK src
- 2022-04-12 16:59:08下载
- 积分:1
-
一个特殊得火焰效果
一个特殊得火焰效果-a special effect in flame
- 2022-04-10 10:46:41下载
- 积分:1
-
osd test program
OSD 测试程序-osd test program
- 2023-07-04 03:40:04下载
- 积分:1
-
本程序在Windows XP、Visual C++6.0版本环境下编译通过。需要rtcdll.dll文件(此文件一般在Windows安装目录下的system32...
本程序在Windows XP、Visual C++6.0版本环境下编译通过。需要rtcdll.dll文件(此文件一般在Windows安装目录下的system32文件夹中)。
另外,MMSYSTEM.H头文件一般在“C:Program FilesMicrosoft Visual StudioVC98 Include”目录下
运行程序需要摄像头和麦克风等设备。
-this program in Windows XP, Visual C Version 6.0 environment compile. Need rtcdll.dll document (document in the general Windows installation directory under the system32 folder). In addition, the first document MMSYSTEM.H generally "C : Program Files Microsoft Visual Studio VC98 Include" directory operational procedures need cameras and microphones and other devices.
- 2023-01-23 23:20:03下载
- 积分:1
-
利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的
利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。 下面就可以编写代码了。首先在窗体的"通用声明"部分声明函数-The use of API function [mciSendString] easily play MP3 music files
- 2022-02-09 17:10:38下载
- 积分:1