-
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++语言实现MD5加密算法
采用c++语言实现的MD5加密算法,能够很好支持对数字、英文以及符号的加密操作。 MD5为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一。将数据运算为另一固定长度值,是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。
- 2022-02-02 14:40:20下载
- 积分:1
-
一个有关售票系统的小软件,可以记录售出票数,剩余票数,该售票点有的票种等,可以添加删除资料...
一个有关售票系统的小软件,可以记录售出票数,剩余票数,该售票点有的票种等,可以添加删除资料-the ticketing system at a small software sold record number of votes, the remaining votes, the ticket centers, such as some species of votes, can be added to delete information
- 2022-02-25 22:48:05下载
- 积分:1
-
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错...
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various-*+/4 operator, also support floating-point operations, also feeling good
- 2022-02-27 02:12:52下载
- 积分:1
-
地图染色问题,就是利用矩阵对地图相应的进行染色,用到了堆栈知识...
地图染色问题,就是利用矩阵对地图相应的进行染色,用到了堆栈知识-map staining problem, it is using the matrix corresponding to the map for staining, apply knowledge of the stack
- 2022-02-20 10:33:18下载
- 积分:1
-
swfupload大文件上传
swfupload大文件上传,有进度条,在ie6/7/8下正常运行,vs2010下调试正常。基于swfupload2.2进行。swfupload,swfupload,swfupload,swfupload,swfupload
- 2022-01-26 17:31:34下载
- 积分:1
-
GUI界面的计算器程序 使用JAVE语言开发,适合刚开始学习JAVE语言的初学者参考!...
GUI界面的计算器程序 使用JAVE语言开发,适合刚开始学习JAVE语言的初学者参考!-GUI interface using the calculator program acids language suitable for the beginning of the study isolates language reference beginners!
- 2022-03-16 04:37:22下载
- 积分:1
-
Internet Download Manager lumayan cepet
Internet Download Manager lumayan cepet
- 2023-08-13 00:20:04下载
- 积分:1
-
MFC+ACCESS,小巧阅读器,需自己向数据库中加数据.滚动显示文字内容....
MFC+ACCESS,小巧阅读器,需自己向数据库中加数据.滚动显示文字内容.-MFC ACCESS, a small reader, to take their database plus data. Scrolling text.
- 2022-04-08 08:57:14下载
- 积分:1
-
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子-TDBGrid demonstrations on how to use the data printed examples QuickRepot
- 2022-06-30 16:54:15下载
- 积分:1