-
编写DirectShow Parser Filter的源代码,VC++语言
编写DirectShow Parser Filter的源代码,VC++语言-DirectShow Parser Filter prepare the source code, VC++ language
- 2023-02-01 11:20:03下载
- 积分:1
-
directshow用MPEG2 demux filter和mpeg2 decoder filter
directshow用MPEG2 demux filter和mpeg2 decoder filter-DirectShow and MPEG2 demux filter with mpeg2 decoder filter
- 2022-01-26 02:35:10下载
- 积分:1
-
dxsound release DirectX songs
dxsound 放 directx 歌曲-dxsound release DirectX songs
- 2022-05-12 15:32:50下载
- 积分:1
-
DirectX初步学习,介绍了最基本开发流程,也是游戏开发的基础例程。...
DirectX初步学习,介绍了最基本开发流程,也是游戏开发的基础例程。-DirectX preliminary study, introduce the most basic development process, but also the basis of game development routines.
- 2022-01-29 03:50:10下载
- 积分:1
-
developed using DirectX procedures DirectDraw procedure to achieve mission activ...
用delphi 开发的 directx 程序 directdraw 实现任务活动程序-developed using DirectX procedures DirectDraw procedure to achieve mission activities
- 2022-10-10 02:10:03下载
- 积分:1
-
Operating environment for the visual studio2005 function. X file loading
运行环境为visual studio2005
功能为.x文件加载-Operating environment for the visual studio2005 function. X file loading
- 2023-06-26 13:50:03下载
- 积分:1
-
一个简单的媒体播放器,可以实现开始,暂停,停止,抓屏,全屏等基本功能,是学习Directshow开发的很好的参考例子。...
一个简单的媒体播放器,可以实现开始,暂停,停止,抓屏,全屏等基本功能,是学习Directshow开发的很好的参考例子。-A simple media player, you can achieve start, pause, stop, screenshots, full-screen and other basic functions, are developed by studying Directshow examples of good reference.
- 2022-07-12 05:48:18下载
- 积分:1
-
播放摄像头,采用DIRCETSHOW模式。简单易懂。
播放摄像头,采用DIRCETSHOW模式。简单易懂。-broadcast camera, using DIRCETSHOW model. Simple and understandable.
- 2022-03-10 13:33:03下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展...
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展-objectarx entry classic, I believe the mass of birds can be read in the handbook after rapid progress.
- 2023-04-01 18:50:03下载
- 积分:1