搜索资源列表
page.change
- 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
page-1
- page-1 swf oujon xinxue
DIY-Page-Automatic
- PHP源码 Diy page 自定制系统
minibase heap file 代码
- minibase heap page 代码
iphone page control sample
- iphone page control sample
page flip
- page flip gallery
操作系统中改进型clock页面置换算法的演示算法
- 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
Page Control iphone page control的例子
- iphone page control的例子,包含scrollview的使用-iphone page control examples, including the use of scrollview
vnstat_php_frontend.tar.gz
- vnstat_php_frontend汉化版 vnstat是linux下一个很好用的流量检测工具,vnstat_php_frontend可以通过web页面监测服务器或者其他联网的设备的网络流量,Chinese Version vnstat is vnstat_php_frontend under linux by the flow of a good detection tool, vnstat_php_frontend can monitor the server through the w
page-management
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
flyff-v15-register-page
- flyff v15 register page
WebsiteInfo
- Source code for checking google page rank and more in VB.NET.
Page
- 一个连接SQL Servier 2008数据库的asp页面的分页代码程序。-A connection to SQL Servier 2008 database paging asp page code program.
50style-of-web-page
- 网页模版,50多种模版,可以成为网页制作的基本模版-Web page templates, more than 50 kinds of templates can be produced by the basic template page
Page
- MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
page
- 大唐电信的管理系统,功能很强大,可以分为管理员,主管和普通用户三种角色登陆,不同的角色登陆会出现不同的页面,供学习使用。-Datang Telecom' s management system, features a very powerful and can be divided into administrators, managers and ordinary users to visit three roles, different roles will be different lan
page
- php的一个分页类,代码可用,具体流程自己可以参详。-php page in a category, the code can be used, the specific processes they can reference.
lru-page
- LRU page replacement technique-LRU page replacement technique........
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
Page-replacement-algorithm
- 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo