-
这本书的DirectX SDK 9版,几乎涵盖了在Windows平台的建模…
这本书directxsdkversion9.0,几乎涵盖了Windows平台上执行C编程的各个方面。这本书分为四个部分。第一部分介绍了DirectShow的基本知识。第二部分重点介绍了滤波器的开发,以及DirectShow的应用开发,包括目前流行的音视频采集、数码相机、非线性编辑等应用。第三部分深入分析了DirectShow-SDK典型部分的源代码。第四部分笔者通过案例和开源分析,进一步阐述了DirectShow的实际应用。04
- 2022-07-22 20:38:17下载
- 积分:1
-
Realize DirectX to play the video file, pause, stop and other functions
实现DirectX播放视频文件、暂停、停止等功能-Realize DirectX to play the video file, pause, stop and other functions
- 2023-04-12 21:30:03下载
- 积分:1
-
播放波形文件和展示效果的3D,你可以设置制表的到处都是,声音会…
播放波形文件并显示3d效果,您可以在任何地方设置lister,声音会发生变化,可以设置8个回声
- 2022-03-17 19:09:38下载
- 积分:1
-
在vc的环境下,运用directshow对摄相头的图片进行抓取.
在vc的环境下,运用directshow对摄相头的图片进行抓取.-In vc environment, the use of directshow to the perturbation of the picture the first crawl.
- 2022-11-30 21:55:08下载
- 积分:1
-
一个象《帝国时代》游戏里农民行走的游戏例子,使用到前面的DXGuilde.zip...
一个象《帝国时代》游戏里农民行走的游戏例子,使用到前面的DXGuilde.zip- In an elephant "Empire Time" plays the game example which the
farmer walks, uses front DXGuilde.zip
- 2022-06-17 01:39:10下载
- 积分:1
-
《精通DirectX3D图形与动画程序设计》――23_第二十三章_ASM像素渲染,经过测试可以运行...
《精通DirectX3D图形与动画程序设计》――23_第二十三章_ASM像素渲染,经过测试可以运行- DirectX3D proficient in graphics and animation program design - the twenty-third chapter _asm 23_-pixel rendering, tested and can run
- 2023-02-15 11:20:03下载
- 积分:1
-
一个一分二FILTER 需要的请下载
一个一分二FILTER 需要的请下载-NO
- 2023-05-18 22:30:03下载
- 积分:1
-
directx multimedia SDK procedures, speeding up the development of
directx多媒体方面的SDK程序,加速开发-directx multimedia SDK procedures, speeding up the development of
- 2022-08-12 10:17:26下载
- 积分: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
-
空
对directshow9.0的一些案例,有助于学习使用。-null
- 2022-06-27 21:07:04下载
- 积分:1