-
ThinkPHP_2.2_Core
The php source code of a complete set of game servers is worth reading though it is confused.
- 2018-03-10 12:31:38下载
- 积分:1
-
Python核心编程(第3版)PDF高清晰完整中文版
python核心编程3,适合有一定python基础的朋友,这本书讲了gui编程,网络编程,多线程,正则以及Django框架等各方面知识,比较全面。(core python programming(3rd))
- 2018-08-11 13:52:10下载
- 积分:1
-
学生信息管理程序(C源代码),有需要的可以来下,有问题的可以来找我。...
学生信息管理程序(C源代码),有需要的可以来下,有问题的可以来找我。-student information management procedures (C source code) that are needed to be, a problem can come to see me.
- 2022-02-06 04:03:47下载
- 积分:1
-
Julia High performance
说明: Julia is a high performance, high-level dynamic language designed to address the requirements of high-level numerical and scientific computing. Julia brings solutions to the complexities faced by developers while developing elegant and high performing code.
- 2020-06-22 22:00:01下载
- 积分:1
-
HT Series portable part of the functional test procedures (including source code...
HT系列掌机部分功能测试程序(含源码),包括以下几个部分:串口通讯,红外通讯,菜单,液晶测试,文件处理程序,支持掌机:HT1600,HT2600,HT2680A,HT2680,HT2800
-HT Series portable part of the functional test procedures (including source code), including the following sections: serial communications, infrared communications, menu, LCD test, document processing procedures
- 2022-05-15 14:18:27下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
cprogrammbooks
不错的六本c++书籍
Effective C++.chm
Effective.STL.pdf
EssentialC++.pdf
Inside The C++ Object Model.chm
ModernC++Design.pdf
More Effective C++中文.pdf(A good 6 c++ books, Effective C++. Chm Effective.STL.pdf EssentialC++. Pdf Inside The C++ Object Model.chm ModernC++ Design.pdf More Effective C++ Chinese. Pdf)
- 2009-10-17 18:42:46下载
- 积分:1
-
双层规划-课件
算法介绍,双层规划模型,深层理解挖掘,适合规划初学者(algorithm and bi-level programming)
- 2018-05-28 10:26:52下载
- 积分:1
-
WebServer1
webserver单线程,使用简单,一看即会。
配合webclient使用。(webserver single-threaded, easy to use, a look that will be. With webclient use.)
- 2010-02-08 21:21:40下载
- 积分:1
-
变频器定制程序
威纶通触摸屏直接控制海普蒙特变频器,可以直接控制启停和设置频率(Willon Touch Screen Direct Control Hepmont Inverter,Start-stop and setting frequency can be controlled directly.)
- 2020-06-20 05:40:01下载
- 积分:1