-
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-01-23 10:15:04下载
- 积分:1
-
这是一个基于c/s模式的操作系统课程设计 目的是让大家能够了解线程的问题...
这是一个基于c/s模式的操作系统课程设计 目的是让大家能够了解线程的问题-This is a based on c/s mode of the operating system course is designed so that we can understand the issue of thread
- 2022-03-24 10:18:40下载
- 积分:1
-
- 2022-04-08 14:03:37下载
- 积分:1
-
md5
经典的md5算法 大家对文件校验感兴趣的可以研究一下-md5
- 2022-04-11 05:34:43下载
- 积分:1
-
嵌入式系统的文件下载源码。实现通过串口下载文件
嵌入式系统的文件下载源码。实现通过串口下载文件-Embedded System File Download source. Achieved through serial download
- 2023-07-08 08:50:03下载
- 积分:1
-
名片管理软件
名片管理软件,名片管理软件,名片管理软件,名片管理软件,名片管理软件,名片管理软件,名片管理软件,名片管理软件。
- 2022-01-25 21:43:55下载
- 积分: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
-
一个关于visual c++的例子
一个关于visual c++的例子-A visual c++ example
- 2022-02-28 14:18:04下载
- 积分:1
-
简单的数据平台,能打开系统目录,能画图,是VC++编写的
简单的数据平台,能打开系统目录,能画图,是VC++编写的-Simple data platform, can open the system directory, can draw is VC++ Prepared
- 2022-02-12 16:45:47下载
- 积分:1
-
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行-tips on the Web server, light pole, but wince or other embedded operating systems
- 2023-02-24 02:00:03下载
- 积分:1