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

搜索资源列表

  1. 02计

    0下载:
  2. 一个简单的发牌程序,使用了FCFS的调度算法,一定能过的-a simple licensing procedures, the use of FCFS scheduling algorithm, we can lead the
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:67648
    • 提供者:李坚
  1. 作业111

    0下载:
  2. 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4467
    • 提供者:YY
  1. dfgdgdgdgdg

    0下载:
  2. 这是一个操作系统课程设计的算法 编程计算磁头移动的总柱面数和总寻道时间(fcfs)-courses on operating system design algorithm programmed to calculate the total mobile head cylinder and total seek time (fcfs)
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:1349
    • 提供者:jackyzhao008
  1. 进程调度源码实验报告

    0下载:
  2. 操作系统进程调度源码实验报告,含有FCFS.SJF.HRF三个算法
  3. 所属分类:文档资料

  1. Process

    0下载:
  2. 操作系统线程调度算法,包括: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 5: 最短剩余时间优先-Operating system priority ranking algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:hopkins
  1. simulatingtestofdiskscheduling

    0下载:
  2. 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-31
    • 文件大小:1943
    • 提供者:刘威
  1. cpu

    1下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:16689
    • 提供者:凡亚东
  1. diaodu

    0下载:
  2. 用java做的 实现了所有的调度算法 包括fcfs 最短作业优先法 -use java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3125
    • 提供者:余军
  1. os

    0下载:
  2. 磁盘调度算法,自己用指针编写,操作系统的。-FCFS,SSTF,SCAN
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:680
    • 提供者:ludz
  1. cipandiaodu

    0下载:
  2. 在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7845
    • 提供者:machunyu
  1. 200561673251425

    0下载:
  2. 作业调度算法三种FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3188
    • 提供者:隋振
  1. cipan

    0下载:
  2. 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1610
    • 提供者:黄致伟
  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. cpdu

    0下载:
  2. 磁盘调度算法,包括、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Disk scheduling algorithms, including, first-come first-serve algorithm (FCFS) 2, the shortest seek time priority algorithms (SSTF) 3, scanning method (SCAN) 4, cycle sc
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-17
    • 文件大小:169653
    • 提供者:流水
  1. zydd

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

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

    0下载:
  2. 作业管理中FCFS,SJF,HRN调度算法-Activity-Based Management in FCFS, SJF, HRN scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:9197
    • 提供者:zhang
  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. aa

    0下载:
  2. 本设计的目的是加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 -c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6938
    • 提供者:迟运广
  1. memorychange

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

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

    0下载:
  2. 操作系统,汤子赢版,完全按书上所编,有fcfs,短作业优先,置换算法的,叶面置换和url置换-Operating system, Tang Zi win version, exactly as compiled by the book, there are fcfs, short job priority, replacement algorithm, foliage replacement and url replacement
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:严迪
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com