-
基于DirectShow编辑而成的视频流播放处理类,收集了许多常用的视频播放控制功能...
基于DirectShow编辑而成的视频流播放处理类,收集了许多常用的视频播放控制功能-based on DirectShow edited streaming video broadcast class, the collection of many commonly used video playback control functions
- 2022-12-23 03:55:02下载
- 积分:1
-
The-basis-for-computer-game
本书介绍了如何以Visual C++及DirectX 来设计游戏,深入浅出的概念讲解
与游戏实例相结合来逐步实现自己制作游戏的。本书从游戏画面绘制、游戏输
入消息处理、游戏动画技巧、游戏物理现象设计原理、游戏人工智能及如何进
入3D 世界等基本的游戏设计基础。除了让学习者有清楚的基础概念以外,还能
实际地应用于游戏设计。(This book describes how to design games with Visual C++ and DirectX, explanation and game instances combine to explain the concept of progressive realization of their own making games. From the game screen to draw the book enter the messaging, gaming, animation, game tips, game design principles, physical phenomena of game artificial intelligence and how to enter the 3D world, and other basic fundamentals of game design. In addition to that learners have clear concepts, but also actual in game design.)
- 2012-05-10 11:26:55下载
- 积分:1
-
这是一个用directx实现绘图和用gdi实现绘图的源代码.
这是一个用directx实现绘图和用gdi实现绘图的源代码.-This is a realization of the drawing with directx and the use of gdi drawing the source code to achieve.
- 2022-09-10 14:30:03下载
- 积分:1
-
DSCaler source
DSCaler源程序-DSCaler source
- 2022-05-22 03:43:46下载
- 积分:1
-
DirectSDK中中文帮助文档,很值得一看的文件
DirectSDK中中文帮助文档,很值得一看的文件-DirectSDK in English to help document, the document is worth a visit
- 2022-04-11 08:12:01下载
- 积分:1
-
DirectX8
介绍DirectX的书籍 内容非常详细 并附源代码及开发工具(DirectX introduced in great detail the contents of the books with source code and development tools)
- 2009-05-06 17:59:49下载
- 积分:1
-
基于DirectShow的控制USB摄像头,和一个质量调整功能
基于DirectShow控制USB摄像头,并带有画质调节功能-Based on DirectShow Control USB camera, and with a quality adjustment function
- 2023-06-01 18:55:03下载
- 积分:1
-
direct9.0doc
Direct9.0Doc
- 2023-04-15 02:30:04下载
- 积分:1
-
如果你在DirectDraw编程中迷茫了,这个代码或许会给你些帮忙
如果你在DirectDraw编程中迷茫了,这个代码或许会给你些帮忙-If you are confused DirectDraw programming, this code may give you some help
- 2023-01-31 06:55:03下载
- 积分: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