搜索资源列表

  1. service

    0下载:
  2. 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王小方
  1. job

    0下载:
  2. 对于给定的一组作业, 给出其到达时间和运行时间分别用先来先服务算法、短作业优先和响应比高者优先三种算法给出作业的调度顺序。计算每一种算法的平均周转时间及平均带权周转时间并比较不同算法的优劣。 -For a given set of operations, given its arrival time and run time were used to first come first served method, short job
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:sunzhiyu
  1. FCFS

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:王刚
  1. jinchengdiaodu

    0下载:
  2. 进程调度模拟算法,最高优先数和先来先服务算法,有几个不同的-Process scheduling simulation algorithm, the highest priority number and first come first serve algorithm, there are several different
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:蔡建
  1. processor-scheduling

    0下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:xiaohe
  1. aaa

    0下载:
  2. visual studio 6.0实现先来先服务FCFS和短作业优先SJF进程调度算法-visual studio 6.0 to achieve a first-come first-served FCFS and SJF short work process scheduling priority
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:676864
    • 提供者:郑细强
  1. 5_1

    0下载:
  2. 实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法-To achieve a first-come first-served FCFS, SJF, and short operating time slice cycle priority scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:zhang
  1. DiskSchecualing

    0下载:
  2. (1)设计并实现了一个函数,完成先来先服务的磁盘调度功能 (2)设计并实现了一个函数完成最短寻道时间优先的磁盘调度功能。 (3)设计并实现了一个函数完成电梯算法的磁盘调度功能 -(1) design and implementation of a function, to complete a first-come first-served disk scheduling (2) design and implementat
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:116736
    • 提供者:huazai
  1. aa

    0下载:
  2. 进程调度模拟设计--先来先服务、强占式短进程优先算法-Process scheduling simulation design- first come first serve, the process of priority short-emptive algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:梁贤哲
  1. 2

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:吗瑞
  1. zuoyeiaodu

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:175104
    • 提供者:吗瑞
  1. FCFSPSJF

    0下载:
  2. 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come fi
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1117184
    • 提供者:gst
  1. cipandiaodu

    0下载:
  2. 设计程序模拟先来先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的工作过程。假设有n个磁道号所组成的磁道访问序列,给定开始磁道号m和磁头移动的方向(正向或者反向),分别利用不同的磁盘调度算法访问磁道序列,给出每一次访问的磁头移动距离,计算每种算法的平均寻道长度。-Design program to simulate a first-come first-serve FCFS, shortest seek time f
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:1184768
    • 提供者:gst
  1. scheduling-algorithm

    0下载:
  2. 用C语言模拟处理机调度,用先来先服务算法。-Simulation in C language processor scheduling algorithm with a first-come, first serve.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:剑煮江湖
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3478528
    • 提供者:唐帆
  1. cipandiaodu

    0下载:
  2. 1、对于如下给定的一组磁盘访问进行调度: 请求服务到达 A B C D E F G H I J K 访问的磁道号 30 50 100 180 20 90 150 70 80 10 160 2、要求分别采用先来先服务、最短寻道优先以及电梯调度方法进行调度。 3、要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。 4、假定当前读写头在90号,向磁道号增加的方向移动。-1, for a given set of as
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:1220608
    • 提供者:刘莹
  1. Job_scheduling

    0下载:
  2. 模拟单道操作系统的作业调度过程,包括先来先服务算法,最短作业优先算法,最高响应比算法-Analog single-channel operation system job scheduling process, including a first-come first-serve algorithm, shortest job first algorithm, the maximum response ratio algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:bihuikun
  1. fcfs

    0下载:
  2. 先来先服务算法代码。计算机操作系统典型调度算法。-First come, first service algorithm code. Computer operating system and the typical scheduling algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘江涛
  1. process

    0下载:
  2. 进程调度代码_pcb_包括先来先服务算法_片转轮算法_优先级算法_可运行-Process scheduling code _ PCB _ includes first come first serve algorithm _ slice wheel algorithm _ priority algorithm _ can run
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:x_ly
  1. fcfs

    0下载:
  2. 可实现操作系统中进程调度先来先服务算法的模拟-Enables the operating system process scheduling algorithm first come first serve simulations
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:不离不弃
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

源码中国 www.ymcn.org