会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
南柯一场
别懒惰久了,努力一下便以为是拼
博客园
首页
新随笔
联系
订阅
管理
2023年5月10日
生产者—消费者问题 Linux下的c语言解决
摘要: #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 南柯一场
阅读(67)
评论(0)
推荐(0)
编辑
公告