04 2020 档案

摘要:姓名:白晓 学号:201821121035 班级:计算1812 1. 编写程序 在服务器上用Vim编写一个程序:实现Linux系统命令ls -lai的功能,给出源代码。 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 # 阅读全文
posted @ 2020-04-30 21:05 木澈 阅读(228) 评论(0) 推荐(0)
摘要:姓名:白晓 学号:201821121035 班级:计算1812 1. 编写程序 在服务器上用Vim编写程序:创建一个命名管道,创建两个进程分别对管道进行读fifo_read.c和写fifo_write.c。给出源代码。 fifo.read.c 1 #include<stdio.h> 2 #inclu 阅读全文
posted @ 2020-04-17 21:04 木澈 阅读(162) 评论(0) 推荐(0)
摘要:姓名:白晓 学号:201821121035 班级:计算1812 1. 编写程序 在服务器上用VIM编辑器编写一个程序:一个进程创建(fork)两个子进程。给出源代码: #include<sys/types.h> #include<unistd.h> #include<stdio.h> int mai 阅读全文
posted @ 2020-04-03 21:36 木澈 阅读(325) 评论(0) 推荐(0)