CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 操作系统 FIFO

搜索资源列表

  1. FIFO

    0下载:
  2. 大学生计算机操作系统课程设计,实现页面置换,利用fifo(先进先出)算法-Students of computer operating systems curriculum design, the realization of the page replacement, the use of fifo (FIFO) algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7.72kb
    • 提供者:王明
  1. page

    0下载:
  2. 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:802byte
    • 提供者:zhanghainu
  1. FIFO

    0下载:
  2. 操作系统中用来描述CPU处理进程的方式,这是最简单的一种先来先到算法-The operating system is used to describe the process of the CPU processing mode, which is the most simple one first-come, first algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:266.52kb
    • 提供者:陈慧
  1. 1.1.2

    0下载:
  2. 新鲜出炉的操作系统请求页式管理FIFO算法。一个进程有60个页面,假设内存分配了8个页面,页长为1K,第0、5、6页已经在内存中,随机生成访问序列,发生缺页中断时,写出相应的字地址、页号及内存中的8个页面。-Fresh baked operating system requests a page management FIFO algorithm. 60 pages of a process, assuming the memory allocated eight pages, page len
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:870byte
    • 提供者:Oliver
  1. jinchengguanli

    0下载:
  2. 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1000byte
    • 提供者:影子
  1. yemiantihuan

    0下载:
  2. 操作系统中的虚拟页面替换算法,有LRU和FIFO两种,可以选择不同的方式查看模拟过程。-The operating system in the virtual page replacement algorithm LRU and FIFO, you can choose different ways to view the simulation process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2.37mb
    • 提供者:sqc
  1. FIFO

    0下载:
  2. 先来先服务算法,操作系统的重要内容-First-come, first-serve algorithm, an important part of the operating system
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:张琳
  1. ymzh

    0下载:
  2. 本文件为c语言程序编写的操作系统页面置换算法:包括FIFO和URL两种,界面友好-This document is the c programming language operating system page replacement algorithm: including FIFO and URL are two, friendly interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:董怡卓
  1. ChangePage

    0下载:
  2. 操作系统-页面置换算法-最佳页面置换、先进先出、最近最久未使用,课程设计-Operating system- page replacement algorithm- Optimal, FIFO, LRU, course design
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:HeddaZhu
  1. page-replacement

    0下载:
  2. 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:293.47kb
    • 提供者:天蓝
  1. OS

    0下载:
  2. 操作系统的银行家算法,随机产生页面,FIFO和LRU两种算法-Operating system bankers algorithm, randomly generated page, FIFO and LRU two algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:玉璇
  1. FIFO

    0下载:
  2. 操作系统中的FIFO算法,使用时请输入文件夹中的data.txt-FIFO algorithm operating system when using please enter folder data.txt
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.09mb
    • 提供者:黄子洋
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:刘丹阳
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2.52mb
    • 提供者:黄keke
  1. 内存分配换页

    0下载:
  2. 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2kb
    • 提供者:蚊子酱
  1. opt fifo lru

    0下载:
  2. 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:767kb
    • 提供者:timmer
搜珍网 www.dssz.com