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

搜索资源列表

  1. process-simulate

    0下载:
  2. c++模拟系统进程调度 包括FCFS,时间片轮转,多级反馈,静态优先级,动态优先级-c++ simulation system process scheduling including FCFS, round-robin, multi-level feedback, static priority, dynamic priority
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1194781
    • 提供者:lijie
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. jinchengdiaodu_luanzhuan

    0下载:
  2. 操作系统,进程调度,简单轮转法, 根据进程到达时间先后,对进程排成队列,以实现FCFS算法-Operating system, process scheduling/* Simple Round-Robin* /
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:566771
    • 提供者:kongku
  1. Cpp2

    0下载:
  2. 进程调度算法(FCFS,优先级算法,Round Robin算法等)-Process scheduling algorithms (FCFS, priority algorithm, Round Robin algorithm, etc.)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2237
    • 提供者:TK
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. fcfs

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

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

    0下载:
  2. operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2672
    • 提供者:naresh
  1. os5

    0下载:
  2. “进程调度算法的实现”。 其实验目的是: 1实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 2 了解上述3种算法的机理。 -Process scheduling algorithm to achieve. " The purpose of the experiment is as follows: 1 first-come first-served FCFS, priority to short jobs SJF and round-robin sche
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2402
    • 提供者:pang
  1. scheduler.rar

    0下载:
  2. c++模拟操作系统调度程序,包括First Come First Serve,Highest Penalty Ratio Next和Round Robin三种算法实现(内附英文说明),c++ simulate operating system scheduler including FCFS, HPRN(Highest Penalty Ratio Next) and RR(Round Robin) algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:529508
    • 提供者:Cherry Chen
  1. process

    0下载:
  2. 该程序是通过mfc图形化界面演示了进程调度的过程,可以选择FCFS,最高优先级和时间片轮转法来展示进程调度。-The program is through the mfc graphical interface demo process scheduling process, you can choose the FCFS process scheduling highest priority and round-robin method to show.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:2398313
    • 提供者:罗赟
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:1628
    • 提供者:金旭斌
  1. scheduler

    0下载:
  2. VC++ 实现作业调度系统 作业调度方式有先来先服务调度方式(FCFS)、短作业优先调度算法(SJF)、响应比高者优先调度算法(HRRF)、优先权高者优先调度算法(HPF)、时间片轮转调度算法(TRR)。要求根据不同的调度方式实现不同的算法,用户使用不同的调度算法可得到不同的作业调度顺序。 -VC++ implement job scheduling job scheduling system has a first-come, first-served scheduling (FCFS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:14971
    • 提供者:xinwuya
  1. FCFS

    0下载:
  2. FCFS Scheduling,SJF Scheduling,Round Robin Scheduling ,Priority Scheduling,First fit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4671
    • 提供者:dgupta
  1. FCFS

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5032
    • 提供者:马里昂
  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. 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. 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
搜珍网 www.dssz.com