-
gt9xx
GT911系列的液晶触摸驱动,可以移植后直接使用的。(lcd touch chip driver)
- 2020-06-16 13:40:02下载
- 积分:1
-
这是用flash制作的开屏动画,不需要编码,只需要使用遮罩就可以实现。...
这是用flash制作的开屏动画,不需要编码,只需要使用遮罩就可以实现。-This is the beginning of the production of flash animation screen, no coding, only need to use the shielding can be achieved.
- 2022-01-31 08:38:30下载
- 积分:1
-
Bomberman game, mobs can still write, and we can study together the next! ! !
炸弹人游戏,小怪写的还是可以的,大家可以一起研究下-Bomberman game, mobs can still write, and we can study together the next! ! !
- 2023-03-28 10:20:03下载
- 积分: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
-
抓取网页程序项目
web catch
Description length must greater than 20 chars
- 2018-08-05 19:32:53下载
- 积分:1
-
this also t he beginners and teach you how to learn to parent and sub
这个也是给初学者的,教你怎么给学习父类和子类,多多支持-this also t he beginners and teach you how to learn to parent and sub-categories, for their support! !
- 2023-03-06 22:10:03下载
- 积分:1
-
ioshuadongkaiguan
说明: Implementation of slidable Toggle Button with an IOS6-style custom component
- 2020-06-16 00:40:01下载
- 积分:1
-
风电场并网的潮流计算
说明: 风电场并网的潮流计算,考虑了风电不确定性(The uncertainty of wind power is considered in the power flow calculation of wind power grid connection)
- 2019-11-25 11:36:43下载
- 积分:1
-
GlobleHotKey
说明: Java键盘hook附带插件.实现键盘的无焦点相应拦截(Java keyboard hook with plug-in. Implement the corresponding interception without focus of keyboard)
- 2019-11-20 22:00:51下载
- 积分:1
-
Matlab有限元工具箱
有限元法matlab工具箱,各种函数源代码(finite element method,matlab tools)
- 2021-02-22 10:39:41下载
- 积分:1