-
The way to creating CEdit Controls when the program is running
动态生成文本编辑框并实现其作为文本编辑框的功能-The way to creating CEdit Controls when the program is running
- 2022-04-21 11:05:48下载
- 积分:1
-
vb模拟小球的弹跳运动,模仿的自由落体运动,可以将shape的形状做为小球,更逼真。...
vb模拟小球的弹跳运动,模仿的自由落体运动,可以将shape的形状做为小球,更逼真。-vb simulation of the bouncing ball movement, movement to imitate the free-fall, you can shape as the shape of the ball, more realistic.
- 2022-01-26 05:53:03下载
- 积分:1
-
Harbin Industrial University ACM Online Collection of questions, and for your ab...
哈尔滨工业大学ACM 竞赛网上在线试题集锦,对你的编程能力的提高一定有很大帮助-Harbin Industrial University ACM Online Collection of questions, and for your ability to improve programming be of much help
- 2022-03-14 11:04:19下载
- 积分:1
-
新编Windows_API_参考大全
新编Windows_API_参考大全-New Windows_API_ reference Daquan
- 2022-03-05 08:52:43下载
- 积分:1
-
源代码附书”的物理游戏开发商“戴维男孩…
The source code accompanying the book "Physics for Game Developers" by David Bourg (2001)
Source code in C++ (WinAPI / DirectX)-The source code accompanying the book "Physics for Game Developers" by David Bourg (2001)
Source code in C++ (WinAPI/DirectX)
- 2022-03-26 15:02:51下载
- 积分:1
-
一个可以识别函数类型,参数,返回值的小程序源码,适合C++初学者学习参考...
一个可以识别函数类型,参数,返回值的小程序源码,适合C++初学者学习参考-One can identify the function type, parameters, return values of the small program source code, suitable for beginners to learn C++ Reference
- 2022-08-07 10:17:03下载
- 积分:1
-
此程序是用VC++做的,简要介绍了VC开发工具的使用技巧
此程序是用VC++做的,简要介绍了VC开发工具的使用技巧-This procedure is done with the VC, VC briefed the development of skills in the use of tools
- 2023-07-03 00:35:04下载
- 积分:1
-
电子看板程序,采用5e1 异步点阵屏卡传输
1:内置mysql数据库连接2:网口的led点阵屏数据通信3:自定义的异常处理类4:程序长时间运行,达到无人值守
- 2022-10-25 21:25:03下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
访问数据库文件
accessing dbase files
- 2022-02-05 01:14:37下载
- 积分:1