实验四 用信号量解决进程互斥与同步问题
摘要:
#include<stdio.h> #include<stdlib.h> #include<math.h> #include<time.h> #define N 100 typedef struct process { int num; }P; P a[N]; int wordtime=0; voi 阅读全文
posted @ 2016-06-21 12:46 01-李嘉秀 阅读(646) 评论(0) 推荐(0) 编辑