CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - process control block

搜索资源列表

  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
    • 文件大小:1318
    • 提供者:
  1. fileopenandwrite

    0下载:
  2. 3.1 磁盘存取简介 3.1.1 利用FCB(文件控制块)存取磁盘文件: (2) 在程序的数据段设置FCB和DAT(数据传输区)。 (3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。 (4) 用DOS功能设置DAT地址。 (5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。 (6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。 -3.1 Introduction 3.1.1 disk
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:43561
    • 提供者:王强
  1. distributed

    0下载:
  2. matlab 仿真程序可用于kalman滤波应用。- INTRODUCTION This example simulates distributed control of a DC-servo. The example contains four computer nodes, each represented by a TrueTime kernel block. A time-driven sensor node samples the process periodical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:21910
    • 提供者:zhangxiangbin
  1. wireless

    0下载:
  2. Example: Distributed Wireless Control System,可用于无线传感器网络中-This example shows distributed control of a DC-servo using communication over a wireless network. The example also shows how to simulate power consumption and how to use the battery block.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12506
    • 提供者:zhangxiangbin
  1. PCB

    0下载:
  2. 进程控制块,简称PCB,是操作系统中的重要概念之一。本代码用C语言编写,有助于加深对操作系统的理解。-Process control block, or PCB, is the operating system, one of the important concepts. The use of C language code, contribute to a better understanding of the operating system.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:184023
    • 提供者:hanhan
  1. prcs_mngment

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。进程的运行时间以时间片为单位进行计算。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 如果运行
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1473
    • 提供者:atlantis
  1. jincheng

    0下载:
  2. 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1701285
    • 提供者:金小山
  1. Graduationthesis

    1下载:
  2. 本毕业设计论文共分为四章,第一章为概述,主要介绍微程序控制的理论概念;第二章为计算机组成原理实验仪硬件介绍,内容结合了本次毕业设计的计算机原理实验仪做相关硬件介绍,原理说明;第三章为指令系统及微程序相关设计,是本次毕业设计的核心内容,包括指令系统,指令执行流程,微指令和微程序流程图的设计;第四章为调试部分,用以验证本毕业设计的正确性,测试程序为自编的程序段。-The Thesis is divided into four chapters, the first chapter is an ove
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:890365
    • 提供者:SHQ
  1. EPM240ZT100

    0下载:
  2. The MAX II CPLD has the following features: ■ Low-cost, low-power CPLD ■ Instant-on, non-volatile architecture ■ Standby current as low as 29 μA ■ Provides fast propagation delay and clock-to-output times ■ Provides four global clocks with
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:612379
    • 提供者:王广龙
  1. pid

    0下载:
  2. 利用LabVIEW 虚拟仪器开发平台,设计了一个程序,可以对3阶以内的线性 被控对象快速的确定PID 控制器的各个参数,完成PID 控制器的设计。同时,可以给出控 制系统开环或者闭环的阶跃响应。-This example is intended to give a basic introduction to the TrueTime simulation environment. The example considers simple PID control of a DC-s
  3. 所属分类:Other systems

    • 发布日期:2015-01-14
    • 文件大小:21504
    • 提供者:詹昊嵩
  1. main_1_

    0下载:
  2. 作业调度算法的实现 作业调度的主要功能是根据作业控制块中的信息,审查系统能否满足用户作业的资源需求,以及按照一定的算法,从外存的后备队列中选取某些作业调入内存,并为它们创建进程、分配必要的资源。然后再将新创建的进程插入就绪队列,准备执行。因此,有时也把作业调度称为接纳调度。 -Job scheduling algorithm to achieve the main function of job scheduling is based on job control block in
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:964
    • 提供者:missli
  1. os_test1

    1下载:
  2. 操作系统实验,进程调度 1.设计进程控制块 PCB 的结构,通常应包括如下信息: 进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。 2.编写两种调度算法程序: 优先数调度算法程序 循环轮转调度算法程序 3.按要求输出结果。-Operating system experiment, the process scheduling 1. The structure of the design pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:杨萌
  1. p1

    0下载:
  2. 1. 采用“短进程优先”调度算法对五个进程进行调度。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -1. The use of " short process priority" scheduling algorithm for five scheduling process. Each process has a process control block (PCB) represente
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:17487
    • 提供者:rourou
  1. src

    0下载:
  2. ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度(First, the design process control block PCB table structure, respectively suitable for priority number scheduling algorithm and cycle round robin scheduling
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:cvxvdbv
  1. Conf

    0下载:
  2. 进程控制块(PCB)是系统为了管理进程设置的一个专门的数据结构。系统用它来记录进程的外部特征,描述进程的运动变化过程。(Process control block (PCB) is a specialized data structure in order to manage process settings. The system uses it to record the external features of the process, and describes the process
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:cvxvdbv
搜珍网 www.dssz.com