CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 进程 调度算法

搜索资源列表

  1. 实验一

    0下载:
  2. 选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-chan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.01kb
    • 提供者:郭郭
  1. os

    0下载:
  2. 操作系统,进程调度算法,包括优先级,时间片,先进先出
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:262.48kb
    • 提供者:sujiamei
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:42.96kb
    • 提供者:liuqiang
  1. processor_dispatch

    0下载:
  2. 用一个c++控制台程序模拟处理机按进程优先数调度的处理机调度算法-With a c++ console program to simulate the process of priority according to the number of processor scheduling processor scheduling algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1.24kb
    • 提供者:肖德强
  1. ShortestTimeFirst

    0下载:
  2. 操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:115.63kb
    • 提供者:billchuang
  1. DynaPriAlgoriSimulation

    0下载:
  2. 在控制台上,输出动态优先权的进程调度算法模拟的结果- In control bench, output dynamic priority process dispatching algorithm simulation result
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:208.36kb
    • 提供者:井中月
  1. os

    0下载:
  2. 一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three leve
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:80.62kb
    • 提供者:程龙
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:841byte
    • 提供者:程昱
  1. CX

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序 提示: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪状态。
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.26kb
    • 提供者:David Quan
搜珍网 www.dssz.com