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

搜索资源列表

  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. 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. FCFS101

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:7998
    • 提供者:m41ouba
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:xxxgx125haohuan
  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
    • 文件大小:1281
    • 提供者:kr2mutong
  1. FCFS101

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8096
    • 提供者:ykjinggai2
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:f368zhuoden7
  1. FCFS

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

    • 发布日期:2017-12-15
    • 文件大小:185344
    • 提供者:secug
  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 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com