文件名称:FaG
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-01
- 文件大小:
- 6.81mb
- 下载次数:
- 0次
- 提 供 者:
- 付**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
有多个PUT操作要不断循环地向Buffer1送字符数据,有Move1操作不断地将Buffer1的数据取到Buffer2,Move2操作不断地将Buffer2的数据取到Buffer3,有多个GET操作要不断地从Buffer3中取数据。PUT、 MOVE、 GET每次操作一个数据,为了在操作的过程中要保证数据不丢失, 每个Buffer每次只能接受一个PUT或一个Move或一个Get,多个操作不能同时操作同一BUFFER。设计一个多道程序完成上述操作-There are multiple PUT operations should continue to Buffer1 cyclically send character data, will continue to operate there Move1 Buffer1 data accessible to Buffer2, Move2 operations will continue to take to the data Buffer2 Buffer3, there are multiple GET operation to keep from Buffer3 fetch data. PUT, MOVE, GET each operation data, in the course of the operation in order to ensure that data is not lost, you can only accept one of each Buffer PUT or a Move or Get, multiple operations can not operate the same BUFFER. The design of a multi-channel program completion of the operation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Release运行版本\os1.exe
...............\os1.obj
...............\os1.pch
...............\os1.res
...............\os1Dlg.obj
...............\StdAfx.obj
...............\vc60.idb
源代码文档\Debug\os1.bsc
..........\.....\os1.exe
..........\.....\os1.ilk
..........\.....\os1.obj
..........\.....\os1.pch
..........\.....\os1.pdb
..........\.....\os1.res
..........\.....\os1.sbr
..........\.....\os1Dlg.obj
..........\.....\os1Dlg.sbr
..........\.....\StdAfx.obj
..........\.....\StdAfx.sbr
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\os1.aps
..........\os1.clw
..........\os1.cpp
..........\os1.dsp
..........\os1.dsw
..........\os1.h
..........\os1.ncb
..........\os1.opt
..........\os1.plg
..........\os1.rc
..........\os1.sln
..........\os1.suo
..........\os1Dlg.cpp
..........\os1Dlg.h
..........\ReadMe.txt
..........\..lease\os1.exe
..........\.......\os1.obj
..........\.......\os1.pch
..........\.......\os1.res
..........\.......\os1Dlg.obj
..........\.......\StdAfx.obj
..........\.......\vc60.idb
..........\res\os1.ico
..........\...\os1.rc2
..........\resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\~VCB.tmp
..........\~VCC.tmp
程序设计说明书.doc
源代码文档\Debug
..........\Release
..........\res
..........\新建文件夹
Release运行版本
源代码文档