-
这是一个简易的cd播放器 是由vc编译的 上传上来交流交流
这是一个简易的cd播放器 是由vc编译的 上传上来交流交流-This is a summary of the cd player is compiled by vc uploaded onto the exchange of exchange
- 2022-04-02 11:17:15下载
- 积分:1
-
Players目录下
WmaPlayer是一个基于对话框的MFC程序,可以播放WMA文件,或者WMV文件的音频流,支持
网络源。
WmvPlayer...
Players目录下
WmaPlayer是一个基于对话框的MFC程序,可以播放WMA文件,或者WMV文件的音频流,支持
网络源。
WmvPlayer是一个基于对话框的MFC程序,可以播放WMV文件的视频流,支持网络源。-WmaPlayer Players directory is based on an MFC dialog procedures, can play WMA document, or documents WMV audio flow, the source of support networks. WmvPlayer is an MFC dialog-based procedures, the document shows WMV video streaming, support network source.
- 2022-02-15 11:02:54下载
- 积分:1
-
黑白棋对战VC源代码(附游戏成品)
用VC++实现的黑白棋对战小游戏,可双人对战也可人机对战,是用时下比较时兴的MFC框架,算法也比较齐全,分享出来,希望能够对有需要的人有帮助
- 2022-03-19 15:30:15下载
- 积分:1
-
图像拼接 实现全景图的生成 要求为bmp图像
第一次上传 大家多多包涵...
图像拼接 实现全景图的生成 要求为bmp图像
第一次上传 大家多多包涵-Panoramic Image Stitching realization of the plan calls for generating the first bmp image you upload excused
- 2023-03-11 16:50:03下载
- 积分:1
-
将单独的Y、U、V合并成一个完整的YUV序列文件
将单独的Y、U、V合并成一个完整的YUV序列文件-to separate the Y, U, V combined into a complete sequence YUV documents
- 2022-03-25 04:41:17下载
- 积分:1
-
香农-范诺编码解码
香农-范诺编码解码
- 2022-02-14 14:34:38下载
- 积分:1
-
java播放mp3,源代码,完整版,学习player的用法
java播放mp3,源代码,完整版,学习player的用法-java play mp3
- 2022-01-25 21:48:18下载
- 积分:1
-
获取USB摄像头RGB视频,调用驱动,获取视频数据,是实现视频会议系统的基本算法。...
获取USB摄像头RGB视频,调用驱动,获取视频数据,是实现视频会议系统的基本算法。-access USB camera RGB video, called drive, access to the video data, video conferencing is the basic algorithm.
- 2022-08-07 21:31:18下载
- 积分:1
-
一篇介绍windows下开发多媒体组件filter的方法,介绍很详细,适合有一定基础的人员...
一篇介绍windows下开发多媒体组件filter的方法,介绍很详细,适合有一定基础的人员-Introduced a windows multi-media components developed under the filter method, introduced in great detail, the basis for certain personnel
- 2023-06-27 02:35:04下载
- 积分:1
-
C++写的基于MFC的MP3播放器(具有重复,随机播放,列表选择的功能,界面进行美化)
// HHT Player.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "HHT Player.h"#include "HHT PlayerDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CHHTPlayerAppBEGIN_MESSAGE_MAP(CHHTPlayerApp, CWinApp)//{{AFX_MSG_MAP(CHHTPlayerApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// CHHTPlayerApp constructionCHHTPlayerApp::CHHTPlayerApp(){// TODO: add construction
- 2022-01-20 22:41:55下载
- 积分:1