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

浙公网安备 33010602011771号