-
用delphiX开发的泡泡堂游戏,十分精美,大家共同分享
用delphiX开发的泡泡堂游戏,十分精美,大家共同分享-delphiX development with the bubble games appear very attractive, we shared.
- 2022-06-27 04:06:34下载
- 积分:1
-
厌氧间歇发酵动态模拟, matlab 代码
厌氧间歇发酵动态模拟, matlab 代码-anaerobic fermentation intermittent dynamic simulation, Matlab code
- 2022-02-01 20:21:36下载
- 积分:1
-
602107
外部网页加广告源码程序,结合易语言超文本浏览框支持库和DirectX2D支持库,将广告嵌入到网页窗口中。(Plus external web advertising source program, combined with easy language support library hypertext browsing box and DirectX2D support library , the advertising embedded in Web pages window.)
- 2015-09-26 17:19:43下载
- 积分:1
-
directdraw
directdraw 教程(directdraw Guide)
- 2007-07-04 09:44:36下载
- 积分:1
-
Direct3D中的2D编程,学习参考代码
Direct3D中的2D编程,学习参考代码-2D in Direct3D programming, learning reference code
- 2023-02-23 19:45:03下载
- 积分:1
-
的dvapp应用支持以下模式:
The DVApp application supports the following modes:
Preview: Renders DV from the camcorder to a video window.
DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file.
Type-1 file to DV: Transmits data from a type-1 DV file to the camcorder.
DV to type-2 file: Captures DV data from the camcorder to a type-2 DV file.
Type-2 file to DV: Transmits data from a type-2 DV file to the camcorder.
The capture and transmit modes also perform preview. Each of those modes has a No Preview option as well, which disables preview. Capturing without preview is more efficient and can reduce the number of dropped frames.
The application starts in preview mode. To select another mode, choose a mode from the Graph Mode menu. For each mode, DVApp builds a filter graph that supports the functionality of that mode. To save the graph as a GraphEdit (.grf) file, select Save Graph to File from the File menu. Quit DVApp before opening the file in GraphEdit.
- 2022-12-28 17:10:04下载
- 积分:1
-
三维地形的简单实现,采用DirectX编写,供初学者参考!
三维地形的简单实现,采用DirectX编写,供初学者参考!-Simple realization of three-dimensional terrain, using DirectX prepared for advanced users!
- 2022-04-01 16:42:10下载
- 积分:1
-
DirectShow grambber样本
directshow grambber sample
- 2022-08-20 14:30:28下载
- 积分:1
-
On the video, which has a lot of Dongdong, you can slowly go take a look at the
关于视频的,里面有很多的东东,可以慢慢的去看一看-On the video, which has a lot of Dongdong, you can slowly go take a look at the
- 2022-03-19 02:42:41下载
- 积分: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