摘要:
#include"stdio.h"#include"stdlib.h"#include"string.h"typedef struct node{char name[10]; //进程标志符int prio; //进程优先数int cputime; //进程占用cpu时间int needtime; ... 阅读全文
posted @ 2015-05-21 21:17
14苏若顺
阅读(428)
评论(0)
推荐(0)