搜索资源列表

  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algori
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:尹亮
  1. 操作系统2

    0下载:
  2. 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority alg
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:陈明
  1. 作业调度模拟

    0下载:
  2. 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计
  3. 所属分类:文件格式

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:陈峰
  1. diaodusuanfa

    0下载:
  2. 操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:马晓志
  1. zydd

    0下载:
  2. 单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:cici
  1. pcos

    0下载:
  2. 21.c 先来先服务(FCFS)算法调度作业运行。 211.c最短作业优先(SJF)调度算法。 212.c响应比高者优先(HRN)调度算法-21.c first-come first-service (FCFS queue) algorithm scheduling operations running. 211.c shortest priority operations (SJF) scheduling algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:62464
    • 提供者:陈智新
  1. C-PRO3

    0下载:
  2. 用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:20480
    • 提供者:武键
  1. czx11t

    0下载:
  2. 操作系统中的调度先来先服务及短作业优先,是用java编写的。-operating system of first-come first-scheduling services and short operating priority is the use of java prepared.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:zmy
  1. cg

    0下载:
  2. 这是一个进程调度的算法,式用C++编写的,有短作业优先和先来先服务俩各种-This is a process of scheduling algorithm, C-prepared in a short operation priorities and a first-come first-the two different services
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:xinxin
  1. diaodu

    0下载:
  2. 最短作业优先(抢占和非抢占 c语言程序基于DOS环境,是单线程工作。故要在DOS真正模仿在实际应用中的最短作业优先调度(抢占式),是难实现的。 本程序在DOS环境下实现了进程运行与程序操作的模拟同步进行。主要是应用虚拟运行算法,计算某个时候该谁占用CPU和谁已经终止了。利用虚拟运行,可以实现一种虚拟的同步操作。 -The shortest operation priority (to seize and non-preemp
  3. 所属分类:进程与线程

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:赖官铨
  1. duanzuoyeyouxian

    0下载:
  2. 用C语言实现的进程调度程序,采用短作业优先调度算法。 -Using C language to achieve the process of scheduling procedures, the use of shorter operating priority scheduling algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:杰儿
  1. jingchengdiaodu

    0下载:
  2. 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:孙雄
  1. duodaochenxuzhuanhuan

    0下载:
  2. 实现多道程序的转换调度 题目要求:(作业调度和进程调度结合在一起) 作业流信息是从指定文本文件(TXT文件)中读取 作业信息: 作业号 进入系统时间 估计运行时间 优先级 内存需求量 磁带机需求量 都为整型 作业调度算法:1、先来先服务;2、最短作业优先 进程调度算法:1、先来先服务;2、基于优先级的算法(静态优先级)(二者选一) 输出:作业序列 格式:作业号 时间间隔 1 800-810
  3. 所属分类:文件操作

    • 发布日期:2024-05-23
    • 文件大小:35840
    • 提供者:cx
  1. Operation

    0下载:
  2. Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-23
    • 文件大小:7168
    • 提供者:Cathy
  1. frm_SJF

    0下载:
  2. 计算机操作系统之短作业优先调度算法交互式演示-Computer operating system operating on the short interactive demonstration of the priority scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:XJQ
  1. 2

    0下载:
  2. 操作系统实验 短作业优先算法实现进程调度-Experimental short operating system operating the process of priority scheduling algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:7168
    • 提供者:李华
  1. taskAttemper

    0下载:
  2. 模拟操作系统的作业管理调度:先来先到、短作业优先、响应比高者优先-Simulation of the operating system job management scheduling: first-come, first-, short job priority, the response is high and is preferred, and so
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:Cathy
  1. shortwork

    0下载:
  2. 1) 设计可用于该实验的作业控制块; 2) 动态或静态创建多个作业; 3) 模拟先来先服务调度算法和短作业优先调度算法。 4) 调度所创建的作业并显示调度结果(要求至少显示出各作业的到达时间,服务时间,开始时间,完成时间,周转时间和带权周转时间); 5) 比较两种调度算法的优劣。 -shortwork
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:waiting1314
  1. os

    0下载:
  2. 操作系统算法的模拟实现,包括短作业优先,时间片等-os OSProcessAttemperSimulation0.4
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:551936
    • 提供者:刘洋
  1. 操作系统-短作业优先调度算法

    1下载:
  2. 作业调度算法之短作业优先-就是优先调度并处理短作业(The shortest job priority of job scheduling algorithm is to give priority to scheduling and process short jobs.)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-23
    • 文件大小:825344
    • 提供者:橙色霸王龙
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org