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

搜索资源列表

  1. FCFS

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45375
    • 提供者:yuzhou
  1. ZYDD.rar

    1下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick ,First Come First
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:136082
    • 提供者:hghh
  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. dandao

    0下载:
  2. 编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1736
    • 提供者:sylvia
  1. processschedule

    0下载:
  2. 模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2971
    • 提供者:Hom
  1. OS

    1下载:
  2. 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3594058
    • 提供者:caomiao
  1. FCFS-SJF-HRN

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

    • 发布日期:2017-04-04
    • 文件大小:2127
    • 提供者:小猎人
  1. ZYDD1

    0下载:
  2. 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。-First-come first-serve algorithm (FCFS), a short operating algorithm (SJF), a high response ratio algorithm (HRN) and high-priority priority scheduling algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:130414
    • 提供者:hghh
  1. FCFSSJF

    0下载:
  2. 用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1970
    • 提供者:黄健宏
  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. diaodu

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:16244
    • 提供者:赵子航
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. FCFSSJFHRN

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

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

    0下载:
  2. 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1994800
    • 提供者:Meihua
  1. tttt

    0下载:
  2. Scheduling of Process FCFS,SJF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:693
    • 提供者:Loganathan
  1. OS-process-

    0下载:
  2. 该段代码为操作系统进程调度的算法分析,内含三种算法FCFS、SJF、时间片轮转,在程序结束之前会对三种算法进行简单的分析。-The sections of the code for the operating system process scheduling algorithm analysis, containing three algorithms FCFS, SJF, time slice rotation, a simple analysis is interested in the
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:1333
    • 提供者:曲文集
  1. fcfs-sjf

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:954821
    • 提供者:雷丽楠
  1. FCFS

    0下载:
  2. FCFS(First Come First Served )和先来先服务最短作业优先算法SJF-FCFS (First Come First Served) and a first-come, first-served shortest job first algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:767
    • 提供者:yangbo
  1. thread-scheduling

    0下载:
  2. Windows下使用多线程编程,对进程调度方法进行仿真,包括FCFS,SJF,优先级调度,RR,多级队列调度-Under Windows uses multi-threaded programming, the process of scheduling method simulation, including FCFS, SJF, priority scheduling, RR, multi-level queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4177
    • 提供者:Yuanfu Luo
  1. FCFS-and-SJF

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:吕梦楠
« 12 »
搜珍网 www.dssz.com