CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 先来先服务算法

搜索资源列表

  1. chulijidiaodu_111

    2下载:
  2. 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。   进程的运行时间以时间片为单位进行计算。   
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:101345
    • 提供者:王山
  1. duojidiaodu

    0下载:
  2. 题目:N个进程的调度程序 算法:采用最高优先数优先的调度算法和先来先服务算法 -topics : N process scheduler algorithm : the highest priority for priority scheduling algorithm and a first-come first-service algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2763
    • 提供者:周子藤
  1. fcfs

    0下载:
  2. 实现了先来先服务算法,可以作为大家学习的参考
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:173948
    • 提供者:天地
  1. cpu进程调度

    0下载:
  2. cpu进程调度,优先调度算法,先来先服务算法。
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:4553
    • 提供者:wzymm
  1. FCFS

    0下载:
  2. 操作系统实验二,先来先服务算法的简单程序实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:boy
  1. jobtime

    0下载:
  2. 对于给定的一组作业, 已知其到达时间和运行时间, 分别用先来先服务算法、短作业优先和响应比高三种算法给出作业的调度顺序, 并计算每一种算法的平均周转时间及平均带权周转时间以比较不同算法的优劣。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4548
    • 提供者:思萌
  1. procSchdule

    0下载:
  2. 操作系统实验 先来先服务算法 C语言编写-Operating System Experiment first-come, first-served algorithm written in C
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:995
    • 提供者:龚靖仁
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. processor-scheduling

    1下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2391
    • 提供者:xiaohe
  1. 6

    0下载:
  2. 操作系统先来先服务算法-Operating system first-come first-serve algorithm
  3. 所属分类:OS Develop

    • 发布日期:2014-05-03
    • 文件大小:1101
    • 提供者:赵亚鹏
  1. fifo

    0下载:
  2. 在c环境下模拟操作系统中的先来先服务算法.-C simulation environment in the operating system of first come first serve algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:3766
    • 提供者:bgl
  1. 11

    0下载:
  2. 操作系统分页存储管理,包括先来先服务算法,轮转法,优先级法-Paging the operating system storage management, including the first-come first-serve algorithm, rotation law, the priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:8525
    • 提供者:黄云
  1. qingqiu

    0下载:
  2. 可以实现内存管理,采用先来先服务算法,在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-Memory management can be achieved using a first-come first-serve algorithm, in one out of only the page in the page table modify status bits. Rather than to judge whether it had been rew
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:Jhon
  1. FCFS

    0下载:
  2. 操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1952
    • 提供者:李志龙
  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4307
    • 提供者:hsh
  1. cpdd

    0下载:
  2. 设计五个算法,分别是先来先服务算法,最短寻道时间优先算法,扫描(SCAN)算法,循环扫描(CSCAN)算法,NStepSCAN算法.由人工输入当前的磁道数,由系统随即生成要访问的磁道-The design of the five algorithms, namely, first-come first-serve algorithm, the shortest seek time priority algorithm, scanning (SCAN) algorithm, scanning cy
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3329
    • 提供者:uuwei
  1. feng

    0下载:
  2. 作业调度系统的实现,先来先服务算法,多作业优先算法,高响应比优先算法-Job Scheduling System, first-come first-serve algorithm, multi-operation priority algorithm, high priority response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:619639
    • 提供者:飓风
  1. FIFO

    0下载:
  2. 先来先服务算法,超适用的实验报告,-First-come, first serve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:672
    • 提供者:a
  1. 算法调度实验

    0下载:
  2. 先来先服务 第一个进入输入井的作业先执行,那么该作业就有一个执行结束的时间,那么在该作业运行时间内,满足时间条件的作业进入输入井,然后根据前一个作业的运行结束的时间推算和下一个作业要进入输入井的时间推算下一个作业时间开始运行的时间: Time = max(curendtime,nextstarttime);这样后作业运行的开始时间就计算出来了, 那么加上一个运行长度就是该作业的结束时间,周转时间即为结束时间减去进入输入井的时间(first come first served T
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-27
    • 文件大小:507904
    • 提供者:允儿pova
  1. FCFS

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

    • 发布日期:2018-04-19
    • 文件大小:2779136
    • 提供者:Haku_Akitsuki
« 12 3 4 5 6 »
搜珍网 www.dssz.com