摘要: #include<stdio.h>#define N 3//#define M 10 typedef struct process //进程结构体定义 { char name; int arrive; int prio; int needTime; }Process; void input(Proc 阅读全文
posted @ 2016-04-20 19:57 03郭丽红 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#define N 2typedef struct process{ char name; int arrive; int needTime; }Process; void input(Process a[N]){ int i; for(i=0;i<N;i++) { 阅读全文
posted @ 2016-04-20 14:35 03郭丽红 阅读(106) 评论(0) 推荐(0) 编辑