摘要: 姓名:吕煜华 学号:201821121046 班级:计算1812 1. 编写程序 在服务器上用Vim编写程序:创建一个命名管道,创建两个进程分别对管道进行读fifo_read.c和写fifo_write.c。给出源代码。 fifo_write.c 1 #include<stdio.h> 2 #inc 阅读全文
posted @ 2020-04-18 17:09 Lvyuhua 阅读(210) 评论(0) 推荐(0) 编辑