-
此代码是基于DirectShow的数字电视接收器。
此代码是基于DirectShow的数字电视接收器。-this code is based on DirectShow digital TV receiver.
- 2022-02-01 21:34:49下载
- 积分: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
-
DirectX高级动画制作的源码
其余几部分还没上传
DirectX高级动画制作的源码
其余几部分还没上传-DirectX senior source animation not upload the remaining parts
- 2022-10-14 13:35:04下载
- 积分:1
-
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码...
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码-DirectX under the dialog box appears, by hook achieve (a hook annex dll) FOSS
- 2023-08-09 09:10:02下载
- 积分:1
-
DirectShow视频采集回放的例子,从DX开发工具包
DirectShows视频捕捉播放的例子,来自dx开发包-DirectShows video capture playback example, from dx Development Kit
- 2022-01-26 06:34:30下载
- 积分:1
-
自然效果雪的模拟,采用DirectX编写!
自然效果雪的模拟,采用DirectX编写!-Simulated the natural effects of snow, using DirectX write!
- 2023-03-30 12:35:04下载
- 积分:1
-
读取视频的输入、输出流
读取视频的输入、输出流-read video input and output streams
- 2022-01-23 11:17:31下载
- 积分:1
-
dx9cs_view_ports
CSHARP中使用directX的实例,调用X文件显示实体,本实例显示一个茶壶,具有旋转缩放功能。(CSHARP use directX instance, call X file entity, the example shows a teapot, with a rotating zoom function.)
- 2012-12-14 22:59:07下载
- 积分: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
-
Directx3D-Program
DirectX 9.0 3D游戏开发编程基础源代码
初始化Direct3D,绘制流水线,光照,纹理映射,融合,网格,粒子系统,着色器(DirectX 9.0 3D Game Development Programming source code Initializing Direct3D, drawing line, light, texture mapping, integration, grid, particle systems, shaders)
- 2013-07-16 15:46:14下载
- 积分:1