文件名称:process
介绍说明--下载内容均来自于网络,请自行研究使用
#include <string.h>
#include <fstream.h>
#include <stdio.h>
#include <stdlib.h>
#define FINISH 0 //完成状态
#define RUNNING 1 //运行状态
#define READY 2 //就绪状态
#define WAITIO 3 //io等待状态
#define WAITREAD 4//读写等待状态
#define WAITOUT 5//中断等待状态
-# Include <string.h># Include <fstream.h># Include <stdio.h># Include <stdlib.h># Define FINISH 0// completion status# Define RUNNING 1// operation status# define READY 2// ready status# define WAITIO 3// io wait state# define WAITREAD 4// read and write wait state# define WAITOUT 5// interrupt wait state
#include <fstream.h>
#include <stdio.h>
#include <stdlib.h>
#define FINISH 0 //完成状态
#define RUNNING 1 //运行状态
#define READY 2 //就绪状态
#define WAITIO 3 //io等待状态
#define WAITREAD 4//读写等待状态
#define WAITOUT 5//中断等待状态
-# Include <string.h># Include <fstream.h># Include <stdio.h># Include <stdlib.h># Define FINISH 0// completion status# Define RUNNING 1// operation status# define READY 2// ready status# define WAITIO 3// io wait state# define WAITREAD 4// read and write wait state# define WAITOUT 5// interrupt wait state
(系统自动生成,下载前可以参看下载内容)
下载文件列表
process
.......\程序.txt
.......\程序.txt