CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - fcfs

搜索资源列表

  1. FCFS,SJF,HRN.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1880
    • 提供者:
  1. Diskatt

    0下载:
  2. C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10361
    • 提供者:
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  1. C++模拟

    0下载:
  2. c程序模拟操作系统的先来先服务算法(FCFS). 在VC 6.0下运行通过/ -c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:刀尖
  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg process.log Timer.cpp Tim
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40486
    • 提供者:silwol
  1. yumianzhihuan

    0下载:
  2. 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:金金
  1. 060602fcfs

    0下载:
  2. 实现了操作系统先来先服务(FCFS)算法,包含全部源代码。-of the operating system first-come first-serve (FCFS) algorithm, includes full source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:234484
    • 提供者:罗火光
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-serve (fcfs) the shortest operat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42449
    • 提供者:风飘零
  1. Clunzhuanfa

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1616
    • 提供者:庄宁文
  1. OSdiaodu

    0下载:
  2. diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10728
    • 提供者:billdong
  1. pcos

    0下载:
  2. 21.c 先来先服务(FCFS)算法调度作业运行。 211.c最短作业优先(SJF)调度算法。 212.c响应比高者优先(HRN)调度算法-21.c first-come first-service (FCFS queue) algorithm scheduling operations running. 211.c shortest priority operations (SJF) scheduling algorithm. 212.c response ratio were hig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:62635
    • 提供者:陈生
  1. Process_Scheduler

    0下载:
  2. 这是一个操作系统进程管理的模拟程序。 采用FCFS,多级反馈队列等算法调度进程。 这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68034
    • 提供者:cy
  1. FCFSSSTF

    0下载:
  2. 《操作系统原理》课程设计 课题名称:磁臂调度及扇区排队算法模拟 模拟了FCFS和SSTF两种调度 -"Operating Systems Theory" design issues Name : Magnetic Sector arm scheduling and queuing algorithm simulation and the simulation of FCFS queue scheduling two SSTF
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:298076
    • 提供者:张兴州
  1. shell124

    0下载:
  2. 程序主要运用向量 将数据进行排序 构造了Thread类和Node结构,以及切换,读入函数,FCFS与RR算法运用的队列,最后计算出各项包括utilization,serviceTime,ioTime等各项数据,然后输出结果-procedures will primarily use vector data structure sort of Thread and Node category structure, and switching, read into the function, RR
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:6991
    • 提供者:徐玖
  1. fcfs_jsp

    0下载:
  2. fcfs,这是一个操作系统进程调度的先进先出调度算法-fcfs, this is a process of scheduling the operating system can process scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:910
    • 提供者:catherine
  1. cipandiaodusuanfaa

    0下载:
  2. 一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34426
    • 提供者:周济
  1. jyddsf

    0下载:
  2. 比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:bodihotboy
  1. zuoyedd

    0下载:
  2. 采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。 [提示]: (1)每个作业的JCB中包括作业名、提交时刻、要求运行时间; (2)假设第一个作业提交时,系统中无正在执行的作业,即第一个作业一提交系统便调度该作业。 要求: 输入:一批作业中各作业的作业名、提交时刻、要求运行时间; 选择不同的作业调度程序运行; 输出:相应作业调度算法下,各作业的等待时间、周转时间、带权周转时间,这批作业的调度顺序、平均周转时间和平均带权周转时间。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3166
    • 提供者:zc
  1. FCFS

    0下载:
  2. 用codeblock实现先进先出算法,操作系统(Implementation of advanced first out algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:YFY123
  1. FCFS

    0下载:
  2. 先来先服务算法的简单模拟。可以接受键盘输入模拟的进程个数。(A simple simulation of FCFS.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-19
    • 文件大小:2779136
    • 提供者:Haku_Akitsuki
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com