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

搜索资源列表

  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. 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. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1571
    • 提供者:王业鹏
  1. proctrl

    0下载:
  2. 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:2557
    • 提供者:sadas
  1. FCFS

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue from ready to select a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been comp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:7882
    • 提供者:龙海
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:61422
    • 提供者:余祖澔
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:307811
    • 提供者:chenjieping
  1. PCB

    0下载:
  2. 简单的进程调度算法演示 FCFS 时间轮换 C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:9625
    • 提供者:snk
  1. memorychange

    0下载:
  2. 基于JAVA实现操作系统内存置换算法,FCFS,LRU
  3. 所属分类:Network Security

    • 发布日期:2017-03-27
    • 文件大小:4803
    • 提供者:sadas
  1. LinuxCFCFS

    0下载:
  2. 在Linux下用C语言实现作业调度的先来先服务算法-In Linux,use C to compile the FCFS algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:948
    • 提供者:李顺前
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43831
    • 提供者:qianglc
  1. disk

    0下载:
  2. 本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1105
    • 提供者:su
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. cipandiaodusuanfa

    0下载:
  2. 这是一个磁盘调度算法,包括FCFS、SCAN,是我的操作系统课程设计。-This is a disk scheduling algorithms, including FCFS, SCAN, is my operating system, curriculum design.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1606
    • 提供者:张祖强
  1. CPU

    0下载:
  2. 实验目的:采用仿真实验的方法,分析在FCFS、SJF、RR和MLFS算法中,下列因素对平均周转时间的影响。-Objective: using simulation method, analysis in FCFS, SJF, RR and MLFS algorithms, the following factors on the average turnaround time effect.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:938145
    • 提供者:周世伟
  1. FCFS

    0下载:
  2. 先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的实现方法。-First-served FCFS, shortest seek time priority leaf Total Flavonoid the SCAN and circulation SCAN algorithm implementations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:2271
    • 提供者:sonnni
  1. FCFS

    0下载:
  2. 此为用JAVA编写的模拟先来先服务算法的实例,压缩包中包含所有的工程文件,用eclipse导入即可编译运行,里面包含多种计数,包括多线程的使用,和各种图形界面,是我写的一个很好的例子-This is written in JAVA analog first-come, first-served algorithm instance compression package contains all project files, you can compile and run eclipse imp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:48529
    • 提供者:谭俊孟
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:959
    • 提供者:风格还是
  1. FCFS

    1下载:
  2. 操作系统进程调度算法的模拟实现。visual studio开发。-Operating system process scheduling algorithm simulation. Visual studio development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:185344
    • 提供者:secug
« 12 »
搜珍网 www.dssz.com