-
GetHostNameIP
一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
- 2013-08-22 10:58:23下载
- 积分:1
-
QLdsPIC3
QLdsPIC3开发板的用户手册,里面附带详细的电路原理图和模块说明(QLdsPIC3 development board user manual, which included the circuit principle diagram and modules in detail)
- 2014-06-25 14:48:56下载
- 积分:1
-
sap rfc
sap rfc 使用rfc调用R3的销售数据-sap rfc
- 2022-06-26 19:00:57下载
- 积分:1
-
This is a time for the correction of the source from the online collection from
这是一个基于时间的校正的源程序
由网上收集而来-This is a time for the correction of the source from the online collection from
- 2023-08-29 07:45:03下载
- 积分:1
-
port_scan
Visual C++案例开发集锦第六章\端口扫描程序的程序源码,值得一看!(Visual C++ case development highlights Chapter program source port scanner, worth a visit!)
- 2011-08-13 16:06:40下载
- 积分:1
-
139
易语言使用139邮箱发送短信源码,应用程序编程源码,很好的参考资料。(Easy language to use 139 mailbox to send SMS source code, application programming source code, a good reference.)
- 2013-11-05 15:38:10下载
- 积分:1
-
include
1)随机输入平面上n个点的集合;
2)使用分治策略编制计算机程序求出这n个点的极大点。
3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。
(1) a collection of n points on a random input plane
2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
3) programming for solving 2 dimensional maximal point problem, and reflect the divide and conquer strategy in the program. Program can handle arbitrary n points.)
- 2015-11-03 15:43:31下载
- 积分:1
-
Output_COM
c++程序,对串口操作,数据对串口的收发(c++, on the serial port operation)
- 2011-11-30 15:47:55下载
- 积分: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
-
VCDemo
MFC的Windows初级编程,讲解相关的方法和使用,完成MFC深层的编程基础。(Windows MFC s primary programming to explain the methods and the use of related programming complete MFC deep foundation.)
- 2014-09-17 19:40:12下载
- 积分:1