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

浙公网安备 33010602011771号