摘要:
代码 main #include<stdio.h> #include<stdlib.h> //定义此头文件,里面包含一些宏和通用工具函数,包含atoi()函数 int sum(int N,int arr[]); //声明sum函数 int main(int argc,char *argv[]) // 阅读全文
摘要:
1 编译运行附件中的代码,提交运行结果截图,并说明程序功能 #include <stdio.h> #include <pthread.h> #include <stdlib.h> #include <semaphore.h> #define NUM 5 int queue[NUM]; sem_t b 阅读全文