CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - link PCB

搜索资源列表

  1. ProcessManage(s)

    0下载:
  2. 1、 建立一个结点,即 PCB 块包括用户标识域、状态域(执行、等待、就绪)、 link 域。  2、 建立三个队列(执行队列、就绪队列、等待队列)。  3、 根据进程状态转换实现对三个队列的具体操作。具体的驱动可以采用时间片算法或手动调度的形式完成三个状态之间的转换 -1, the establishment of a node, that is, including the user ID PCB block a domain, the state of the domain (
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:386033
    • 提供者:jenny
  1. lunzhuang

    0下载:
  2. 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:11052
    • 提供者:梦还很远
  1. OS

    0下载:
  2. 时间片轮转算法完成进程的调度。 设计要求: 1) 进程的调度采用时间片轮转算法。 2) 设计三个链队列,分别用来表示运行队列、就绪队列和完成队列。 3) 用户输入进程标识符以及进程所需的时间,申请空间存放进程PCB信息。 4) 输出的格式和上面的运行结果分析中的格式相同。 5) 写出程序,调试通过,并进行运行结果分析。 -Time slice rotation algorithm to complete the process of scheduling. The
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:李俊
搜珍网 www.dssz.com