-
MFC121751
适合新手。控件是Windows 图形用户界面的主要组成部分之一,用户通过操作控件对象完成与应用程序之间的交互。控件的使用集中体现了Windows 系统面向对象的特点(Suitable for novices. Control is one of the major components of the Windows graphical user interface, user interaction with the application control subjects completed between. Use controls epitomizes the object-oriented features of Windows systems)
- 2013-12-19 12:20:20下载
- 积分: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
-
General
MSP430F449与ATT7022开发的一款三相表demo,完善中,其中的几个程序模块,仅供参考。(MSP430F449 with the ATT7022 the development of a three-phase table demo, perfect, where several program modules for reference purposes only.)
- 2009-09-25 09:29:31下载
- 积分:1
-
ModbusClient
Modbus TCP/IP协议client端源代码(Modbus TCP/IP protocal test)
- 2009-06-10 23:02:44下载
- 积分:1
-
LPC1778的ucos2的例程 lpc177x_8x_uCOSII
LPC1778的ucos2的例程,可以直接运行,请放心下载(The ucos2 routine of LPC1778 can run directly)
- 2020-06-22 01:40:02下载
- 积分:1
-
stm32软件串口1.0
通过stm32 io口模拟串口,串口接收通过中断.
本代码会把发送给串口的数据,发送出来(Through the STM32 IO port, the serial port is received through the serial port, and the serial port is received through the interrupt.
This code will send out the data sent to the serial port)
- 2020-11-02 16:39:53下载
- 积分:1
-
myftp_UDP
给予红帽做的UDP协议的开源代码,简单易懂(UDP protocols do give Red Hat open source, easy to understand)
- 2015-10-30 15:55:26下载
- 积分:1
-
CAN收发 多帧发送接收
说明: can总线 多帧传输 接收发送(Can bus multi-frame transmission receiving and sending)
- 2021-04-26 20:38:45下载
- 积分:1
-
CS05_fileencodingtransform_src
VC8源代码,VS.NET 2005 下开发,托管代码。功能:文件编码转换(VC8 source code, VS.NET 2005 under development, managed code. Function: file encoding conversion)
- 2009-02-20 15:01:02下载
- 积分:1
-
RasofDial
一个用VC做得简单实用得类似拨号上网软件。很简单,对于哪些做监控等等得人很有用(VC done a simple and practical in a similar dial-up software. Very simple, monitoring, etc. What do useful to the right people)
- 2006-06-01 03:23:33下载
- 积分:1