-
用vc++开发的密码破译小程序,很好玩。
用vc++开发的密码破译小程序,很好玩。-with vc++ code-breaking development of the small program is a lot of fun.
- 2022-01-31 16:39:24下载
- 积分:1
-
关于进程同步的,完成的是生产者消费者问题。包含信号量
关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
- 2022-03-12 06:50:32下载
- 积分:1
-
collection of small tools can be based on the INI file storage
收藏Internet地址的小工具,可以基于INI文件存储的-collection of small tools can be based on the INI file storage
- 2022-03-01 13:12:20下载
- 积分:1
-
操作系统的 自己一看就知道
操作系统的 自己一看就知道-its own operating system a person would know
- 2022-09-26 00:50:03下载
- 积分:1
-
使用OpenCV获取优思特网络摄像机的RTSP视频流
使用OpenCV中的VideoCapture读取网络摄像头的代码,需要3.1以上版本,我使用的是优思特的网络摄像头,其它摄像头可修改RTSP获取地址。
- 2023-04-19 13:30:04下载
- 积分:1
-
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格...
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理-past C/MFC development process, often to provide users with the right-mouse click functions, Now.NET framework using C#, the procedure would also like to provide right-click functions, for example, in the text frame, pane, labeling and the main window background on the use of right-clicking. After all, C# instead of C/MFC, how to deal with C#
- 2022-03-23 02:05:54下载
- 积分:1
-
此是CCePngButtonST类的一个Demo工程.
开发环境:vs2005 、pb wince5定制的模拟器.
此是CCePngButtonST类的一个Demo工程.
开发环境:vs2005 、pb wince5定制的模拟器. -This is a Demo Class CCePngButtonST works. Development environment: vs2005, pb wince5 customized simulator.
- 2022-03-20 16:46:51下载
- 积分:1
-
从键盘输入若干个词,按字典的序列排列后输出
从键盘输入若干个词,按字典的序列排列后输出-keyboard input from a number of words, according to the dictionary sequence with the output
- 2022-03-07 04:56:59下载
- 积分: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
-
project library
综合图书馆系统(ILS),也称为图书馆管理系统(LMS),[1][2]是;
- 2022-01-27 13:40:47下载
- 积分:1