虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

WAIT

  • 处理机调度

    处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。   进程的运行时间以时间片为单位进行计算。   每个进程的状态可以是就绪 W(WAIT)、运行R(Run)、或完成F(Finish)三种状态之一。   就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。   如果运行一个时间片后,进程的已占用 CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。   每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的 PCB,以便进行检查。    重复以上过程,直到所要进程都完成为止

    标签: 处理机 调度

    上传时间: 2013-11-26

    上传用户:tianjinfan

  • 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu

    基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/WAIT.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1

    标签: include gt lt socket

    上传时间: 2014-01-18

    上传用户:003030

  • JavaServer Pages™ Specification This document is intended for: · Web Server and Application S

    JavaServer Pages™ Specification This document is intended for: · Web Server and Application Server vendors that want to provide JSP containers that conform to the Tag Extensions specification. · Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag Extensions specification. · Service providers that want to deliver functionality as tag libraries. · Sophisticated JSP page authors that want to define new tag libraries for their use, or who are responsible for creating tag libraries for the use of a group. · Eager JSP page authors who do not want to or cannot WAIT for Web Authoring Tools, or even a User’s Guide. This document is not a User’s Guide, but it contains some positioning and explanatory material.

    标签: Specification Application JavaServer document

    上传时间: 2014-01-03

    上传用户:qilin

  • 本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法

    本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法,简要目录如下: 第1章简介 第2 章系统概要 第3 章FDT 的使用方法 第4章等待脚本(WAIT For Script) 第5章存取权限(Access Rights) 第6 章用户界面的配置(Configuring the User Interface) 第7章菜单(Menus) 第8章窗口(Windows) 第9 章Simple Interface Mode (简化界面模式) 第10 章Basic Simple Interface Mode (基础简化界面模式) 第11章现场写入(Field Programming) 第12 章E8 的升级 第13 章E8Direct 第14 章QzROM 的程序设计(QzROM Programming) 第15章锁定 第16章升级到FDT3.07

    标签: FLASH FDT 瑞萨 开发工具

    上传时间: 2016-04-14

    上传用户:xinzhch

  • 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard

    北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of two odd prime numbers. For example: 8 = 3 + 5. Both 3 and 5 are odd prime numbers. 20 = 3 + 17 = 7 + 13. 42 = 5 + 37 = 11 + 31 = 13 + 29 = 19 + 23. Today it is still unproven whether the conjecture is right. (Oh WAIT, I have the proof of course, but it is too long to write it on the margin of this page.) Anyway, your task is now to verify Goldbach s conjecture for all even numbers less than a million.

    标签: mathematician Christian Goldbach Leonhard

    上传时间: 2016-04-22

    上传用户:wangchong

  • 几个实用的Linux驱动模块

    几个实用的Linux驱动模块,演示了模块的编写,WAIT/sleep, I/O空间的访问等。

    标签: Linux 驱动模块

    上传时间: 2013-12-11

    上传用户:siguazgb

  • Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or anoth

    Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or another in the form in front of us. For example, patients to hospitals, pharmacies dispensing to patients, patients with transfusion to the infusion room, often need WAIT To some kind of service.

    标签: phenomenon Hospital familiar regular

    上传时间: 2013-12-26

    上传用户:四只眼

  • 虚拟频谱分析仪的设计

    虚拟频谱分析仪的设计,在linux下面安装qt3.3以上的版本才可以运行。 安装步骤如下: Untar the tarball Enter the directory QtDSO call ./configure call make and WAIT a few minutes

    标签: 虚拟 仪的设计 频谱分析

    上传时间: 2013-12-17

    上传用户:498732662

  • Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL

    Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will WAIT in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with default DCO setting, set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK

    标签: using demonstrates Description half-duplex

    上传时间: 2014-01-14

    上传用户:cuiyashuo

  • 在学习Java的多线程时

    在学习Java的多线程时,对于其并发控制的实现,一直是初学者的难点。本实例中,详细的实现了WAIT与notify的使用方法与技巧。对初学者具有比强的参考价值。

    标签: Java 多线程

    上传时间: 2013-12-25

    上传用户:LIKE