-
TIFF格式阅读Qt程序用于生成动态库的程序源码…
qt程序读tiff格式所用的动态库生成程序源码.-tiff format Reading qt procedures used to generate a dynamic library program source.
- 2023-08-30 08:50:05下载
- 积分:1
-
可实现INI文件的读取,这个是INT读取函数.
可实现INI文件的读取,这个是INT读取函数.-INI files can be read, this is a read function INT.
- 2022-03-24 11:21:59下载
- 积分:1
-
用VHDL编写的一个闹钟的控制程序,希望大家看了后能喜欢,也可以学学哟!...
用VHDL编写的一个闹钟的控制程序,希望大家看了后能喜欢,也可以学学哟!-VHDL prepared an alarm clock control procedures in the hope that everyone will love after reading them, but also can learn yo!
- 2022-01-26 07:15:54下载
- 积分:1
-
学习C++需要经典代码,现在传的是两个后面会继续传。
学习C++需要的经典代码,现在传的是2个后面会继续传。-Learning C++ Need classic code, Chuan is now two behind will continue to Chuan.
- 2022-03-05 03:35:22下载
- 积分:1
-
对delphi中常用的函数调用,参数,进行详细的说明。
对delphi中常用的函数调用,参数,进行详细的说明。-right commonly used function call, parameters, for detailed explanations.
- 2022-03-09 13:47:43下载
- 积分:1
-
h.263的源码,经过优化可以运行于windows操作系统纸上。效率很高。...
h.263的源码,经过优化可以运行于windows操作系统纸上。效率很高。-source code about video stream specification H.263,which is optimized for windows OS.
- 2022-02-06 16:55:44下载
- 积分: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
-
ASPX ImageUploadExample
ASPX ImageUploadExample- ASPX ImageUploadExample
- 2023-06-27 19:40:03下载
- 积分:1
-
采用MFC编写的一个很简单的地图编辑器,详细见源代码
采用MFC编写的一个很简单的地图编辑器,详细见源代码-MFC prepared to adopt a very simple map editor, in detail see the source code
- 2022-03-23 02:17:59下载
- 积分:1
-
银行家算法 , 操作系统中的一个资源分配的算法
银行家算法 , 操作系统中的一个资源分配的算法-Banker" s algorithm, the operating system in a resource allocation algorithm for
- 2023-08-06 19:20:22下载
- 积分:1