-
DirectX 旋转的立方体实,Visual C++和DirectX9 开发。
DirectX 旋转的立方体实,Visual C++和DirectX9 开发。
- 2022-02-13 04:57:50下载
- 积分:1
-
Directshow(SDK)study
一个基于directshow的学习笔记功能强大,仅供参考(Directshow based the powerful study notes, for reference only)
- 2013-03-25 13:18:36下载
- 积分:1
-
Directx
基础的directx开发,相信对初学者有很大的帮助-Directx-based development, I believe it has great help for beginners
- 2022-03-03 23:49:33下载
- 积分:1
-
Introduction to English d3d good books, but not the amount of English
d3d很好的入门英文书籍,可惜没中文额,不过学dx后也肯定得英文过关的-Introduction to English d3d good books, but not the amount of English
- 2023-05-05 09:25:04下载
- 积分:1
-
用directxshow9.0实现在视频上叠加字幕,vc+6.0平台
用directxshow9.0实现在视频上叠加字幕,vc+6.0平台-Directxshow9.0 realize with superimposed subtitles in the video, vc+ 6.0 platform
- 2023-03-12 23:35:03下载
- 积分:1
-
D2D_single_cell
建立单小区D2D模型,实现随机在单小区当中撒多个蜂窝用户,再将D2D对撒入单小区当中。(Establish single D2D cell)
- 2015-01-05 21:34:42下载
- 积分:1
-
Lu Qi
陆其明的《directshow开发指南》一书的示例源码,结合该代码,能快速入门-Lu Qi-Ming
- 2022-02-19 22:20:40下载
- 积分:1
-
Com编成的很好的例子 学习COM的实列
Com编成的很好的例子 学习COM的实列-Com monument of the good examples to learn the real COM out
- 2022-12-25 03:00:04下载
- 积分: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
-
VC编写的AVI解析器
VC编写的AVI解析器-an AVI file analyzer written by VC
- 2022-04-18 08:39:17下载
- 积分:1