搜索资源列表

  1. f

    0下载:
  2. 非强占短进程优先算法和先来先服务算法的实现-Short process Preemptive priority algorithm and a first-come first-served algorithm implementation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:陆晓峰
  1. Single-channel_batch_system

    0下载:
  2. 单道批处理系统:里面包括先来先服务算法,最短作业优先算法,响应比高者优先算法,时间片轮转算法。适合学习参考-Single-channel batch system: first come first serve which includes algorithms, shortest job first algorithm, the response is high and preferred method, time slice rot
  3. 所属分类:操作系统开发

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

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:朱超
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:904192
    • 提供者:abc
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:heartBeat
  1. cipandiaodu

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithms, and calculate the avera
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:圣人
  1. jinchengguanliyanshi

    0下载:
  2. 进程管理演示 模拟操作系统的调度算法 包括先来先服务算法、优先级算法及时间片轮转算法-Simulation process management presentation, including the operating system' s scheduling algorithm FCFS algorithm, priority and time slice rotation algorithm algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jie
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by s
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:3584000
    • 提供者:xysheep
  1. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve th
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:70656
    • 提供者:plutus
  1. 1212

    0下载:
  2. 先来先服务算法,输入小于6 的进程,时间-FCFS algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:黄禄嘉
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:67584
    • 提供者:myname
  1. fcfs3

    0下载:
  2. 操作系统的先来先服务算法,C编写,命令行运行-the first operating system to first serve algorithm, java preparation, command line operation, interface
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:吴兵
  1. NachOS-4.1_thread

    0下载:
  2. 1. 操作系统改进 2. 在NachOS的源码上面进行进程调度的改进。 3. 实现了先来先服务的进程调度算法。 4. 每一处自己修改的地方添加有//edited by 3feng的注释 5. 附有详细说明的实验报告-1. Operating system improvements 2. NachOS source in the process of scheduling the above improvements
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1630208
    • 提供者:3feng
  1. scheduling-algorithm

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

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

    0下载:
  2. 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:瓜哥
  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-10
    • 文件大小:2048
    • 提供者:bihuikun
  1. txt

    0下载:
  2. 有关操作系统的先来先服务算法,其中的代码使用C++编写的-The operating system first come first serve algorithm, the code written in C++
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张强
  1. fcfs

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

    • 发布日期:2024-05-10
    • 文件大小: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-10
    • 文件大小:3072
    • 提供者:x_ly
  1. fcfs

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

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

源码中国 www.ymcn.org