-
网上非常少的关于MFC与Direct3d编程的资料,非常有参考价值。
网上非常少的关于MFC与Direct3d编程的资料,非常有参考价值。-Very little on-line MFC programming with Direct3D information, very valuable reference.
- 2022-03-10 00:51:00下载
- 积分:1
-
关于直接编程的一个很好的例子
A good example about the direct programming
- 2022-03-04 16:29:17下载
- 积分:1
-
Physical collision detection example, there are x file model, very good
物理碰撞检测示例,有x文件模型,很不错的-Physical collision detection example, there are x file model, very good
- 2022-06-16 00:57:33下载
- 积分:1
-
graphstudionext64
觀察 directshow filter 是否運作正常(check the directshow filter function normally.)
- 2016-05-25 18:13:15下载
- 积分:1
-
TeeChart8
Teechart8汉化版,汉化的Teechart8控件,regsvr32后就可以在vc环境下插入。(Teechart8 finished version, finished the Teechart8 control, regsvr32 after the environment can be inserted in the vc.)
- 2010-12-04 10:37:25下载
- 积分:1
-
《精通DirectX3D图形与动画程序设计》――“第十五章粒子系统”的源代码,经过测试可以运行...
《精通DirectX3D图形与动画程序设计》――“第十五章粒子系统”的源代码,经过测试可以运行- DirectX3D proficient in graphics and animation program design - Chapter XV particle system source code, tested and can run
- 2022-05-21 00:09:45下载
- 积分:1
-
TreeView 中节点拖动、增加、删除等功能演示。
TreeView 中节点拖动、增加、删除等功能演示。-TreeView nodes Drive, addition, deletion function demo.
- 2022-02-26 17:26:43下载
- 积分: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
-
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
-
MFC environment in the implementation of Directx
在MFC环境下的Directx的实现方法-MFC environment in the implementation of Directx
- 2022-04-23 14:36:18下载
- 积分:1