-
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
-
R-K法求解微分方程组的vf-R-K Solving equations of vf
- 2023-04-09 03:50:03下载
- 积分:1
-
可以实现各种控件里面的项,鼠标可以拖放到其他控件里面
可以实现各种控件里面的项,鼠标可以拖放到其他控件里面-Can realize a variety of control inside, the mouse can drag it to the other controls inside
- 2022-03-06 13:24:47下载
- 积分:1
-
用于监视系统的动态
用于监视系统的动态-surveillance systems for the dynamic
- 2022-03-23 12:32:55下载
- 积分:1
-
Send e
发电子邮件,VB编写,希望有用
- 2022-02-03 10:27:47下载
- 积分:1
-
Windows和Unix下可以DNS服务器的源代码编译
windows/unix下都可以编译的DNS SERVER的源代码-windows/unix can be compiled under the DNS Server source code
- 2022-08-20 00:43:08下载
- 积分:1
-
一个很好的代码给你
模拟的考勤系统1.0源码
界面简洁,美观,分两个大模块(左、右)。
左边 是导航菜单。一个js做的时间表
右边 是根据左边的菜单导航的各个对应位置的功能设置
操作前要登陆:用户名和密码是 51aspx
基本设置
部门设置 查看、添加、删除、修改部门
员工设置 查找、添加、删除、修改员工
考勤设置
设置考勤制度:制定职工迟到、旷工或早退的时限。所设置的参数,将在考勤日报生成时起作用;
设置节假日:可以指定那些日期是节假日
统计报表
统计报表 查看员工的出勤情况、管理员录入员工考勤记录
模拟打卡
模拟打卡 员工用来早晚打卡签到。自动给员工录入考勤信息。
数据库在DB_51aspx文件夹中 附加即可-a good code for you
- 2022-12-02 21:45:02下载
- 积分:1
-
可用于处理多线程的问题
可用于处理多线程的问题-could be used to address the issue of multi-threaded
- 2022-05-15 00:22:51下载
- 积分:1
-
Implementation of this procedure on a sports car on the screen, the background f...
本程序实现一辆汽车在屏幕上运动,背景为森林.-Implementation of this procedure on a sports car on the screen, the background for the forest.
- 2022-05-16 11:01:07下载
- 积分:1
-
mfc 多选树 Tree control
应用背景最近有序项目需要,自封装了mfc树控件,实现了ctrl和shift多选功能,亲测可用,在这里上传,共享给有这样需求的同学关键技术对mfc原有TreeControl控件进行了继承封装,使其能够按ctrl和shift键进行多选
- 2022-01-25 15:42:11下载
- 积分:1