-
用MFC实现局域网广播 分机打开端口可以加收主机发出的信息
用MFC实现局域网广播 分机打开端口可以加收主机发出的信息-with MFC extensions Broadcasting LAN ports can be opened additional information issued by the mainframe
- 2022-11-03 09:40:03下载
- 积分:1
-
在DOS下用debug
在DOS下用debug
- 2023-08-08 09:25:03下载
- 积分:1
-
computer graphics, computer scanning principle of the head of a DHS
计算机图形学,根据计算机扫描原理画出的一个红双喜-computer graphics, computer scanning principle of the head of a DHS
- 2022-05-23 18:22:10下载
- 积分:1
-
GetAdaptersInfo:获取网卡的相关信息
GetAdaptersInfo:获取网卡的相关信息-GetAdaptersInfo:Get information about mac
- 2022-03-17 07:10:52下载
- 积分:1
-
使用微软mci接口,利用MFC工具建立的vc++工成,实现了良好的录像功能...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了良好的录像功能-Microsoft mci interface, the use of MFC utility to set up working into vc++ to achieve a good video recording capabilities
- 2022-02-07 03:01:46下载
- 积分:1
-
windows mobile下面的线程实例,演示了用户线程和工作者线程的使用,evc开发环境下调试通过...
windows mobile下面的线程实例,演示了用户线程和工作者线程的使用,evc开发环境下调试通过-windows mobile thread below examples demonstrate the user threads and worker threads to use, evc debugging development environment through
- 2022-05-05 17:51:19下载
- 积分:1
-
用C编写的信号采集
用C编写的信号采集-Written with the C signal acquisition
- 2022-07-27 12:20:43下载
- 积分:1
-
移动短信SMS综合资料库,SMS程式开发、通过串口收发短消息、移动短信息技术、编写SMS程序入门、AT命令等...
移动短信SMS综合资料库,SMS程式开发、通过串口收发短消息、移动短信息技术、编写SMS程序入门、AT命令等
-SMS Programming
- 2023-08-26 14:05: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
-
data structure : the bracketed arithmetic expression is evaluated. Complete with...
数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-06-20 06:03:47下载
- 积分:1