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

搜索资源列表

  1. tryexp3

    0下载:
  2. 作业调度算法的模拟实现 作业调度主要是完成作业从后备状态到执行状态的转变,以及从执行状态到完成状态的转变。 (1)创建JCB(作业控制块):系统在作业进入后备状态时为每个作业创建一个作业控制块(JCB),从而使该作业可被调度程序感知。当该作业执行完毕进入完成状态时候,系统自动撤销其JCB并释放有关资源,进而撤销该作业。 (2)按照作业调度算法,从后备队列中挑选一作业投入运行。作业调度程序为运行作业建立相应的进程,并分配资源。 (3)主要的作业调度算法包括:先来先服务(FCFS)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:5219
    • 提供者:wg
  1. LinuxCFCFS

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

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

    0下载:
  2. 随机产生磁道数,通过多种算法实现磁盘调度。FCFS,SSTF,SCAN,CSCAN,N_Step_SCAN。-Track the number of randomly generated, through a variety of disk scheduling algorithm. FCFS, SSTF, SCAN, CSCAN, N_Step_SCAN.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3200
    • 提供者:lzh
  1. choose

    0下载:
  2. 先来先服务算法(FCFS)最短寻道时间优先算法(SSTF)并求出每种算法的平均寻道长度-First-come, first-served algorithms (FCFS) algorithm for the shortest seek time first (SSTF) and find the length of each algorithm, the average seek
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:1432
    • 提供者:高飞
  1. Os

    0下载:
  2. vc 6.0 基于MFC的进程调度模拟,有界面很直观-VC6.0 os fcfs sfs process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3643
    • 提供者:lcl
  1. 1

    1下载:
  2. vc 6.0 进程调度算法的模拟,缺点是只实现一种调度-vc 6.0 FCFS SFS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29773
    • 提供者:lcl
  1. FCFS

    0下载:
  2. 操作系统中先来先服务的作业调度算法,算法简单易行-Operating system, a first-come, first-served job scheduling algorithm is simple and easy to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1858
    • 提供者:周冬冬
  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. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. asasasasasa

    0下载:
  2. This program is symulating acces to RAM memory FCFS and SJF
  3. 所属分类:GIS program

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:Herus
  1. JobAttemper

    0下载:
  2. 计算机操作系统实验,FCFS和JSF算法-OS FCFS & JSF algorithm
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:1478
    • 提供者:lin
  1. cipandiaodu

    0下载:
  2. 包过先来先服务(FCFS),最短寻道时间优先(SSTF),扫描法(SCAN)。-Package had first come first serve (FCFS), shortest seek time first (SSTF), scanning (SCAN).
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:234533
    • 提供者:wanghuahua
  1. OSDiskDispatchDemo

    0下载:
  2. 磁盘调度算法的模拟实现,我大学时的一个os作业,包含fcfs sstf scan cscan nstepscan 这几种算法,源码很简单主要还是算法的思想-Disk scheduling algorithm simulation to achieve, a os my college work, including fcfs sstf scan cscan nstepscan these types of algorithms, source code is very simple idea o
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3085
    • 提供者:李萌
  1. FCFSSJFHRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -FCFS SJF HRN
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:1793
    • 提供者:薛毅
  1. page

    0下载:
  2. 页面置换算法。lru opt fcfs算法-Page replacement algorithm. lru opt fcfs algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:许朋
  1. fcfs

    0下载:
  2. First come First serve Algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:952
    • 提供者:asdfgh
  1. FCFSSJFHRN

    0下载:
  2. 操作系统中进程与作业调度算法:fcfs算法,sjf算法,hrn算法-Operating system process and job scheduling algorithms: fcfs algorithm, sjf algorithm, hrn algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:199727
    • 提供者:何佳鑫
  1. aaa

    0下载:
  2. visual studio 6.0实现先来先服务FCFS和短作业优先SJF进程调度算法-visual studio 6.0 to achieve a first-come first-served FCFS and SJF short work process scheduling priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:677264
    • 提供者:郑细强
  1. FCFS

    0下载:
  2. 操作系统FCFC源程序,用来模拟先来先服务的实现过程-FCFC source operating system, used to simulate a first-come first-served implementation process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1088
    • 提供者:李志刚
  1. FCFS_13

    0下载:
  2. Fcfs seheduling algorthm
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:604
    • 提供者:mams
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com