-
DHTest
说明: Java call dahua SDK connection camera simple Demo
- 2020-06-18 09:00:01下载
- 积分:1
-
编译并运行代码,需要安装微软# 39;的DirectX,Windows 2000和..
编译和运行程序代码需要安装微软DirectX的Windows 2000以上的版本和VC 6.0环境。源代码下面有graphview和xvidxqp-beta3两个目录,前者为编译后者所需的库文件的源文件。该系统用来分析编码Xvid AVI文件中每帧的量化值。-compile and run code need to install Microsoft"s DirectX, Windows 2000 and above the 6.0 version and the VC environment. Here are a source graphview and xvidxqp- beta3 two catalogs, the latter for the former compile the necessary documents for the source document. The coding system used to analyze Xvid AVI file every frame of quantitative values.
- 2022-01-23 10:29:46下载
- 积分:1
-
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。-D3D, the use of texture mapping to achieve the effect of waves, real-time effects to generate the waves.
- 2022-08-19 19:08:17下载
- 积分:1
-
DirectshowSourceFilter
用Directshow开发源Filter (Using Directshow Source Filter Development)
- 2008-02-27 16:58:59下载
- 积分:1
-
a liquidity flow dll document, very useful, and no letter can be downloaded Try!...
一个周转流程的dll文件,非常好用的,不信可以下载试试看-a liquidity flow dll document, very useful, and no letter can be downloaded Try! ! Ha ha!
- 2023-04-15 05:40:03下载
- 积分: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
-
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展...
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展-objectarx entry classic, I believe the mass of birds can be read in the handbook after rapid progress.
- 2023-04-26 21:50:03下载
- 积分:1
-
D3D的一些代码,很多时候,刚开始学习的,不知道哪有代码。其实有很多地方有离子...
D3D的一些代码,很多时候,刚开始学习的,不知道哪有代码。其实有很多地方有离子-DIREXT FOR WINDOWS
- 2022-03-17 19:14:06下载
- 积分:1
-
A windows Mobile platform mp3 decoder.
一个windows Mobile平台上mp3解码器.-A windows Mobile platform mp3 decoder.
- 2022-02-13 20:12:51下载
- 积分: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