04 2020 档案

摘要:姓名:林顺达 学号:201821121022 班级:计算1811 1. 编写程序 在服务器上用Vim编写一个程序:实现Linux系统命令ls -lai的功能,给出源代码: 源代码: #include<stdio.h> #include<string.h> #include<sys/types.h> 阅读全文
posted @ 2020-04-30 15:32 丶Lin 阅读(277) 评论(0) 推荐(0)
摘要:姓名:林顺达 学号:201821121022 班级:计算1811 1. 编写程序 在服务器上用Vim编写程序:创建一个命名管道,创建两个进程分别对管道进行读fifo_read.c和写fifo_write.c。给出源代码: fifo_read.c: #include<stdio.h> #include 阅读全文
posted @ 2020-04-16 21:07 丶Lin 阅读(294) 评论(0) 推荐(0)
摘要:姓名:林顺达 学号:201821121022 班级:计算1811 1. 编写程序 在服务器上用VIM编辑器编写一个程序:一个进程创建(fork)两个子进程。给出源代码: #include<stdio.h> #include<unistd.h> #include<sys/types.h> int ma 阅读全文
posted @ 2020-04-02 17:35 丶Lin 阅读(343) 评论(0) 推荐(0)