-
不使用 OLE 直接拖放 ListBox Items
不使用 OLE 直接拖放 ListBox Items-Drag and Drop Listbox Items Without OLE
- 2022-04-02 01:58:51下载
- 积分:1
-
good documentation about dsp
good documentation about dsp
- 2022-08-10 16:27:32下载
- 积分:1
-
求闰年的算法,具体请详细阅读文本中算法,绝对没有错。课直接复制上VC运行...
求闰年的算法,具体请详细阅读文本中算法,绝对没有错。课直接复制上VC运行-Seeking a leap year algorithm, please read the text of a specific algorithm, is absolutely not wrong. VC running on a direct course to copy
- 2023-08-28 12:05:03下载
- 积分:1
-
PHP 中的在线测试
这是一个在线的 PHP 测验项目。其前端是致力于 PHP 程序的任何浏览器后, 端是 mysql。Wamp 来必须安装,运行这个测试。希望你会喜欢它。
- 2022-04-23 17:01:37下载
- 积分:1
-
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 )...
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 ) -: TGrabBar Windows95 is a separate bar style images (Splitter) components, the level of separation and vertical separation of two types (1.14 version, with source)
- 2022-08-09 07:17:23下载
- 积分:1
-
二叉树遍历题目完整代码
这是关于数据结构的树的练习。二叉树的,编写二叉树的先序,中序,后序,遍历等等。在Vs,VC++下都可以运行,第一次上次请大家不要吐槽,谢谢。
- 2022-03-21 09:50:20下载
- 积分:1
-
Burstsort
Burstsort-2.0-source 桶排序-Burstsort-2.0-source
- 2022-05-30 20:27:22下载
- 积分: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
-
[配套资料]Visual Studio 2010(C#)Web数据库项目开发
这是曾建华书籍《Visual Studio 2010(C#)Web数据库项目开发》的配套课件和源码,分享给大家。通过一个完整地网上商城系统讲解如何使用Visual Studio 2010 C#开发基于数据库(SQL server)的web应用程序。
- 2022-05-08 06:32:26下载
- 积分:1
-
eBuy商店jsp源代码
完整代码,网上书店,值得初学者学习。
- 2023-03-26 04:15:03下载
- 积分:1