CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程调度

搜索资源列表

  1. jcym

    0下载:
  2. 这是两个优先级调度算法的源码,一个最多运行5个队列,另一个是最高优先级的进程调度源码-This is a two-priority scheduling algorithm source code, a run up to 5 queue, and the other is the highest priority scheduling process source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3056
    • 提供者:guoguo
  1. coursediaodu

    0下载:
  2. C#进程调度模拟算法,理解和验证操作系统中有关调度的算法-C# Process scheduling simulation algorithm, understanding and validation of the operating system on the scheduling algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:17884
    • 提供者:殷晓飞
  1. jcgl

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

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. caozuoxitongyouxiantiaodusuanfa

    0下载:
  2. 根据单cpu系统任何一个时刻最多只能有一个进程处于cpu中处于执行状态,在进行进程调度时应按一定的原则实现进程的调度。 cpu优先调度是根据系统事先分配好的各优先级及编程者自己规定的进程优先级实现进程调度。优先级高的进程可以中断优先级低的进程而进入运行状态-Single-cpu system according to any one moment only to have a process in the implementation in a cpu in the state, when
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1523
    • 提供者:
  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4307
    • 提供者:hsh
  1. lin

    0下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1992
    • 提供者:linguangzhi
  1. jincheng

    0下载:
  2. 进程调度,在Windows命令控制台下创建进程,本文对[1]中的方法加以了实现,并做些简单的进程测试程序。 -The process of scheduling, in the Windows command console to create the process, this paper [1] to achieve the method and the process of doing a simple test procedure.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:40807
    • 提供者:廖诗军
  1. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1099565
    • 提供者:
  1. ka

    0下载:
  2. Linux系列实验,包括 存储器管理 进程调度 进程同步 等-Linux series of experiments, including memory management, such as the process of scheduling the process of synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:826602
    • 提供者:Alex
  1. proc

    0下载:
  2. 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2005
    • 提供者:王国澎
  1. pbAo2lrU

    0下载:
  2. C语言课程设计案例精编。 有十四个编程的课程设计案例:贪吃蛇游戏,计算器,黑白棋游戏,迷宫问题,扫地雷游戏,速算24和进程调度等。-There are 14 programming cases for students to practice in this e-book.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:68149
    • 提供者:alice
  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 interface output
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:29045442
    • 提供者:
  1. FirstDemo

    0下载:
  2. 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:6286
    • 提供者:dd11saas
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度在多道程序设计的计算机系统中,各个进程可能会不断提出不同的对磁盘进行读/写操作的请求。(Disk scheduling algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:得得得
  1. OperatingSystem

    0下载:
  2. 实 现 进 程 调度(shixianjinchengdiaodu)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:585728
    • 提供者:简单45321
  1. 时间片轮转

    0下载:
  2. 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:念蕴
  1. main.cpp

    0下载:
  2. 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:ZYLCrystal
  1. wwvu

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:17408
    • 提供者:instructixi
  1. mchiivj

    0下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-02
    • 文件大小:104448
    • 提供者:fataziq
  1. 操作系统

    0下载:
  2. 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:kimwill
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com