-
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
-
凸包
实现了读入二维数据点,进行凸包计算,得到凸包边界点的结果,输出到文本文件中。(It reads in two-dimensional data points, calculates convex hull, gets the results of convex hull boundary points, and outputs them to text files.)
- 2020-06-23 14:40:02下载
- 积分:1
-
dellfanmonitorcontro
以加载驱动方式获取风扇转速并控制风扇转速的例子,针对戴尔服务器(dell fan speed control)
- 2012-08-30 10:49:08下载
- 积分:1
-
doubly-feddpc
双馈电机直接功率控制,该模型用于风力发电方面。(DFIG direct power control, the model for wind power generation.)
- 2013-09-22 22:42:46下载
- 积分:1
-
sucddecon
说明: 地震记录的反褶积处理 压缩地震子波 提高分辨率(Deconvolution processing of seismic records Compression of seismic wavelets to improve resolution)
- 2021-01-08 10:10:24下载
- 积分:1
-
windowThread
一个简单易懂的windows多编程例子,这个例子描述了一般建立线程的方法还有就是和sock结合在一起对多种sock模式都有描述(An easy-to-understand programming examples of multi-windows, this example describes a general method to establish the thread there is and sock combination of a variety of sock patterns are described)
- 2016-05-08 11:58:07下载
- 积分:1
-
SendMessage模拟鼠标单击事件(在webbrowser网页实现) 实例完整源码
一个利用winapi模拟鼠标单击webbrowser中网页实例
- 2013-04-04下载
- 积分:1
-
录音机实验
说明: 录音机编程,可读取、录入,显示大小,文件秒数(Recorder programming, can read, input, display size, file seconds)
- 2020-11-28 14:04:50下载
- 积分:1
-
USB
f28335 ti USB扩展接接口系统设计 软件和硬件都有(f28335 ti USB extension connected interface system design software and hardware have)
- 2012-11-19 15:17:54下载
- 积分:1
-
asp.net曲线图
说明: 用于asp.net的曲线图,简单易用,代码已注释(Curve chart for asp.net, easy to use, code annotated)
- 2020-05-08 08:41:53下载
- 积分:1