-
Palindrome certification procedures, the stack classic example of the applicatio...
回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
- 2022-02-03 20:49:15下载
- 积分:1
-
非常好的MODBUS RTU MASTER程序,特别是其中的CRC
非常好的MODBUS RTU MASTER程序,特别是其中的CRC-16码的算法,非常经典,可以移植到任何的地方使用。-very good MODBUS RTU MASTER procedures, Special is one of the CRC-16 code algorithm, very classic, can be transferred to any use.
- 2022-05-07 06:41:44下载
- 积分:1
-
计算地下各种体异常的计算方法
计算地下各种体异常的计算方法-Calculation of various physical abnormalities underground method of calculating! ! ! ! ! ! !
- 2022-06-30 09:33:10下载
- 积分:1
-
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。...
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
- 2022-05-17 03:49:54下载
- 积分:1
-
局域网聊天工具[源码及设计文档]
局域网聊天工具包括客户端和服务端,实现局域网的多人同时聊天。客户端和服务端均使用皮肤进行了界面的美化,并带有详细的设计文档和使用说明。帮助理解socket编程的细节
- 2023-01-05 01:50:04下载
- 积分:1
-
窗口内的带滚动条的窗口控件+源码,可以用来排除界面上控件没地方放的尴尬...
窗口内的带滚动条的窗口控件+源码,可以用来排除界面上控件没地方放的尴尬 -the window with a rolling window of the Control+ source code can be used to exclude interface controls no place to put the embarrassing
- 2022-10-09 11:35:03下载
- 积分:1
-
DLL例子基本密码最小。
========================================================================
- 2022-05-05 13:44:05下载
- 积分:1
-
智能语音espeak 的中文插件!,如果要能够播报中文,则加载进去,具体方法见readme...
智能语音espeak 的中文插件!,如果要能够播报中文,则加载进去,具体方法见readme-Intelligent Voice Chinese espeak plugin! , If you want to be able to broadcast in Chinese, is loaded into the specific methods, see readme
- 2022-02-03 12:10:47下载
- 积分: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
-
数制转换.txt.rar
把文件名中的 .rar 去掉
数制转换.txt.rar
把文件名中的 .rar 去掉-digit conversion. Txt.rar documents from the head. Rar removed
- 2022-08-08 13:31:25下载
- 积分:1