-
write c with program to compute GPA of student.
写一个程序来计算字母的平均成绩
- 2022-03-10 12:02:41下载
- 积分:1
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18:03下载
- 积分:1
-
A simple game, very fun, there is the original code, is VC++ Prepared
一个简单的游戏,很好玩,有原代码,是VC++编写的-A simple game, very fun, there is the original code, is VC++ Prepared
- 2022-04-29 09:05:44下载
- 积分:1
-
C++经典游戏编程实例,非常经典,对于初学者有用
C++经典游戏编程实例,非常经典,对于初学者有用-C++ programming examples of the classic game, very classic, useful for beginners
- 2022-05-18 18:22:25下载
- 积分:1
-
订单管理系统
仅用作个人开发使用。系统启动的时候有一个管理员用户,使用这个用户登录后,可以添加其他用户,而且每一个用户都可以更改自己的密码。
- 2022-01-25 16:37:17下载
- 积分:1
-
vc++编程,梁的振动
vc++编程,梁的振动-vc programming, the vibration
- 2022-05-17 04:00:08下载
- 积分:1
-
A demo to read environment variables in Windows by vc.
A demo to read environment variables in Windows by vc.-to read environment variables in Win dows by vc.
- 2022-01-25 22:55:47下载
- 积分:1
-
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。...
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。
-OICQ steal user number and password, at the same time the client control. Client control functions of a total of eight. At present I will only achieve two of the function and the
- 2022-03-13 19:30:43下载
- 积分:1
-
与JAVA相关的数据库
与JAVA相关的数据库-associated with Java database
- 2022-12-27 20:25:04下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1