05 2023 档案

摘要:# # Monitor for file status # clear test_count=0 change_count=0 echo -n "Input file name:" read FILENAME if [ -f "$FILENAME" ]; then FILESIZE=`ls -l $ 阅读全文
posted @ 2023-05-24 20:10 南柯一场 阅读(59) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> #include <semaphore.h> #define PRODUCER_NUM 3 //3个生产者 #define CONSUMER 阅读全文
posted @ 2023-05-10 20:33 南柯一场 阅读(78) 评论(0) 推荐(0)