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

搜索资源列表

  1. ProcessSchedule_ZJH

    0下载:
  2. 对进程调度算法的仿真,包括先到先服务算法(FCFS)和最高优先级优先算法(HPF),友好的人机交互界面。-The Simulation of Process Scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:256665
    • 提供者:jhzhu
  1. test

    0下载:
  2. 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:46199
    • 提供者:ouxinsu
  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. 进程调度问题 模拟先来先服务调度算法或者短作业调度算法,要求可以自动产生或者手动输入若干进程的名字、到达时间、运行时间; 响应键盘模拟时间片流逝,输出中间每个进程的运行状态,最后产生完成时间、周转时间、带权周转时间的汇总清单。 -Process scheduling simulation of FCFS scheduling algorithm, or short-scheduling algorithm, requests can be automatically generated
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1323
    • 提供者:马月
  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. fcfs

    0下载:
  2. 作业调度算法资源分配要求: 主存分配要求:a优先分配主存的低地址区域且不准移动已在主存中的作业。 b 主存中参与多道运行的作业平分CPU时间 磁带机和打印机:采用静态分配,即在作业运行前就把所需的设备分配给它 -Resource allocation algorithm for job scheduling requirements: allocation of main memory requirements: a low priority in the allocatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:48481
    • 提供者:leo
  1. FCFS

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2064
    • 提供者:朱超
  1. FCFS

    0下载:
  2. 银行家算法避免死锁,其中涉及安全状态的设置-Bankers algorithm avoid deadlock
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:892
    • 提供者:明月紫莹
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. Process-scheduling-algorithm-

    0下载:
  2. 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:7106
    • 提供者:王泽宇
  1. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:70345
    • 提供者:plutus
  1. FCFS

    0下载:
  2. 基于C语言的对FCFS磁盘调度算法的简单表示,并且求出平均寻道长度。-C-based on a simple FCFS disk scheduling algorithm that seek and find the average length.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:653
    • 提供者:王力
  1. fcfs

    0下载:
  2. 处理机管理 各种调度算法 FCFS SJF 按时间片轮转算法-Processor scheduling FCFS SJF by round-robin algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2592
    • 提供者:Angelo
  1. fcfs

    0下载:
  2. 先来先服务算法代码。计算机操作系统典型调度算法。-First come, first service algorithm code. Computer operating system and the typical scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:923
    • 提供者:刘江涛
  1. c++模拟磁盘调度算法源代码

    0下载:
  2. c++模拟磁盘调度算法(FCFS;SSTF;SCAN;CSCAN)-c++ simulated disk scheduling algorithms (FCFS SSTF SCAN CSCAN)
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-21
    • 文件大小:282624
    • 提供者:大哥哥
  1. fcfs

    0下载:
  2. 可实现操作系统中进程调度先来先服务算法的模拟-Enables the operating system process scheduling algorithm first come first serve simulations
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1008
    • 提供者:不离不弃
  1. Disk

    0下载:
  2. 操作系统中磁盘调度算法,java实现,包括电梯算法,EA算法,fcfs算法等-Operating system, disk scheduling algorithms, java implementation, including the elevator algorithm, EA algorithm, fcfs, algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1152287
    • 提供者:陈伟彬
  1. FCFS

    0下载:
  2. 处理机调度算法里的先到先服务算法实现(C语言模拟实现)-First come first server
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:liyao
  1. FCFS

    0下载:
  2. 实现了操作系统中先来先服务的算法,内容较简洁-The operating system first come, first serve algorithm, more concise content
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:914
    • 提供者:高山
  1. fcfs

    0下载:
  2. fcfs程序,操作系统的磁道算法,包含了最短寻道和优先算法-fcfs program, the operating system tracks algorithm with the shortest seek first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:17554
    • 提供者:吴然然
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com