文件名称:Linuxduojincheng
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- LIU***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 要求运用fork(),wait(),pipe(),read(),write()及execve()等系统调用编写多进程的程序。
2. 完成一程序两进程、两进程两程序,一程序三进程的程序。
3. 通过不同情况下运行结果,理解Linux系统下进程的调度,进程的并发执行以及父子进程之间的关系(代码段、数据段之间的关系)。
-1. Requires the use of fork (), wait (), pipe (), read (), write () and execve () system call such as multi-process programs. 2. Two processes to complete a procedure, the two processes of two procedures, a procedure the procedure the three processes. 3. Operation results in different situations, understanding the process of Linux systems scheduling, concurrent execution of the process and the relationship between parent and child (code segment, data segment between.)
2. 完成一程序两进程、两进程两程序,一程序三进程的程序。
3. 通过不同情况下运行结果,理解Linux系统下进程的调度,进程的并发执行以及父子进程之间的关系(代码段、数据段之间的关系)。
-1. Requires the use of fork (), wait (), pipe (), read (), write () and execve () system call such as multi-process programs. 2. Two processes to complete a procedure, the two processes of two procedures, a procedure the procedure the three processes. 3. Operation results in different situations, understanding the process of Linux systems scheduling, concurrent execution of the process and the relationship between parent and child (code segment, data segment between.)
相关搜索: 多进程
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Linux下多进程编程.doc