文件名称:FORK
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 树*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
进程的创建。编制一段程序,使用系统调用fork()创建两个子进程,在此程序运
行时,系统中就有一个父进程和两个子进程在活动。让每一个进程在屏幕上显示一
个字符:父进程显示字符a,两个子进程分别显示字符b和子符c。-The process of creation. The preparation of a program that uses system calls fork () to create two sub-processes, in the operation of this procedure
Line, the system there is a parent and two child process activities. So that each process is displayed on the screen of a
Characters: parent display characters a, respectively, two sub-processes and sub-character display character b c.
行时,系统中就有一个父进程和两个子进程在活动。让每一个进程在屏幕上显示一
个字符:父进程显示字符a,两个子进程分别显示字符b和子符c。-The process of creation. The preparation of a program that uses system calls fork () to create two sub-processes, in the operation of this procedure
Line, the system there is a parent and two child process activities. So that each process is displayed on the screen of a
Characters: parent display characters a, respectively, two sub-processes and sub-character display character b c.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
进程的创建\a1.c
..........\新建 文本文档.txt
进程的创建
..........\新建 文本文档.txt
进程的创建