- LA76810HA Bus EEPROM with User
- Hadoop-in-action-source-code Hadoop in action Hadoop实践 Chuck Lam 源代码
- simple SIMPLE mrthod based lid driven cavity
- FULLY-REUSED-VLSI-ARCHITECTURE-OF-FM0 FULLY REUSED VLSI ARCHITECTURE OF FM0/MANCHESTER ENCODING USING SOLS TECHNIQUE FOR DSRC APPLICATIONS
- 光伏并网PQv模型 光伏并网逆变器的PQ
- Thread 关于Java线程的详细介绍和说明
文件名称:lab5
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:10.03kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The subject of this programming assignment is using Linux/Unix system calls dealing
with exec and signals.-The application will be a simple “memo” program that accepts lines
of text from the terminal, but then processes them slightly before writing the lines to a file.
To implement this application, you are to write two C programs. The first one will be the
parent program, and will do the following: (1) run the other program in a subprocess (2)
iteratively prompt the user to enter a line of text (3) write each entered line of text to
a temporary file and signal the child. The second program will run as the child, and will
do the following: (1) when signaled by the parent, it will obtain the entered line from the
temporary file (2) it will process/expand each line (as described below) and write the result
out to the output file.
with exec and signals.-The application will be a simple “memo” program that accepts lines
of text from the terminal, but then processes them slightly before writing the lines to a file.
To implement this application, you are to write two C programs. The first one will be the
parent program, and will do the following: (1) run the other program in a subprocess (2)
iteratively prompt the user to enter a line of text (3) write each entered line of text to
a temporary file and signal the child. The second program will run as the child, and will
do the following: (1) when signaled by the parent, it will obtain the entered line from the
temporary file (2) it will process/expand each line (as described below) and write the result
out to the output file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readline-LAB3.c
lab5-parent-alt.c
lab5-parent.c
lab5-child-alt.c
lab5-child.c
lab5-parent-alt.c
lab5-parent.c
lab5-child-alt.c
lab5-child.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.