搜索资源列表

  1. pierleetime

    0下载:
  2. 时间片轮转法实现处理器调度的程序.^-^-time slice Web Method processor scheduling procedures .^-^
  3. 所属分类:进程与线程

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

    0下载:
  2. 时间片轮转算法是操作系统这门课进程调度一章中非常重要的一种算法,这是用vc实现的,效果很不错的-time slice Web algorithm is the operating system of this curriculum process scheduling a very important chapter of an algorithm This is achieved using vc, the effect is ver
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1888256
    • 提供者:何冰
  1. RR_HPF

    0下载:
  2. 时间片调度与动态优先权算法的比较,时间片轮转算法(RR),基于优先级的调度算法(HPF)-time slice and dynamic priority scheduling algorithm, the algorithm time Web tablets (RR), Priority- Based Scheduling Algorithm (HPF)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:296960
    • 提供者:马全
  1. 0sex

    0下载:
  2. 操作系统实验-采用时间片轮转算法实现进程创建和调度-OS experiment- time unit used Web algorithm process creation and scheduling
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:陈晨
  1. FIFO-shao

    0下载:
  2. 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法-process FIFO scheduling algorithm, priority number scheduling, time slice Web scheduling, classification algorithm
  3. 所属分类:操作系统开发

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

    0下载:
  2. 用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:149504
    • 提供者:武键
  1. shijipianlunzhuang

    0下载:
  2. 操作系统中,时间片轮转调度算法的实现,对于初学操作系统的来说是一个不错的选择。-systems, Web Tablets time scheduling algorithm to achieve For novice operating system is a good choice.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:246784
    • 提供者:李珍
  1. sfgds

    0下载:
  2. 关于处理机调度的一个程序 希望呵大家一起学习 按时间优先 优先级 时间片轮转的方法-Processor scheduling on a procedure for everyone Oh hoped to learn by the time the priority time slice priority rotation method
  3. 所属分类:Windows编程

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

    0下载:
  2. 操作体统实验,模拟进程调度,包括算法有: 优先级+时间片轮转-Operation of decency experiment, simulating the process of scheduling, including the algorithm are as follows: Priority+ Time slice rotation
  3. 所属分类:Windows编程

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

    0下载:
  2. 时间片轮转算法 讲述呢进程调度的方法 希望和大家一起分享-Round Robin Time Slice them about the process of scheduling methods would like to share
  3. 所属分类:系统编程

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

    0下载:
  2. 时间片轮转——优先级调度 操作系统学习的课程中用c++编写的代码
  3. 所属分类:操作系统开发

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

    0下载:
  2. 操作系统:用C++编写的时间片轮转法,如有哪里不好,希望改正!-Operating System: The C++ Prepared time slice rotation law, where if there is not good, hope the correction!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:121856
    • 提供者:李华刚
  1. 2

    0下载:
  2. 这是一个操作系统里程调度的程序,能够实现时间片轮转法
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:lgp
  1. JCDD2

    0下载:
  2. 进程是操作系统最重要的概念之一,进程调度是操作系统内核的重要功能,本实验要求用C语言编写一个进程调度模拟程序,使用优先级或时间片轮转法实现进程调度。本实验可加深对进程调度算法的理解。-Process is the concept of operating one of the most important, the process of scheduling is the important function of the operat
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:经济落
  1. operating_system_scheduling

    0下载:
  2. 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调(如优先数加3),试对如下给定的一组进程给出其调度顺序。每当结束一进程时要给出当前系统的状态(即显示就绪队列)。这里,进程可用进程控制块(PCB)表示为如右表所示。 进程名 A B C D E F G H J K L M 到达时间
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 操作系统 进程调度--时间片轮转法源码-Operating system process scheduling time slice-source movement
  3. 所属分类:操作系统开发

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

    0下载:
  2. 操作系统单处理器系统进程调度模拟实验,采用时间片轮转调度算法,首先确定进程控制块内容,组织方式-Single-processor system operating system process scheduling simulation experiments, the use of time slice rotation scheduling algorithm, first determine the process control
  3. 所属分类:操作系统开发

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

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-Programming a single processor to complete the process of scheduling system to adopt the time slice rotation scheduling
  3. 所属分类:C#编程

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

    0下载:
  2. 进程调度程序,实现fifo,sjf,抢占式优先权,时间片轮转实验。-The process of scheduling procedures to achieve fifo, sjf, Preemptive priority, time slice rotation experiment.
  3. 所属分类:Windows编程

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

    0下载:
  2. 已知各进程的的到达时间等如下: 进程名 到达时间 服务时间 优先数 A 0 3 12 B 1 5 31 C 2 2 21 D 3 4 10 分别实现下面两种调度算法 • 按优先数调度算法实现处理器调度 • 按时间片轮转法实现处理器调度(时间片以2ms为单位) -Known to the process, such as the arrival time as follows: th
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:00
« 1 2 34 5 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org