-
约瑟夫的链表实现
约瑟夫的链表实现-achieve Joseph objectlist
- 2022-04-16 23:47:12下载
- 积分:1
-
上机管理小系统.功能还不错
上机管理小系统.功能还不错-small plane management system. Good features
- 2022-08-11 04:37:03下载
- 积分:1
-
with VC clock game.
用VC++实现的时钟游戏。-with VC clock game.
- 2022-08-11 18:21:04下载
- 积分:1
-
Set time to shut down or restart
实现定时关机、重启@vc++
显示系统时间-Set time to shut down or restart
- 2022-05-28 06:26:09下载
- 积分:1
-
一款“剑峰时刻”的游戏,非常棒,有兴趣的朋友可以下载研究一下...
一款“剑峰时刻”的游戏,非常棒,有兴趣的朋友可以下载研究一下-A
- 2022-03-12 23:29:19下载
- 积分:1
-
Datasheet for the LM
Datasheet for the LM-JK53-22NTR LCD Display
Full pin-out
- 2022-06-16 02:21:29下载
- 积分:1
-
HTTP POST测试工具
目前前市场当部分接口调用都是采用Http POST方式开发的,每次接口调试的时候都需要临时够套post数据和查看返回数据,所以做了一个http post工具,可以随时发送测试数据,便于调试代码。也便于测试接口。有问题大家可以随时交流
- 2023-01-13 05:10:03下载
- 积分:1
-
The code is used to output a number of random numbers and design. First of all,...
该代码是用来输出若干个随机数而设计的。首先输入想要输出数据的数量和范围,然后系统就会自动地输出一系列的随机数。-The code is used to output a number of random numbers and design. First of all, enter the number you want to output data and scope of the system will then automatically output a series of random numbers.
- 2022-12-22 20:50:03下载
- 积分:1
-
简单的五子棋代码。可能很多地方不足,,,请见谅
简单的五子棋代码。可能很多地方不足,,,请见谅-Gobang simple code. May be inadequate in many places,,, please forgive me
- 2022-08-16 23:13:39下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1