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

搜索资源列表

  1. 操作系统存储器管理

    0下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:19820
    • 提供者:赵利君
  1. 模拟操作系统的实现

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配 ,虚拟存储管理器的页面调度.-operating system, the process of scheduling, memory management simulation memory management and allocation, and virtual storage management pages of scheduling.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18030
    • 提供者:黄兴
  1. 操作系统——PCB模拟代码

    0下载:
  2. 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynamic PRI process dispatcher and d
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12031
    • 提供者:草原
  1. 作业调度源程序

    0下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6840
    • 提供者:lyb
  1. 操作系统进程内存管理模拟vb

    0下载:
  2. 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:25489
    • 提供者:丁志强
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. 操作系统——PCB模拟

    0下载:
  2. 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6346
    • 提供者:范志鸿
  1. 操作系统概论

    0下载:
  2. 操作系统概论,应用原理与编程技巧及其应用。本人见解肤浅,近请原谅。...机分配给进程以及协调各个进程之间的相互关系。它由进程调度程序和.. .进程调度是低级调度,作业调度是高级调度。 14进程调度算法有:先来先服务 轮转调度分级轮转法和优先数法。其中分级轮转法较为理想。-OS Studies, Theory and Application Programming Techniques and Applications. I superficial insights, please forgive
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:219770
    • 提供者:语言
  1. 优先级

    0下载:
  2. 计算机操作系统进程调度优先级调度方法-Priority method for scheduling processes of computer operating system.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1507
    • 提供者:李拨
  1. 进程管理2005

    0下载:
  2. 这是一个关于进程调度的算法,是操作系统 的精典算法 ,希望大家多指教,-This is a process of scheduling algorithm is the classic operating system algorithm, we hope that more exhibitions,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2289
    • 提供者:孟伟
  1. 进程 

    0下载:
  2. 这是另外一个计关于操作系统 的进程调度的算法 ,也是用c来模拟的,希望大家多指教,-This is another one of the operating system or the process of scheduling algorithm is used to simulate c, we hope more exhibitions,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:25953
    • 提供者:孟伟
  1. 操作系统课程实验程序

    0下载:
  2. 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2441
    • 提供者:张明
  1. 操作系统课程实验报告2

    0下载:
  2. 操作系统课程实验报告,进程调度算法实现报告!-experiment report of operation system ,report of how to implement process schedule algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:183996
    • 提供者:王哲
  1. 操作系统之进程调度

    0下载:
  2. 里面包含有源代码,可执行文件,但是没有实验报告
  3. 所属分类:其它程序

    • 发布日期:2009-12-22
    • 文件大小:239395
    • 提供者:mefpne
  1. 操作系统-进程调度

    0下载:
  2. 计算机方面的
  3. 所属分类:系统编程

  1. 进程模拟调度

    0下载:
  2. VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
  3. 所属分类:源码下载

  1. Cpp1

    0下载:
  2. 模拟操作系统进程调度:运行状态,就绪状态和完成状态。包含有first() prisch() insert1(q) creat(gg) prish() roundsch() 函数的引用。-Simulate the operating system process scheduling: running, ready states, and completion status. Contains the first () prisch () insert1 (q) creat (gg) pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1294
    • 提供者:zhaoliqiang
  1. 操作系统编程调度算法

    0下载:
  2. 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
  3. 所属分类:文档资料

    • 发布日期:2012-09-14
    • 文件大小:210944
    • 提供者:hyfen2009
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1898
    • 提供者:wayne
« 1 2 3 4 5 6 78 9 10 11 12 ... 36 »
搜珍网 www.dssz.com