-
银行称其系统,用户队列窗口,然后收集所有的数字,我..
银行叫号系统,用户排队拿好各个窗口随即的号码,工作窗口依照号码叫号,还以察看一天的叫号情况-Bank called its system, the user queue window then Collect all of the numbers, in accordance with the job number is called its window, but also to see the situation of the day called No.
- 2022-11-05 04:10: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
-
more documentation procedures to help document the establishment, including the...
多文档程序中帮助文件的建立,包括帮助的主题索引等的设计-more documentation procedures to help document the establishment, including the subject index to help in the design
- 2023-03-07 09:10:03下载
- 积分:1
-
读卡器程序
读卡器程序-Reader program
- 2022-11-10 15:55:03下载
- 积分:1
-
bridge C++ C++模式开发之Bridge
bridge C++ C++模式开发之Bridge-bridge C++ C++ model developed Bridge
- 2022-01-26 00:14:01下载
- 积分:1
-
可以用来提取IGS全球服务组织CODE中心电离层VTEC数据
可以用来提取IGS全球服务组织CODE中心电离层VTEC数据-IGS can be used to extract a global service organization CODE ionospheric VTEC data center
- 2022-11-28 12:25:03下载
- 积分:1
-
曲线类型图
主要用来画地球物理勘探专业的测深(瞬变电磁,大地电磁,激发极化测深,复频激电,甚低频等等)电阻率的曲线类型图;操作简便,易于观察,可以生成矢量化图片与surfer,grapher等软件进行交换处理。
- 2022-02-21 07:40:32下载
- 积分:1
-
一致的,高
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world s most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own coding standards.
- 2022-01-31 16:56:34下载
- 积分:1
-
循环链接列表
这是一个简单的代码在 c + + 中的循环链接列表。欢迎下载和使用。非常感谢您的支持。
- 2022-04-30 20:37:54下载
- 积分:1
-
国内流离失所者 (迭代 prisonners 困境)
说明 iteratedprisoner 困境 (IPD) 游戏长时间进行了研究在博弈论、 经济学、 编程、 决策理论和等多个领域。它是 2 球员场景且玩家必须决定到任一 "cooperate" 或 "defect" 序列中 ofgames 和他们各自的选择决定了相对成功或失败每个球员。将你与你的对手合作,或寻求窃取所有针对自己吗? 这段代码运行两个或多个参与者之间的 atournament。每个玩家可以提交尽可能多"个性"如他们所愿。对提交的所有其他玩家的所有个性 IPD 游戏每个提交的 eachplayer 的人格。然后绘制和输出结果。 已设置示例已经弥补在此提交之间 3 示例播放器和数字的简单示例储藏室每个球员。若要创建您自己的球员 andpersonalites,只是换出玩家目录和示例的功能。托伦此示例中,>> 更多的细节,具体规则和创建你自己的个性,说明 IPDshell >> helpIPDshell prisoner 的困境见: http://plato.stanford.edu/entries/prisoner-dilemma/ MATLAB 对详细信息发布 MATLAB7.8 (R2009a)
- 2022-04-26 18:32:08下载
- 积分:1