-
Automatic obstacle avoidance procedures can be completed automatically turn back...
自动避障程序,可以完成自动转弯,后退,防卡死程序,防死角程序。-Automatic obstacle avoidance procedures can be completed automatically turn back, anti-death process cards, anti-blind procedures.
- 2022-02-09 20:18:11下载
- 积分:1
-
js实现日期控件,能够自动选择日期,
js实现日期控件,能够自动选择日期,-js to achieve the date of control, able to automatically select the date,
- 2022-02-24 22:55:43下载
- 积分:1
-
本程序可以实现对串口的简单操作,祥细的功能可以从代码中得到,要是有什么问题可以从中得到帮助。...
本程序可以实现对串口的简单操作,祥细的功能可以从代码中得到,要是有什么问题可以从中得到帮助。-this procedure can be achieved on a simple serial port operation, the wound from the functional code can be, if any problem will be able to receive help.
- 2022-07-10 19:31:27下载
- 积分:1
-
VC道daoview
vc DAO daoview
- 2022-05-07 15:52:36下载
- 积分:1
-
寻找多项式的所有根
应用背景包含了一组可用于估计所有的根(实和复)的多项式。如果找不到根,可以返回假。取决于:stddefines ; ; ;-标准的定义和功能关键技术它使用拉盖尔方法估计根随着抛光根。一个n阶多项式有n根。如果找不到根,可以返回假。用在C中借用的代码的代码。
- 2022-01-26 04:06:28下载
- 积分: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
-
这是一个打字源程序
这是一个打字源程序-This is a source of typing
- 2022-09-05 15:15:03下载
- 积分:1
-
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件...
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件
-How to use system () function call with its own file is not in the same directory. Exe files
- 2022-12-04 00:10:03下载
- 积分:1
-
C# USB 发送和接收数据
这是一个C# USB 发送和接收数据,可以用于调试USB接口程序
- 2022-03-16 10:57:14下载
- 积分:1
-
OPENCV缩放图像
这项目展示如何缩放图像,使用几个主要函数。欢迎下载,试用。谢谢您的支持。
- 2022-05-05 02:21:52下载
- 积分:1