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

搜索资源列表

  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:15000
    • 提供者:ww
  1. FCFS

    0下载:
  2. FCFS调度算法,,已经实现通过-FCFS scheduling algorithm, has been achieved through
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:jiangwei
  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. FCFS-SJF-HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2127
    • 提供者:小猎人
  1. FCFS

    0下载:
  2. scheduling algo source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:687
    • 提供者:sourav
  1. FCFS

    1下载:
  2. 本程序是一个模拟实验,模拟操作系统中进程调度过程。要求实验者设计一个程序,该程序可模拟对10个以上的进程进行FCFS的方式进行调度。 1) 设计可用于该实验的进程控制块,进程控制块至少包括进程号、到达时间和要求服务时间; 2) 动态或静态创建多个(≥10)进程; 3) 实现FCFS调度算法; 4) 可动态修改进程到达时间; 5) 调度所创建的进程并显示调度结果。 -This procedure is a simulation experiment to simulate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:964296
    • 提供者:李方
  1. cpuscheduling

    0下载:
  2. FCFS scheduling 作业调度 作业调度程序 单道批处理 CPU Scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47539
    • 提供者:fzkj
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

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

    0下载:
  2. 模拟先来先服务进程调度的模拟算法,能够显示完成时间-Simulate the process of a first-come first-served scheduling simulation algorithm, it will show the completion time
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2059
    • 提供者:王刚
  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. FIFOFCFS

    0下载:
  2. FIFO and FCFS Scheduling Algorithms in C
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:967
    • 提供者:kvk
  1. Process-scheduling-algorithm-

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

    • 发布日期:2017-03-26
    • 文件大小:7106
    • 提供者:王泽宇
  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)调度:按先来后到次序服务,未作优化。-First come first serve (FCFS) scheduling: the order of service by first come first served, not for optimization.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:102809
    • 提供者:吴英杰
  1. FCFS

    0下载:
  2. CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:959
    • 提供者:风格还是
  1. FCFS

    0下载:
  2. 先来先服务(FCFS)调度:按先来后到次序服务,未作优化。-First come first serve (FCFS) scheduling: the order of service by first come first served, not for optimization.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:102855
    • 提供者:tinMay
  1. Operating-system-scheduling

    0下载:
  2. 操作系统调度,先来先服务(FCFS)调度算法,优先数调度算法,时间片轮转调度算法-Operating system scheduling, first-come, first-served (FCFS) scheduling algorithm, priority scheduling algorithm, round-robin scheduling algorithm
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:2611275
    • 提供者:原园
  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. 系统调度中先进先出FCFS算法代码 操作系统课设可用-FIFO system FCFS scheduling algorithm code class-based operating system available
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:707092
    • 提供者:赵宇
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com