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

搜索资源列表

  1. 新建 Microsoft Word 文档 (3).rar

    0下载:
  2. C语言编的先来先服务算法
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:4146
    • 提供者:
  1. 调度算法

    1下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. C++模拟

    0下载:
  2. c程序模拟操作系统的先来先服务算法(FCFS). 在VC 6.0下运行通过/ -c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:刀尖
  1. 先来先服务算法

    0下载:
  2. 操作系统先来先服务算法和优先权调度算法模拟实验-operating system services first-come first-priority scheduling algorithm and simulation algorithm
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:216104
    • 提供者:张杰
  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. First_come_First_served

    0下载:
  2. 操作系统的先来先服务算法,java编写,命令行运行,有界面,可以安装jdk_1_5_0_04,不过需要path处设置好环境变量。-the first operating system to first serve algorithm, java preparation, command line operation, interface, jdk_1_5_0_04 can be installed, but it needs to install a good path environment
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28720
    • 提供者:王铁
  1. 磁盘调度算法

    1下载:
  2. 2.最短寻道时间优先算法(Shortest Seek Time First,SSTF) 最短寻找时间优先调度算法总是从等待访问者中挑选寻找时间最短的那个请求先执行的,而不管访问者到来的先后次序。 采用最短寻找时间优先算法决定等待访问者执行操作的次序时,与先来先服务算法比较,大幅度地减少了寻找时间,因而缩短了为各访问者请求服务的平均时间,也就提高了系统效率。 但最短查找时间优先(SSTF)调度,FCFS会引起读写头在盘面上的大范围移动,SSTF查找距离磁头最短(也就是查找时间最短)的
  3. 所属分类:源码下载

    • 发布日期:2011-05-30
    • 文件大小:20153
    • 提供者:310609010303
  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. 6

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

    • 发布日期:2014-05-04
    • 文件大小:1101
    • 提供者:赵亚鹏
  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. sh

    0下载:
  2. 操作系统 课程设计 非强占短进程优先算法和先来先服务算法-Operating system curriculum design process of non-seizure of short priority algorithm and first-come first-serve algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:9435
    • 提供者:大头飞
  1. jobExc

    1下载:
  2. 实现作业调度问题的先来先服务算法、短作业优先和响应比高者优先三种算法-Job scheduling problem to achieve first-come first-serve algorithm, a short operation in response to high priority and priority three algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:18914
    • 提供者:leoner
  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-29
    • 文件大小:619639
    • 提供者:飓风
  1. FIFO

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

    • 发布日期:2017-04-05
    • 文件大小:672
    • 提供者:a
  1. jinchengdiaodu

    0下载:
  2. 用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm and the time to seize the fil
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:8642437
    • 提供者:孟萌
  1. First come first serve algorithm

    0下载:
  2. 这是在vc6.0界面上的先来先服务算法,简单易懂,适合初学者,老鸟也可以参看参考啊
  3. 所属分类:界面编程

    • 发布日期:2012-11-22
    • 文件大小:922
    • 提供者:qwe7225238
  1. 算法调度实验

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

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

    0下载:
  2. 单道环境下作业调度算法1、先来先服务算法2、最短作业优先算法3、最高响应比优先算法以及双道环境下的作业调度(In single channel environment, job scheduling algorithm 1, first come first service algorithm 2, shortest job first algorithm 3, highest response ratio priority algorithm and job scheduling in dua
  3. 所属分类:其他

  1. FCFS

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

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