-
COM原理与应用(源码) 讲COM的详细原理
COM原理与应用(源码) 讲COM的详细原理-COM Principles and Applications (FOSS) stresses the detailed principles COM
- 2022-03-04 00:19:46下载
- 积分:1
-
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展...
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展-objectarx entry classic, I believe the mass of birds can be read in the handbook after rapid progress.
- 2022-01-28 17:25:19下载
- 积分:1
-
3D游戏编程入门DirectX9是D3D游戏开发的基础…
3D游戏程序设计入门DirectX9是D3D游戏开发的基础书籍,希望对各位有所帮助。-Introduction to 3D Game Programming DirectX9 Game D3D are the basis for the development of books, you would like to help.
- 2022-04-16 16:09:43下载
- 积分:1
-
Poolcode
大学时的毕业设计,包括演示文稿,详细介绍了中国游戏开发的现状、Direct3D技术、DirectDraw技术介绍等。
(College graduation design, including presentation, detailing the status of the Chinese game development, Direct3D technology, DirectDraw technology introductions.)
- 2010-07-09 13:11:00下载
- 积分:1
-
cdxfilter和cdxgraph的源代码,加入到工程下可以使用。
cdxfilter和cdxgraph的源代码,加入到工程下可以使用。-cdxfilter and cdxgraph the source code, added to the project can use.
- 2022-06-16 07:58:27下载
- 积分: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
-
Direct3D的物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-07-09 05:47:58下载
- 积分:1
-
DirectDraw的入门程序,哦,好东西
directdraw入门程序,好东西哦-DirectDraw entry procedures, oh, good things
- 2022-02-11 14:28:59下载
- 积分:1
-
use Direct3D interstellar flight simulation images
利用 Direct3D 模拟星际飞行的画面-use Direct3D interstellar flight simulation images
- 2022-02-01 19:10:31下载
- 积分:1
-
d3d9wj
说明: #include
#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