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

搜索资源列表

  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg process.log Timer.cpp Tim
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40486
    • 提供者:silwol
  1. yumianzhihuan

    0下载:
  2. 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:金金
  1. FCFS&SJF调度

    0下载:
  2. 姜浩FCFS&SJF调度-Hao FCFSSJF Scheduling
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1061
    • 提供者:姜浩
  1. cipandiaodusuanfaa

    0下载:
  2. 一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34426
    • 提供者:周济
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1571
    • 提供者:王业鹏
  1. 绝对好程序,进程创建和调度

    0下载:
  2. 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2109
    • 提供者:李波
  1. ass1

    0下载:
  2. Scheduler FCFS in C.Bach khoa Ho Chi Minh
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7446
    • 提供者:vuanhthu
  1. proctrl

    0下载:
  2. 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:sadas
  1. fcfs-rr-sjf

    0下载:
  2. FCFS, SJF, RoundRobin algorithm shell progarm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:1867
    • 提供者:mreddy
  1. FCFS

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

    • 发布日期:2017-04-03
    • 文件大小:7882
    • 提供者:龙海
  1. FCFS

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

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

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:61422
    • 提供者:余祖澔
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:307811
    • 提供者:chenjieping
  1. PCB

    0下载:
  2. 简单的进程调度算法演示 FCFS 时间轮换 C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:9625
    • 提供者:snk
  1. memorychange

    0下载:
  2. 基于JAVA实现操作系统内存置换算法,FCFS,LRU
  3. 所属分类:Network Security

    • 发布日期:2017-03-27
    • 文件大小:4803
    • 提供者:sadas
  1. OS2010

    0下载:
  2. 可视化磁盘调度,实现四种方法fcfs,sstf,scan,cscan-Visual disk scheduling, achieving four methods fcfs, sstf, scan, cscan
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2297446
    • 提供者:高新鹏
  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. 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).-According to enter the system when the output status table, show the scheduling process on the job queue scheduling (FCFS).
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1097
    • 提供者:周舟
« 12 3 »
搜珍网 www.dssz.com