-
实现计算器的基本功能,还包括计算机科学…
实现计算器的基本功能,还包括计算器的科学计算功能,提供菜单的选择功能。-To achieve the basic function calculator, but also includes calculators for scientific computing capabilities to provide menu options.
- 2022-02-21 05:08:34下载
- 积分:1
-
A Simple Dash
A Simple Dash-Line Class虚线类-A Simple Dash-Line Class category dotted line
- 2022-05-07 15:13:07下载
- 积分:1
-
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeButtonST (can only load the icon) modified from.
- 2023-04-12 21:05:03下载
- 积分:1
-
汉字字频表,统计了汉字的字频,在和多领域都有用途。
汉字字频表,统计了汉字的字频,在和多领域都有用途。-Chinese word frequency table, statistics of the Chinese word frequency, in and multi-purpose fields.
- 2022-08-19 18:42: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
-
VC编写的card类ActiveX控件,简单易用使用方便。
VC编写的card类ActiveX控件,简单易用使用方便。-A game of Card ActiveX Used VC program
- 2023-02-11 01:55:04下载
- 积分:1
-
SMART PHONE 2005 on sending E
SMART PHONE 2005中关于发送E-MAIL的使用例子源码, 可以使用此代码,向任何MAIL地址发送E-MAIL,需用VS2005BETA2进行编译。-SMART PHONE 2005 on sending E-MAIL examples of the use of source code, you can use this code to any MAIL Send E-MAIL, unless required VS2005BETA2 computer.
- 2022-09-04 12:30:02下载
- 积分:1
-
一个搞笑游戏,其中的算法很有意思,大家可以下载后玩一玩,但界面很垃圾,希望大家帮忙改改....
一个搞笑游戏,其中的算法很有意思,大家可以下载后玩一玩,但界面很垃圾,希望大家帮忙改改.-a funny game, the algorithm is very interesting, you can download a play after play, but the interface is rubbish, we hope to help change it.
- 2022-01-25 16:31:45下载
- 积分:1
-
一个图形码系统设计SSD4 QP1
ssd4 qp1 design of a graphic yards system
- 2022-02-06 05:12:51下载
- 积分:1
-
The source for the EXCEL use GPS to check the measurement results
EXCEL的源代码使用GPS来检查测量结果
- 2022-07-11 13:00:33下载
- 积分:1