-
这个程序可以实现二叉树的插入,删除操作。
这个程序可以实现二叉树的插入,删除操作。-this procedure can be achieved binary tree insertion, deletion.
- 2022-10-04 02:35:04下载
- 积分:1
-
对数字词语最好地见到您的帐户
应用背景这个代码,给我们话语的文本,很容易使用。只是复制并粘贴此代码在你的画家。将数字转换为短语。它`很容易。关键技术应用PowerBuilder是一个工具,非常好用。我不知道该说什么关于这语言。
- 2023-09-05 15:50:03下载
- 积分:1
-
CS Cpu Monitor 2.0.0源代码.zip
CS Cpu Monitor 2.0.0源代码.zip-CS Monitor 2.0.0 instant source code. Zip
- 2022-01-25 22:00:12下载
- 积分:1
-
在线旅游
今天旅游拥有了先进的通过选择的在线预订和信息系统。如果我们考虑现有的方案中,用户要搜索手动问到提供程序是面向较少用户的详细信息,这会消耗更多的人力。旅游提供商的所有者是不能够直接接触客户和他们的利益,因此旅游门户网站是一个自动化的系统,已经为游旅游者、 旅游经营者和旅游代理商。该网站允许用户登录和搜索在线的详细信息,在世界各地的最佳旅游目的地。
- 2022-04-21 02:38:58下载
- 积分: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
-
source codesource codesource codesource codesource codesource codesource codesou...
source code source code source code source code source code source code source code -source codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource code
- 2022-04-17 09:25:29下载
- 积分:1
-
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。...
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。-err
- 2023-06-26 23:55:03下载
- 积分: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
-
发送电子邮件例子
发送电子邮件例子-E-mail examples
- 2022-08-15 10:56:13下载
- 积分:1
-
招生管理系统介绍是 如何招收新学生;如何发通知书等;主要还是介绍流程的...
招生管理系统介绍是 如何招收新学生;如何发通知书等;主要还是介绍流程的-enrollment management system on how to recruit new students; How notice; The main briefing process
- 2023-08-05 21:00:05下载
- 积分:1