-
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
-
DirectShow源文件
directshow source file
- 2022-03-12 00:29:55下载
- 积分:1
-
directdraw
directdraw 教程(directdraw Guide)
- 2007-07-04 09:44:36下载
- 积分:1
-
利用DIRECTSHOW进行网络数据传递
利用DIRECTSHOW进行网络数据传递-Use DirectShow network data transfer
- 2022-04-06 17:03:10下载
- 积分:1
-
fluidsD3D9
An example of fluid simulation using CUDA and CUFFT, with Direct3D 9 rendering.
- 2009-09-11 18:26:49下载
- 积分:1
-
DirectX图形技术的发展,高
directx开发图形显示技术,高速显示视频。此源代码是我修改后的可以播放yuv数据的代码-DirectX graphics technology development, high-speed video shows. This source code is modified, I can play the YUV data code
- 2022-05-14 01:11:06下载
- 积分:1
-
在DirectDraw中使用调色板。调色板只有在使用8位显示模式时才起作用,因此在设置显示模式时要特别注意。...
在DirectDraw中使用调色板。调色板只有在使用8位显示模式时才起作用,因此在设置显示模式时要特别注意。-DirectDraw use in the palette. The use of the palette only eight showed only role model, the model set up to show special attention.
- 2022-02-02 00:34:09下载
- 积分:1
-
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机...
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机-Applications DX prepared basically a small 3D game features a character and can move around more than on-line
- 2023-07-12 19:30:09下载
- 积分:1
-
34451
顶部工具栏源码例程,程序结合易语言应用接口支持库和DirectX2D支持库,调用API函数实现顶部工具栏功能。(Top toolbar code samples , combined with easy language application program interface to support libraries and DirectX2D support library , call the API functions to achieve top tool bar functions .)
- 2017-03-10 21:44:48下载
- 积分: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