文件名称:Fruits
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-10
- 文件大小:
- 2.66mb
- 下载次数:
- 0次
- 提 供 者:
- zhan*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
吃水果问题是操作系统中典型的进程间通信问题。桌上有一个空盘,允许存放 20
个水果,父母可向盘内随机个数的水果,如果盘子放满了,则等待;孩子等着吃
盘内的水果,如果盘子空了,则等着父母放水果。
程序是基于进程通信实现吃水果问题,包含3个工程文件。-The problem is between eating fruits typical operating system interprocess communication problems. Table with an empty plate, allowing the storage of 20 fruits, parents can be a random number to the tray of fruit, if a plate filled, wait child waiting to eat the fruit plate, if the plate is empty, then the waiting Parents put the fruit. Program is based on the realization of the process of communication problems eating fruit contains three project files.
个水果,父母可向盘内随机个数的水果,如果盘子放满了,则等待;孩子等着吃
盘内的水果,如果盘子空了,则等着父母放水果。
程序是基于进程通信实现吃水果问题,包含3个工程文件。-The problem is between eating fruits typical operating system interprocess communication problems. Table with an empty plate, allowing the storage of 20 fruits, parents can be a random number to the tray of fruit, if a plate filled, wait child waiting to eat the fruit plate, if the plate is empty, then the waiting Parents put the fruit. Program is based on the realization of the process of communication problems eating fruit contains three project files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Fruits\Children\Children.aps
......\........\Children.cpp
......\........\Children.h
......\........\Children.rc
......\........\Children.vcproj
......\........\Children.vcproj.ZH.Administrator.user
......\........\ChildrenDlg.cpp
......\........\ChildrenDlg.h
......\........\Debug\BuildLog.htm
......\........\.....\Children.exe.embed.manifest
......\........\.....\Children.exe.embed.manifest.res
......\........\.....\Children.exe.intermediate.manifest
......\........\.....\Children.obj
......\........\.....\Children.res
......\........\.....\ChildrenDlg.obj
......\........\.....\mt.dep
......\........\.....\stdafx.obj
......\........\.....\vc90.idb
......\........\.....\vc90.pdb
......\........\ReadMe.txt
......\........\res\Children.ico
......\........\...\Children.rc2
......\........\resource.h
......\........\stdafx.cpp
......\........\stdafx.h
......\........\targetver.h
......\Children.sln
......\Children.suo
......\Debug\Children.exe
......\.....\disk.exe
......\.....\Parent.exe
......\disk\Debug\BuildLog.htm
......\....\.....\disk.exe.embed.manifest
......\....\.....\disk.exe.embed.manifest.res
......\....\.....\disk.exe.intermediate.manifest
......\....\.....\disk.obj
......\....\.....\disk.res
......\....\.....\diskDlg.obj
......\....\.....\mt.dep
......\....\.....\stdafx.obj
......\....\.....\vc90.idb
......\....\.....\vc90.pdb
......\....\disk.aps
......\....\disk.cpp
......\....\disk.h
......\....\disk.rc
......\....\disk.vcproj
......\....\disk.vcproj.ZH.Administrator.user
......\....\diskDlg.cpp
......\....\diskDlg.h
......\....\ReadMe.txt
......\....\res\disk.ico
......\....\...\disk.rc2
......\....\resource.h
......\....\stdafx.cpp
......\....\stdafx.h
......\....\targetver.h
......\disk.sln
......\disk.suo
......\Parent\Debug\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\Parent.exe.embed.manifest
......\......\.....\Parent.exe.embed.manifest.res
......\......\.....\Parent.exe.intermediate.manifest
......\......\.....\Parent.obj
......\......\.....\Parent.res
......\......\.....\ParentDlg.obj
......\......\.....\stdafx.obj
......\......\.....\vc90.idb
......\......\.....\vc90.pdb
......\......\Parent.aps
......\......\Parent.cpp
......\......\Parent.h
......\......\Parent.rc
......\......\Parent.vcproj
......\......\Parent.vcproj.ZH.Administrator.user
......\......\ParentDlg.cpp
......\......\ParentDlg.h
......\......\ReadMe.txt
......\......\res\Parent.ico
......\......\...\Parent.rc2
......\......\resource.h
......\......\stdafx.cpp
......\......\stdafx.h
......\......\targetver.h
......\Parent.sln
......\Parent.suo
......\Children\Debug
......\........\res
......\disk\Debug
......\....\res
......\Parent\Debug
......\......\res
......\Children
......\Debug
......\disk
......\Parent
Fruits
......\问题描述.doc