-
这个程序是测试支持deshow驱动的应用软件的源代码。一般在安装完DDK后,里面就有这应用程序。
这个程序是测试支持deshow驱动的应用软件的源代码。一般在安装完DDK后,里面就有这应用程序。-This procedure is to test the support deshow-driven application software source code. Generally installed after the DDK, which will have this application.
- 2022-03-03 08:05:44下载
- 积分:1
-
56401
自绘大图标列表框源码,程序结合易语言DirectX3D支持库,调用API函数和GDIPlus类2.3.ec模块自绘大图标列表框。(Since the paint big icon list box source code , the program combined with easy language DirectX3D support library , call the API function and GDIPlus class 2.3.ec module since drawn large icons list box.)
- 2015-12-05 21:47:50下载
- 积分:1
-
物理模拟简单炮弹轨迹,直接打开sln文件即可运行
物理模拟简单炮弹轨迹,直接打开sln文件即可运行-Physical simulation simple shell trajectory, directly open the sln file to run
- 2022-03-21 09:23:52下载
- 积分:1
-
C#测试directX动画
使用C#,开发三维仿真。主要使用DirectX。(Simulation three dimensional simulation)
- 2018-04-17 10:02:35下载
- 积分:1
-
selectScenesRole
DirectX程序设计幻灯片,讲述在场景中拾取物品的原理。(DirectX programming slide, pick up objects in the scene about the principle.)
- 2011-01-13 16:29:01下载
- 积分:1
-
Bigdata__743574SWITCHMAN_5525245
今天把这个源码Bigdata__743574SWITCHMAN_5525245分享给各位同学,希望你们喜欢这个源码(Share the source Bigdata__743574SWITCHMAN_5525245 give the classmate of everyone, today I hope you like the source code)
- 2017-02-24 21:05:03下载
- 积分:1
-
文字艺术效果处理
文字艺术效果处理-language arts effects processing
- 2023-09-08 03:05:03下载
- 积分:1
-
可以编译tsfilesource.ax DShow,在作为一个过滤器,解析TS的更多信息…
可以编译TSFileSource.ax文件,在DShow中作为过滤器,解析TS以获取更多信息。TSfilesource可以用作源过滤器,当多播源出现时,DSNetwork sender可以跟随它。TSfilesink内存可以分配给存在ts的缓冲区中的信息定义。
- 2022-01-25 18:47:27下载
- 积分: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
-
Win32Cube
DirectX编写绘制旋转的盒子,便于新手学习如何设置世界矩阵,投影举证(DirectX prepared draw the rotating box, easy for novices to learn how to set the world matrix, projection proof)
- 2013-11-16 22:57:55下载
- 积分:1