-
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程....
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程.-DirectDraw DirectX on the use of MFC framework used to write, especially for a friend familiar with the VC learning DirectX programming.
- 2022-03-24 14:57:52下载
- 积分: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
-
实现多媒体编程,采用DIRECTX技术,加速多媒体软件的开发
实现多媒体编程,采用DIRECTX技术,加速多媒体软件的开发-Multimedia programming, using DIRECTX technology, accelerate the development of multimedia software
- 2022-03-22 11:15:35下载
- 积分:1
-
用DirectPlay实现的聊天室
用DirectPlay实现的聊天室-achieved using DirectPlay Chat Room
- 2022-10-22 06:15:03下载
- 积分:1
-
C++做的一块麻将游戏,觉得还不错就公开发给大家一起来评价...
C++做的一块麻将游戏,觉得还不错就公开发给大家一起来评价-C++ to do a mahjong game, pretty good on the open feel that everyone will work together to evaluate distributed
- 2023-05-19 22:30:04下载
- 积分:1
-
DX Direct3D PRT过程需要支持DXSDK
dx Direct3D prt程序 需要dxsdk支持-dx Direct3D prt process requires support dxsdk
- 2022-04-24 11:50:01下载
- 积分:1
-
graphstudionext64
觀察 directshow filter 是否運作正常(check the directshow filter function normally.)
- 2016-05-25 18:13:15下载
- 积分:1
-
自己用VC+DX9写的实现3D立方体旋转与立方体各个表面纹理实现的源代码。...
自己用VC+DX9写的实现3D立方体旋转与立方体各个表面纹理实现的源代码。-Their own writing using the VC+ DX9 to achieve 3D cube cube rotation and surface texture to achieve all the source code.
- 2022-03-09 12:59:24下载
- 积分:1
-
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!...
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!-vb was based DrirxtX 3D program examples were quite good. for beginners, oh down under its own exciting!
- 2023-08-31 09:20:03下载
- 积分:1
-
Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG
Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG-2 MP3 wma 等格式 学习使用graph,创建并添加Filter -Dshow developed a strong voice processor can broadcast G.72X, MPEG-2 MP3 wma format, such as studying the use of graph, create and add a Filter
- 2022-02-05 16:32:30下载
- 积分:1