-
a p2p source code about resource share, consists of two parts: one is server, an...
这是一个有关p2p资源共享的软件源代码,包括两部分组成,一是服务器端,另一是客户端.可以下载文本文件和其他格式的文件,不过其他格式有点问题,大家可以自己把它修改过来.-a p2p source code about resource share, consists of two parts: one is server, another is client. you can use it to download txt file and other format file, but there are some bug for the other format file, you can correct it by yourself.
- 2022-11-12 03:40:03下载
- 积分:1
-
这是看似简单的问题:给定空间两点坐标,让一个小球从起点滚动到终点,问小球沿着怎样的路径滚动的 最快?很多人会以为是直线,其实不然。该演示系统从模拟真实物体的客观...
这是看似简单的问题:给定空间两点坐标,让一个小球从起点滚动到终点,问小球沿着怎样的路径滚动的 最快?很多人会以为是直线,其实不然。该演示系统从模拟真实物体的客观行为出发,揭示问题的本质所 在。在演示中我们把小球滚动最快的轨迹称为“最速降线”。这是测试版,完全版可以到http://shizp.vicp.net索取-You can find the completed vision at:http://shizp.vicp.net
- 2022-02-03 00:24:43下载
- 积分:1
-
LL(1)分析器
编译原理,预测分析器,可求出first集,follow集,并构造出LL(1)分析器
- 2022-08-11 07:33:43下载
- 积分:1
-
windows 内存共享 sharememey sharememey sharememey sharememey sharememey sharememey s...
windows 内存共享 sharememey sharememey sharememey sharememey sharememey sharememey sharememey -windows 内存共享 sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey sharememey
- 2023-05-21 03:10:04下载
- 积分:1
-
Great Internet Mersenne Prime Search
GIMPS
Finding World Record Primes Since 1...
因特网梅森素数大搜索,多处理器版v25.9-Great Internet Mersenne Prime Search
GIMPS
Finding World Record Primes Since 1996
- 2022-10-10 13: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
-
介绍了Windows CE下对注册表操作的API函数的使用
介绍了Windows CE下对注册表操作的API函数的使用-introduced the Windows CE operating under the registry of the use of API function
- 2022-03-23 09:51:25下载
- 积分:1
-
这也是一个加密算法的源代码库作为ElGamal、理念等50条。
这是又一个加密算法源代码集合如elgamal,idea等50个算法-This is also an encryption algorithm source code pool as ElGamal, idea etc. 50 Algorithm
- 2023-08-18 02:25:04下载
- 积分:1
-
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富-A program about win32api,very cool,include sobel,laplacian,hough,etc. Useful.
- 2023-04-08 12:40:03下载
- 积分:1
-
classic sequencing procedures. All Northern
经典排序程序。北航所有-classic sequencing procedures. All Northern
- 2022-04-24 19:44:29下载
- 积分:1