-
mootools网页滑动切换效果
mootools网页滑动切换效果,打开网页后,点击相应的文字导航,网页即可在多视图中切换,动态显示到下一个页面显示,切换方式丰富,看上去挺酷,截图只是其中一种切换方式,十字切换。
- 2023-03-09 10:55:03下载
- 积分:1
-
电子跑表设计 希望对大家有帮助
这是我今年的课程设计
电子跑表设计 希望对大家有帮助
这是我今年的课程设计 -electronic stopwatch design we want to help me this year and this is the course design
- 2023-01-28 13:20:03下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--通讯录-Visual C cases intensive curriculum design series-- directory
- 2022-02-07 03:51:35下载
- 积分:1
-
matlab code for PHY layer communication system with channel equalisation
matlab code for PHY layer communication system with channel equalisation
- 2022-02-26 10:53:04下载
- 积分:1
-
这个是桌球的游戏,还没有全部完成,希望多多指教,改进之后的版本...
这个是桌球的游戏,还没有全部完成,希望多多指教,改进之后的版本-This is a snooker game, has completed the hope that the exhibitions, improved version after
- 2022-04-10 05:58:56下载
- 积分:1
-
关键字:Flash文件,极好的游戏创意,关于小猪,RPG游戏
关键字:Flash文件,极好的游戏创意,关于小猪,RPG游戏-Keywords: Flash file, an excellent game of creativity, on the pig, RPG game
- 2023-01-08 13:55:03下载
- 积分:1
-
易语言 文件完整性检测程序! 利用取文件特征的方法
易语言 文件完整性检测程序! 利用取文件特征的方法-Yi language file integrity of the testing process! Characteristics of the method used to take the file .....
- 2023-07-24 01:35:06下载
- 积分:1
-
字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!...
字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!-subtitles merger of the West a hyperactive love English students can watch a movie in the time when 266 two subtitles!
- 2022-01-24 15:10:19下载
- 积分: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
-
基于人工智能方面的,运用极大极小算法的井字棋源代码
基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
- 2023-08-05 18:50:03下载
- 积分:1