搜索资源列表

  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the procee
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:83968
    • 提供者:
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:陈伟
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:genking
  1. RR

    0下载:
  2. 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. OS

    0下载:
  2. 用java写的时间片轮转法,分为几个文件,用的是txt保存代码。-Using java to write the time slice rotation law, is divided into several files, using a txt to preserve the code.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:余欢
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:275456
    • 提供者:powerman
  1. shijianpianluzhuang

    0下载:
  2. 利用Visuanl C++ 编写的操作系统的时间片轮转算法-The use of Visuanl C++ to prepare the operating system time slice Round Robin
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:3487744
    • 提供者:wurenhong
  1. shijianpian

    0下载:
  2. 操作系统课程设计之时间片轮转算法,经过老师验收,通过-Curriculum design of the operating system time slice Round Robin, after the teacher acceptance, through
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:赵军
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:lijun
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:351232
    • 提供者:ans
  1. [L_27_3]

    0下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:319488
    • 提供者:吴文斐
  1. df

    0下载:
  2. 实现单处理器进程调度,采用时间片轮转算法。-The process of the realization of single-processor scheduling, the use of Round Robin time slice.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:编程高手
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:dirk
  1. os4_timeRound

    0下载:
  2. 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:k25566
  1. sjp

    0下载:
  2. 使用时间片轮转法实现进程调度,附带简单注释。-Round-Robin using the time slice to achieve the process of scheduling, with a simple comment.
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:gdut
  1. process

    0下载:
  2. 操作系统课程设计 实现进程调度 时间片轮转-timer controls
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:400384
    • 提供者:yuanhao
  1. Cpp1

    0下载:
  2. 按时间片轮转法实现处理器调度的进程:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。但就绪进程个数大于处理器的个数是,就要求依照某种策略决定那个进程优先占用处理器。的处理器调度,帮助学生加深处理器调度的工作-Rotation method to achieve time-slice processor scheduling process: the use of multi-channel programming syst
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:赵爽
  1. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the inte
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:29045760
    • 提供者:
  1. try

    0下载:
  2. 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:朱杰
  1. RR

    0下载:
  2. 时间片轮转算法的实现(Implementation of time slice rotation algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:694272
    • 提供者:hello.sea
« 1 2 3 45 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org