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

搜索资源列表

  1. FCFS

    0下载:
  2. 操作系统-先进先出进程调度算法,输入的开始时间默认从0开始,且顺序增加。-Operating system- first in, first out of the process of scheduling algorithm, the start time of the input default to 0 and the increase of the order.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:189351
    • 提供者:ruirui
  1. PFCFFSzipr

    0下载:
  2. 编制一段程序源码,对所输入的若干作业,按FCFS算法模模拟调度,观察、记录并分析调度的输出结果情况 -The preparation of a program source code, enter the number of jobs, according to the FCFS algorithm mode simulation scheduler to observe, record and analyze the output of the scheduling situation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:31690
    • 提供者:yanyantiao
  1. FCFS

    0下载:
  2. 先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的实现方法。-First-served FCFS, shortest seek time priority leaf Total Flavonoid the SCAN and circulation SCAN algorithm implementations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:2271
    • 提供者:sonnni
  1. FCFS

    0下载:
  2. 作业调度 采用先来服务调度算法 进程调度采用时间片轮换-First to serve job scheduling scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-23
    • 文件大小:2192
    • 提供者:莫康
  1. FCFS.rar

    0下载:
  2. 操作系统的进程调度,先来先服务算法,按进程到达的先后被CPU执行,The operating system process scheduling, first-come, first-served algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:2030886
    • 提供者:smilefuture
  1. FCFS

    0下载:
  2. 此为用JAVA编写的模拟先来先服务算法的实例,压缩包中包含所有的工程文件,用eclipse导入即可编译运行,里面包含多种计数,包括多线程的使用,和各种图形界面,是我写的一个很好的例子-This is written in JAVA analog first-come, first-served algorithm instance compression package contains all project files, you can compile and run eclipse imp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:48529
    • 提供者:谭俊孟
  1. FCFS

    0下载:
  2. 使用C++语言来实现了操作系统的先来先服务算法,可以随时输入和阻塞进程,还可以将已经阻塞了的进程唤醒-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:3512668
    • 提供者:哈哈
  1. fcfs

    0下载:
  2. 先来先服务和短作业(进程)优先调度算法的算法(先来先服务从后备队列中选择一个或多个最先进入该队列的作业)-fcfs and sj(p)f
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:1370
    • 提供者:shining
  1. SJF-FCFS

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:2019
    • 提供者:杨顺刚
  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-sjf

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:954821
    • 提供者:雷丽楠
  1. FCFS

    0下载:
  2. FCFS(First Come First Served )和先来先服务最短作业优先算法SJF-FCFS (First Come First Served) and a first-come, first-served shortest job first algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:767
    • 提供者:yangbo
  1. FCFS-system

    0下载:
  2. FCFS先来先服务算法完成进程调度,包括到达时间,开始时间,完成时间,占用CPU时间。-FCFS first come first serve to complete the process of scheduling algorithms, including arrival time, start time, finish time, CPU time.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:954
    • 提供者:yangbin
  1. FCFS-SJF-algorithm

    0下载:
  2. 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2762
    • 提供者:xingzhi
  1. DiskScheduling

    0下载:
  2. 磁盘调度FCFS算法 这是在java环境下运行的-FCFS disk scheduling algorithm which is run under the java environment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:665
    • 提供者:何小薇
  1. process-scheduling

    0下载:
  2. 进程调度实验,分别用链表表示就绪队列,用队列中的结构体结点表示进程,FCFS算法,优先数调度转法-Process scheduling experiment, respectively, said the ready queue list, indicating that the process of using the structure nodes in the queue, FCFS algorithm, priority scheduling rotation method
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2794042
    • 提供者:叶强
  1. FCFS

    0下载:
  2. 模拟进程调度算法-先来先服务(FCFS),简单理解进程调度的基本内容-Simulation process scheduling algorithm- first come, first served (FCFS), simple to understand the basic process of scheduling content
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1200039
    • 提供者:班靖远
  1. FCFS-and-SJF

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:吕梦楠
  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. 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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1196
    • 提供者:ld09jiangz
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com