网站大量收购闲置独家精品文档,联系QQ:2885784924

实验04-Lix 多进程编程.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实验04-Lix 多进程编程

《操作系统》实验报告 实验序号: 4 实验项目名称:Linux 多进程编程 学  号 姓  名 专业、班 实验地点 实1-316 指导教师 实验时间 实验目的及要求 通过本实验的学习,使学生掌握Linux多进程编程的基本方法。 实验内容:利用Linux多进程实现题目所要求的功能。 二、实验设备(环境)及要求 PC机 三、实验内容与步骤 1、编写一个显示“HELLO”的c语言程序,并利用GCC编译,然后运行此程序。(提示:若没有gcc,需先安装gcc编译程序) 2、 进程的创建:编制一程序,利用系统调用fork 创建两个子进程。程序运行时,系统中有一个父进程和两个子进程活动,分别让他们显示“A”、“B”和“C”,分析程序运行结果。 3、用ctrl+alt+F2切换到第二个终端(tty2)并使用另外一个用户登录(可利用第二个实验创建的用户登录),然后使用who命令查看用户登录情况。用ctrl+alt+F1切换到第二个终端(tty1),修改第二步的程序,在每个进程退出前都加上一个sleep 20 的函数来延缓进程的退出,然后运行此程序,立即切换到tty2,使用ps -a命令查看系统运行的进程,观察程序创建的进程都有哪些?pid是多少? 4、进程的管道通信:编制一程序,使用系统调用pipe 建立一管道,两个子进程P1和P2分别向管道各写一句话,父进程则从管道中读取出来并显示在屏幕。(提示:利用pipe创建管道,利用write和read函数分别进行写与读的操作,使用wait函数等待子进程结束) 5、利用Linux多进程编程实现以下功能: 创建两个子进程;一个子进程(生产者进程)依次向缓冲区写入整数0,1,2,...,19;另一个子进程(消费者进程)暂停3s后,从缓冲区读数,每次读一个,然后将数字显示出来;父进程等待子进程2(消费者进程)的退出信息,待收集到该信息后,父进程就返回。 (提示:用char数组创建缓冲区) 四、实验心得体会 通过本次实验,知道如何进行多进程编程,并且学会了简单实用GCC编译器。 五、教师评语 签名: 日期: 成绩 office, branch offices jurisdiction , risk management, marketing management sector through supervision and inspection found problems, should be assigned the investigators are corrected in a timely manner. 27th the fifth chapter penalty under any of the following acts, then the relevant provisions to punish the investigators, according to the Bank. To constitute a crime shall be investigated for criminal responsibility: A on the business that are not involved in the investigation, issued a survey. B customer credit information are not thorough verification. Iii to participate in credit customer survey is not in place, customers and data is incomplete, untrue; he knows bear a counterfeited clients issuing credit. D does not provide for due diligence of credit business, pre-loan investigation form, concealing facts or providing false information or should be found in a normal investigation failed to discover the risk factors, lead to the review and approval policy errors, loan risk. Five on loan guarantees of survey not in place, not by provides on arrived, and pledge real for fiel

文档评论(0)

icz049 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档