CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 处理机调度算法

搜索资源列表

  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:李李
  1. dfdsfsdfd

    0下载:
  2. 处理机调度算法的设计需要考虑系统的设计目标,而且通常算法设计不能复杂,否则会带来过大的系统开销,因为处理机切换发生非常频繁。也正因为此,通常将调度与上下文切换过程以汇编语言书写-processor scheduling algorithm design need to consider the design goals, but usually not complex algorithm design. it will bring too much system overhead, as pro
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.81kb
    • 提供者:吴丕林
  1. Soft20060210155930686

    0下载:
  2. 处理机调度算法先来先服务算法、最短作业优先算法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.23kb
    • 提供者:liufang
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:求新
  1. 处理机调度

    0下载:
  2. 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:110.89kb
    • 提供者:开心果
  1. 优先级调度算法

    0下载:
  2. 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simu
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:程倩
  1. 另一个优先级调度算法

    0下载:
  2. 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental si
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.83kb
    • 提供者:程倩
  1. 处理机调度1.RAR

    1下载:
  2. 操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:何瑜
  1. 轮转法调度

    0下载:
  2. 处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:jackyzhao008
  1. 进程调度模拟实验

    2下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finis
  3. 所属分类:进程与线程

    • 发布日期:2009-05-27
    • 文件大小:94.44kb
    • 提供者:maozm@126.com
  1. chulijidiaodu.rar

    0下载:
  2. 设计一个按优先权调度和时间片轮转算法实现处理机调度的程序。 本实验模拟实现处理机调度,以加深了解处理机调度的工作。,Design a priority by scheduling and Round Robin time slice to achieve processor scheduling procedures. Experimental simulation of the realization of processor scheduling, processor scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2.4kb
    • 提供者:dingdangmao
  1. cPP

    0下载:
  2. 处理机调度算法(用于实现对进程按优先级实现调度)-process manage
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:3.44kb
    • 提供者:梁子
  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:108.82kb
    • 提供者:魏忠祥
  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 proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:82.7kb
    • 提供者:
  1. chulijidiaodusuanfa

    0下载:
  2. 处理机调度算法 程序先对进程进行读入,每读入一次将进程添加到队列中去,当读入结束的时候对读入的进程按照优先级排序,就实现了进程按优先级处理的结构。 通过一个临时的进程控制块存储输入的信息,然后将该临时进程控制块中的内容存储到队列中去-Processor scheduling algorithm procedures first time into the process, each one will be read into the process to add to the queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.29kb
    • 提供者:
  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. pcb

    0下载:
  2. 操作系统处理机调度,高优先级调度算法。模拟处理机调度的过程,每运行一次优先级自动减1-Operating system, processor scheduling, high-priority scheduling algorithm. Analog processor scheduling process, each run by a first-priority Auto
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:866byte
    • 提供者:mike
  1. czxt

    1下载:
  2. 处理机调度算法的实现 1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:893byte
    • 提供者:mxk
  1. hjh1

    0下载:
  2. 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调度算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-task system, the system is in place within the same state of the process may have
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1.74kb
    • 提供者:hajs
  1. hjh2

    0下载:
  2. 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调度算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-task system, the system is in place within the same state of the process may have
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:978byte
    • 提供者:hajs
« 12 3 4 »
搜珍网 www.dssz.com