-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
通 配 符的 删除的 C 语言源码
通 配 符的 删除的 C 语言源码
-wildcards to the deletion of the C language source code
- 2022-06-02 08:18:15下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
编写服务程序
Writing a Service Program
- 2022-02-25 08:17:35下载
- 积分:1
-
ADC校准for ADUC842
ADC calibration for ADuC842
- 2022-05-21 14:56:48下载
- 积分:1
-
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!...
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!-series, I was not the only change the change, saw the fine ~~~~~~~, together reference ~~,^_^!
- 2022-03-03 10:28:36下载
- 积分:1
-
struts2+hibernate完整项目,适合大四学生的期末课程作业
struts2+hibernate完整项目,适合大四学生的期末课程作业struts2+hibernate完整项目,适合大四学生的期末课程作业struts2+hibernate完整项目,适合大四学生的期末课程作业struts2+hibernate完整项目,适合大四学生的期末课程作业struts2+hibernate完整项目,适合大四学生的期末课程作业
- 2022-10-27 20:15:07下载
- 积分:1
-
wpf 拆分单词
C# WPF中 输入一个句子或者字符串,按莫个特殊字符来 分割字符串,保存到LIst中。
- 2022-02-01 05:10:14下载
- 积分:1
-
关于定时器的使用,自己写的代码 绝对不会跟人家的重复
关于定时器的使用,自己写的代码 绝对不会跟人家的重复-With regard to the use of timers that they will not write the code duplication with others ~ ~ ~
- 2022-11-20 21:35:08下载
- 积分:1
-
用VC编写的换肤程序,如有需要的可以下载,很有参考价值.
用VC编写的换肤程序,如有需要的可以下载,很有参考价值.-VC skinnable prepared by the procedure, if necessary can be downloaded great reference value.
- 2022-07-09 19:51:38下载
- 积分:1