-
it will off the monitor after running the program and it will start again
it will off the monitor after running the program and it will start again
- 2022-03-23 03:35:59下载
- 积分:1
-
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法...
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法-Described the process of making dynamic libraries, which have a simple little example, introduced a dynamic library usage
- 2023-04-26 20:25:02下载
- 积分:1
-
这是一个用VB实现的记事本程序。
这是一个用VB实现的记事本程序。-This is a VB procedure of the notebook.
- 2022-03-13 16:34:35下载
- 积分:1
-
形状为英语和阿拉伯语字符字节
Shapes byte for english and arabic charcter
- 2022-04-30 07:02:02下载
- 积分: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
-
SIFT图像拼接代码
这是通过SIFT实现图像拼接的代码,首先通过SIFT算法检测出特征点,然后欧式距离匹配点对,然后用RANSAC来去除误配点。最后用加权平均法来融合图像。本人已测,绝对好用。
- 2022-12-07 05:20:03下载
- 积分:1
-
声音控制代码,好好用的
声音控制代码,好好用的-voice control code, properly used
- 2022-03-21 08:45:04下载
- 积分:1
-
java写的一个计算器程序,基本功能相对来说比较完善。
java写的一个计算器程序,基本功能相对来说比较完善。-write a calculator program, the basic function is relatively sound.
- 2022-07-12 21:30:08下载
- 积分:1
-
此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。...
此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。-eight digital solve the problem. The use of BFS, and procedures with an array storage nodes. Therefore, only for a relatively simple operation.
- 2023-08-11 01:15:03下载
- 积分:1
-
经典的GAL编程软件,虽然很小但很实用,不妨试一下。
经典的GAL编程软件,虽然很小但很实用,不妨试一下。-Classic GAL programming software
- 2022-04-17 08:25:29下载
- 积分:1