搜索资源列表
code
- linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
shell
- Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
yewei
- 虚拟液位测控系统,由一蓄水箱、水泵、水管和阀门、水槽组成被控部分 液位传感器组成检测环节 执行机构为电动调节阀 控制器由计算机来完成。-Virtual liquid level measurement and control system, a water storage tanks, pumps, pipes and valves, sink to form a charged part liquid level sensors to detect link executing agenc
pipe_rw
- 使用pipe创建的无名管道并实现父子进之间的通讯-Use anonymous pipes created by the pipe and communication between father and son into the
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
chat
- 在linux下,通过命名管道实现单机版的qq聊天程序-In linux, through named pipes to achieve a single version of the qq chat program