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

搜索资源列表

  1. FCFS,SJF,HRN.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1880
    • 提供者:
  1. Diskatt

    0下载:
  2. C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10361
    • 提供者:
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  1. C++模拟

    0下载:
  2. c程序模拟操作系统的先来先服务算法(FCFS). 在VC 6.0下运行通过/ -c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:刀尖
  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. 060602fcfs

    0下载:
  2. 实现了操作系统先来先服务(FCFS)算法,包含全部源代码。-of the operating system first-come first-serve (FCFS) algorithm, includes full source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:234484
    • 提供者:罗火光
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-serve (fcfs) the shortest operat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42449
    • 提供者:风飘零
  1. War1

    0下载:
  2. FCFS和SJF调度算法-FCFS scheduling algorithm and SJF
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1964
    • 提供者:张克
  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
    • 提供者:赵宇
  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. 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. 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
    • 提供者:周舟
  1. Linux程序

    0下载:
  2. 操作系统FCFS,FIFO,SJF程序代码。。。。。。。。。。。。。。。。。。。
  3. 所属分类:文档资料

  1. FCFS优化

    0下载:
  2. 操作系统调度算法 先来先服务 给大家参考一下(this is a code about fcfs very easy but useful)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:478208
    • 提供者:求资源
  1. FCFS

    0下载:
  2. 用codeblock实现先进先出算法,操作系统(Implementation of advanced first out algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:YFY123
  1. FCFS

    0下载:
  2. 先来先服务算法的简单模拟。可以接受键盘输入模拟的进程个数。(A simple simulation of FCFS.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-19
    • 文件大小:2779136
    • 提供者:Haku_Akitsuki
  1. os

    0下载:
  2. 用java实现fcfs、hrrn和sjf算法(Implementation of FCFS, hrrn, and SJF algorithms with Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:22528
    • 提供者:haizheng
  1. os

    0下载:
  2. 用java简单实现fcfs算法和sjf算法(Implementation of FCFS algorithm and SJF algorithm by Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:14336
    • 提供者:haizheng
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com