-
Direct3D游戏编程,只有一个源文件。
Direct3D游戏编程,里面只不过是一个源文件.-Direct3D game programming, there is only one source file.
- 2023-05-16 12:25:03下载
- 积分:1
-
此示例应用程序演示了使用DirectShow音频采集。应用…
This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks:
Capture audio to a file.
Select the audio capture device.
View properties on the audio capture device.
Select the sample rate and number of channels (stereo or mono). -This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks: Capture audio to a file. Select the audio capture device. View properties on the audio capture device. Select the sample rate and number of channels (stereo or mono).
- 2022-03-21 23:10:13下载
- 积分:1
-
direct
说明: QT+directshow实现UVS摄像头预览及显示图像(Realization of UVS Camera Preview and Display Image by QT+directshow)
- 2020-07-10 14:38:56下载
- 积分:1
-
Advanced 3D Game Programming withDirectX9.0
Advanced 3D Game Programming withDirectX9.0-A3DwithDX9是学习游戏编程的好书。-Advanced 3D Game Programming withDirectX9.0-A3DwithDX9 are studying game programming books.
- 2022-03-23 09:47:03下载
- 积分:1
-
用DirectX9编写的一个简单的3D程序
用DirectX9编写的一个简单的3D程序-A sample 3d program developed with directx9
- 2022-10-02 07:20:03下载
- 积分:1
-
一个可用于Direct Music 7的类模块,应该有朋友需要的
一个可用于Direct Music 7的类模块,应该有朋友需要的-1 can be used for Direct Music 7 of the class module, there should be a friend in need
- 2022-04-10 16:55:08下载
- 积分:1
-
PFC2d
pfc2d按颗粒级配生成模型代码,直接打开程序就能运行,与大家共享(Pfc2d according to particle size distribution of the generated model code is generated by software to open the can directly to share with you
)
- 2020-11-15 15:49:41下载
- 积分:1
-
《3D游戏程序设计入门(DirectX9.0)》用比较浅显的方式和方法来让你接受directx的精深的内容,作为入门的读物正适合想进此门的爱好者们。...
《3D游戏程序设计入门(DirectX9.0)》用比较浅显的方式和方法来让你接受directx的精深的内容,作为入门的读物正适合想进此门的爱好者们。- 3D Game Programming Getting Started (DirectX9.0) relatively simple ways and means to enable directx you accept the contents of the deep, as the books are suitable for entry into this think fans of the door.
- 2022-01-26 01:47:45下载
- 积分:1
-
Two documents describing Microsofts audo/video framework DirectShow.
The ebook from Mspress about DirectShow called Programming Microsoft Directshow For Digital Video And Television-The ebook from Mspress about DirectShow called Programming Microsoft Directshow For Digital Video And Television
- 2022-03-16 18:22:28下载
- 积分: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