-
陆其明directshow实务精选源码。全部包括!
陆其明directshow实务精选源码。全部包括!-Lu Qiming directshow source selection practices. All include!
- 2022-04-15 05:03:15下载
- 积分:1
-
此为DirectX3D代码,无需解压码
此为DirectX3D代码,无需解压码-DirectX3D for this code, without extracting yards
- 2023-03-07 10:40:04下载
- 积分:1
-
Fluidized-bed-swaying-force
流化床摇曳力 UDF模型 适用于中级FLUENT学习者(Fluidized bed swaying force—UDF)
- 2013-08-19 10:38:15下载
- 积分:1
-
DirectDraw1
说明: DirectDraw编程方法与技巧.pdf(DirectDraw programming methods and techniques. Pdf)
- 2008-09-04 23:54:32下载
- 积分: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
-
0441
放大取色源码程序,结合易语言DirectX2D支持库和扩展功能支持库,调用API函数实现放大取色不失真效果。(Enlarge take color source program, combined with easy language support library and extensions DirectX2D support library , call the API function color distortion amplification takes effect .)
- 2015-09-22 21:23:51下载
- 积分:1
-
DirectX高级动画制作
第一章到底第六章的源码
DirectX高级动画制作
第一章到底第六章的源码-DirectX senior animation chapter in the end of Chapter VI-source
- 2022-03-04 13:00:00下载
- 积分:1
-
Visual C#使用Direct X的实现视频播放有以下几点:
1. 掌握在Visual C#引入Dirext X函数库的方法。
...
Visual C#使用Direct X的实现视频播放有以下几点:
1. 掌握在Visual C#引入Dirext X函数库的方法。
2. 设置Direct X视频播放的宿主组件。
3. 基本的播放命令的设置:播放、停止、暂停等。
4.全屏、退出的用法。
.net Framework SDK中并没有包含Direct X SDK,所以必须先下载、安装Direct X SDK。具体的下载地址为:http://download.microsoft.com/download/a/c/d/acdfb557-266f-4af4-8673-6ab8009b4ddd/dxsdk_apr2005.exe。此版本是2005四月份推出的英文版。这并不妨碍下面的程序实现。安装完Direct X后,就会在存在"C:WindowsMicrosoft.NETManaged DirectX"这样一个目录,此目录中目录中应该有九个DLL文件和九个XML文件。九个DLL文件大致对应于DirectX中的十个命名空间。编程中就是使用其中的命名空间来提供对输入设备、声音、网络播放、图形等的支持。-err
- 2022-03-19 11:58:29下载
- 积分:1
-
自己用VC+DX9写的实现3D立方体旋转与立方体各个表面纹理实现的源代码。...
自己用VC+DX9写的实现3D立方体旋转与立方体各个表面纹理实现的源代码。-Their own writing using the VC+ DX9 to achieve 3D cube cube rotation and surface texture to achieve all the source code.
- 2022-03-09 12:59:24下载
- 积分:1
-
Rendering complex objects in the smallest unit: the triangle !!!!!!!!! 1
绘制复杂物体的最小单元:三角形!!!!!!!!!1-Rendering complex objects in the smallest unit: the triangle !!!!!!!!! 1
- 2022-02-02 16:14:40下载
- 积分:1