-
Napster源程序
Napster源程序-Napster source
- 2022-02-05 15:29:13下载
- 积分:1
-
能够以任意角度(0~360度)放置文字与图像
能够以任意角度(0~360度)放置文字与图像-To any angle (0 ~ 360 degrees) to place text and image
- 2022-12-30 17:20:03下载
- 积分:1
-
- 2022-05-20 17:25:12下载
- 积分:1
-
redeem an alternative string class CStdStr
一个可替代CString的字符串类CStdStr-redeem an alternative string class CStdStr
- 2023-08-21 12:10:03下载
- 积分:1
-
河内算法
Hanoi Algorithm
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-09-02 19:05:04下载
- 积分: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
-
这个节目的图像识别,MATLAB的部分
一个用于图像识别的程序,用matlab编的-an image recognition for the program, part of the Matlab
- 2022-01-26 08:33:08下载
- 积分:1
-
艾尔肯特插值,非常不错的一种插值方法哦,大家多多鼓励
艾尔肯特插值,非常不错的一种插值方法哦,大家多多鼓励-艾尔肯特interpolation, a very good interpolation Oh, we encourage more
- 2022-07-23 05:07:02下载
- 积分:1
-
The realization of a transparent form with the VC++
用VC实现透明窗体++
- 2023-04-22 10:20:04下载
- 积分:1
-
Tht mainframe of the program is heart
程序的主框架窗口为心型,比较有创意-Tht mainframe of the program is heart-shape, which seems creative.
- 2022-11-21 04:25:03下载
- 积分:1