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

搜索资源列表

  1. OS

    0下载:
  2. 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1092443
    • 提供者:庞清成
  1. test2

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 进程同步-FCFS and SJF
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:29673
    • 提供者:王旭
  1. OSM

    0下载:
  2. Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR). Priority Scheduling. with C and C++ -Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3568
    • 提供者:oussama
  1. Disk-scheduling-algorithm

    0下载:
  2. FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-05
    • 文件大小:75392
    • 提供者:tuantaun1234
  1. LAB3

    0下载:
  2. Multi-level queue 196 scheduling algorithm is used in scenarios where the processes can be classified into groups based on property like process type, CPU time, IO access, memory size, etc. One general classification of the processes is foreground pr
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:11264
    • 提供者:lay
  1. FCFS

    1下载:
  2. 操作系统进程调度算法的模拟实现。visual studio开发。-Operating system process scheduling algorithm simulation. Visual studio development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:185344
    • 提供者:secug
  1. seopequality

    0下载:
  2. 单道系统作业调度作业调度算法:分别采用先来先服务(fcfs) 推荐一下-Single channel system job scheduling job scheduling algorithms: first come, first service (FCFS) were used respectively to recommend
  3. 所属分类:MPI

    • 发布日期:2017-12-16
    • 文件大小:33792
    • 提供者:PEQW@379
  1. select-laser

    0下载:
  2. 单道系统作业调度作业调度算法:分别采用先来先服务(fcfs) 推荐一下(Single channel system job scheduling job scheduling algorithms: first come, first service (FCFS) were used respectively to recommend)
  3. 所属分类:文件操作

    • 发布日期:2017-12-24
    • 文件大小:33792
    • 提供者:GR!20844
  1. cipan

    0下载:
  2. 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:39936
    • 提供者:帝国旗舰
  1. 作业调度

    0下载:
  2. 作业调度应用实例,包括先到先处理算法、高响应比优先算法等。(Examples of job scheduling applications include first in first processing algorithms, higher response ratio first algorithms, and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:299008
    • 提供者:760008522
  1. 62789749

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:drigghrf
  1. FCFS

    0下载:
  2. 一个简单的模拟页是存储管理,运用先来先服务原则。(A simple analog page is storage management, using the first service principle.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:171008
    • 提供者:小咸鱼
  1. ConsoleApplication21

    0下载:
  2. 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)
  3. 所属分类:操作系统开发

  1. linux

    0下载:
  2. 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:254976
    • 提供者:wjmm
  1. 95222930

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:dldj%2415280
  1. fcfs

    0下载:
  2. 先来先服务算法,操作系统作业调度,先来先服务(First come first served algorithm, operation system job scheduling, first come first served.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:26624
    • 提供者:xcy。
  1. 操作系统实验

    1下载:
  2. 本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algor
  3. 所属分类:

    • 发布日期:2019-12-11
    • 文件大小:445440
    • 提供者:挨踢民工
« 1 2 ... 13 14 15 16 17 18»
搜珍网 www.dssz.com