-
MFC控件实现OpenCV的摄像头显示
MFC的控件中实现OPENCV的摄像头显示-MFC control to achieve OPENCV camera display
- 2022-09-25 04:10:02下载
- 积分: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
-
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习...
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习-Based on D3D for 2D game for the novice to learn to achieve function, the sky falling dolls, figures to achieve the collision, pictures gradual disappear, only to learn
- 2023-02-03 15:05:05下载
- 积分:1
-
3D波动网格,不使用DirectX,在窗口中画显示波动3D网格效果!
3D波动网格,不使用DirectX,在窗口中画显示波动3D网格效果!-3D grid fluctuations, the use of DirectX, in the window painting shows fluctuations 3D mesh effect!
- 2022-11-14 13:35:03下载
- 积分:1
-
一本关于D3D9游戏设计的入门教程,能给有兴趣的人提供帮助。...
一本关于D3D9游戏设计的入门教程,能给有兴趣的人提供帮助。-D3D9 one on game design entry tutorial, will give those who are interested in to help.
- 2022-10-13 15:50:04下载
- 积分:1
-
很不错的资料,我找了很久才找到的
很不错的资料,我找了很久才找到的-very good information, I look for a long time to find the
- 2023-04-24 12:25:04下载
- 积分:1
-
direct3d物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-03-22 13:11:17下载
- 积分:1
-
Direct3D is the component of DirectX that can render immersive 3D worlds. Direct...
Direct3D is the component of DirectX that can render immersive 3D worlds. Direct3D is ideally suited for programs that allow the operator to fly through complex models in 3D space. The specific model I tackled was a model of the Munsell color solid. The Munsell color solid is a model for the range of colors perceivable by the human eye. It was developed back in 1905 by Albert H. Munsell. It is called a color solid because the color varies continuously throughout the volume of the model.
- 2022-03-13 09:53:00下载
- 积分:1
-
DirectSound混音
要程序是利用DirectSound开发包进行编程的例了,希望能够给学习DirectSound编程的朋友一些帮助。(procedures to be used for DirectSound Development Kit Programming cases, I hope to be able to learn programming DirectSound friends help.)
- 2005-07-11 12:58:40下载
- 积分:1
-
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。...
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。-basic game programming draw direct entry, a good reference for beginners.
- 2022-03-19 00:21:14下载
- 积分:1