-
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。-this program in Windows 2000, Visual C 6.0, DirectX 9.0 environment compile.
- 2022-03-19 01:19:26下载
- 积分:1
-
16732
Metro风格淡入淡出源码,例程程序结合易语言多线程支持库和DirectX2D支持库,模拟实现Metro风格的文字淡入淡出效果。(Metro style fade source, routine program combined with easy language support library and DirectX2D multithreading support libraries , analog implementation Metro style text fades.)
- 2016-05-29 09:22:51下载
- 积分:1
-
2
说明: 一种基于DirectShow 框架的实时视频彩色图像增强方法(A real-time video based on DirectShow framework for color image enhancement method)
- 2010-12-09 19:47:29下载
- 积分:1
-
一个用C#编写的DIRECTX媒体播放器,比DIRECTX 9.0的例子简单,适合初学者。...
一个用C#编写的DIRECTX媒体播放器,比DIRECTX 9.0的例子简单,适合初学者。-a C# prepared DirectX Media Player, DirectX 9.0 simple example, suitable for beginners.
- 2023-08-11 03:00:03下载
- 积分:1
-
DirectX高级动画制作的源码
其余几部分还没上传
DirectX高级动画制作的源码
其余几部分还没上传-DirectX senior source animation not upload the remaining parts
- 2022-10-14 13:35:04下载
- 积分:1
-
DirectShow technology
基于DirectShow技术的网络视频监控系统的研究与实现-DirectShow technology-based Network Video Monitoring System Research and Implementation of
- 2022-03-13 16:29:21下载
- 积分:1
-
24684
DX弹簧理论动力模拟源码程序,结合易语言DirectX2D支持库,实现球体在链条上弹力的动力演示。(DX spring theoretical dynamic simulation source program, combined with easy language DirectX2D support library that implements the ball on the chain stretch power demonstration.)
- 2015-09-10 21:23:56下载
- 积分:1
-
使用DirectX对硬件进行处理程序(Visual 从++ 6。0)
使用DirectX对硬件进行处理程序(Visual 从++ 6。0)-use DirectX right hardware for treatment (from the Visual++ 6. 0)
- 2022-05-21 23:45:52下载
- 积分:1
-
DirectShow视频采集回放的例子,从DX开发工具包
DirectShows视频捕捉播放的例子,来自dx开发包-DirectShows video capture playback example, from dx Development Kit
- 2022-01-26 06:34:30下载
- 积分:1
-
d3d9wj
#include <windows.h>
#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