-
实现停车场管理与计费功能,可以实现单项停车场的停车管理与计时收费功能!...
实现停车场管理与计费功能,可以实现单项停车场的停车管理与计时收费功能!
- 2023-07-15 08:35:03下载
- 积分:1
-
Windows资源管理器,用VB编写
windows资源管理器,用vb编写-windows resources manager, prepared with vb
- 2022-08-08 22:14:31下载
- 积分: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
-
explore目录文件浏览,选择及反选,以及整个目录的遍历
explore目录文件浏览,选择及反选,以及整个目录的遍历-explore directory file browser, and anti-choice election, as well as the entire directory traversal
- 2022-06-26 19:21:27下载
- 积分:1
-
针对助推
针对助推- 滑翔导弹的弹道优化问题,给出了一种求解其最大射程弹道的分段优化方法,建立了其
纵平面运动模型和弹道优化模型。在考虑攻角绝对值、攻角变化率、法向过载、分离点攻角衔接及落地条件等约束
下,应用序列二次规划法求解了其最大射程弹道。分析表明,助推- 滑翔导弹比传统弹道导弹射程显著提高,其最
优弹道的起伏有助于增大射程和提高突防能力-For booster- Optimize glider ballistic missile problem, give a maximum range of its ballistic solution of the sub-optimization method, set up the vertical plane motion model and optimization model of trajectory. In considering the absolute angle of attack, the rate of change of angle of attack, normal load, the separation point of convergence and the arrival angle of attack constraint conditions, the application of sequential quadratic programming method to solve a maximum range of its ballistic. Analysis showed that propelled- gliding range ballistic missile than the traditional significantly improve, the optimal trajectory of the ups and downs will help increase the range and ability to enhance penetration
- 2022-09-28 04:55:03下载
- 积分:1
-
K-均值聚类
它实现了 k-均值聚类。聚类是一种无监督的学习。它随机选择 k 点到初始聚类中心。它计算组的平均值,然后更新它的中心。
- 2022-05-22 22:37:47下载
- 积分:1
-
利用SysInfo控制得到计算机的电池使用状况
利用SysInfo控制得到计算机的电池使用状况-use of computer battery usage
- 2022-06-29 17:26:54下载
- 积分:1
-
IDL和VB、VC混合编程,涉及到的接口,dll引用等问题解决的文档...
IDL和VB、VC混合编程,涉及到的接口,dll引用等问题解决的文档-IDL, and VB, VC mixed programming, related to the interface, dll reference documents such as problem-solving
- 2022-06-15 08:10:55下载
- 积分:1
-
PopCap Games Framework Version 1.3 Changes
General
* Removed support...
popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes
General
* Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update your project files manually.
o Note: you can download Visual Studio 2005 Express edition for free from Microsoft (http://msdn.microsoft.com/vstudio/express/)
* PAKfile support- See docs/Pak Resource File Support.doc
* Added support for wide displays and for windowed emulation of wide displays.
* Some wide string/localization related changes to strings/chars: Use the WideString.vcproj projects for widestring support
* Added support to draw anti-aliased lines/polygons.
* Cached WAV files are "encrypted" (weakly) to prevent the easy copying of sound resources.
* All demos were made to be widestring compatible and we added corresponding widestring projects. std::string has been replaced with SexyString, c
- 2023-04-24 21:25:04下载
- 积分:1
-
simple computing functions with a simple EXCEL
具有简单运算功能的简单EXCEL-simple computing functions with a simple EXCEL
- 2023-06-27 17:55:02下载
- 积分:1