-
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
-
Special_Edition_Using_Visual_C++in_21_days
Using C++ in 21 days
- 2009-05-27 21:05:59下载
- 积分:1
-
文档与示例
源码的php叫啥你可以2看看源码的php叫啥你可以看看(Perfectly Running Simple and Useful Program Source Code)
- 2019-04-09 19:28:35下载
- 积分:1
-
nas
从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)
- 2015-02-02 17:44:36下载
- 积分:1
-
CAR_Parking_StaticLibrary
智能车库管理系统
MFC
车辆的存放 计费 修改 会员管理 数据记录(DAQ数据库)(The MFC system of parkiing cars.)
- 2012-11-15 18:23:48下载
- 积分:1
-
zdy-WriteReadHdf
用Visual C++编写的实现HDF文件的源代码,根据该代码可实现hdf遥感图像的读取和保存(Using Visual C++ implementation of the HDF file to prepare the source code, according to the code of the implementation of remote sensing image hdf read and save)
- 2009-04-03 14:39:17下载
- 积分:1
-
STM32库开发实战指南
说明: 《STM32库开发实战指南》基于STM32F103芯片,紧紧围绕“库”的分析和使用展开。在大量实例的基础上,本书对于如何综合运用固件库开发项目给出了具体的范例;在固件库的使用和学习的基础上,又进一步讲解了结合嵌入式实时操作系统、TCP/IP协议栈进行嵌入式系统开发的方法,让读者循序渐进、系统地掌握基于STM32官方库进行开发的方法。(Based on STM32F103 chip, STM32 library development practice guide focuses on the analysis and use of "library". On the basis of a large number of examples, this book gives a specific example of how to comprehensively use the firmware library development project; on the basis of the use and learning of the firmware library, it further explains the method of embedded system development combined with embedded real-time operating system and TCP / IP protocol stack, so that readers can gradually and systematically master the method of development based on STM32 official library.)
- 2020-04-04 09:35:13下载
- 积分:1
-
TranslucentActivity
This demonstrates the how to write an activity that is translucent, allowing windows underneath to show through.
- 2014-03-03 11:28:03下载
- 积分:1
-
fab turbo 5.2
说明: Source Code for FAPTurbo 52
- 2019-01-09 16:20:34下载
- 积分:1
-
生命游戏
说明: 利用 VS C# WinForm做了俄罗斯方块游戏和生命游戏。(Tetris and life-game made by using Visual Studio C# WinForm Application.)
- 2018-12-25 00:43:10下载
- 积分:1