文件名称:Bank
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-05-27
- 文件大小:
- 8.54mb
- 下载次数:
- 0次
- 提 供 者:
- Liu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。
编程实现该问题,用P、V操作实现柜员和顾客的同步。
-Bank tellers have n responsible for customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the next number. Programming the issue, P, V synchronization teller operations and customers.
编程实现该问题,用P、V操作实现柜员和顾客的同步。
-Bank tellers have n responsible for customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the next number. Programming the issue, P, V synchronization teller operations and customers.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bank\Bank\Bank.vcxproj
....\....\Bank.vcxproj.filters
....\....\Debug\Bank.Build.CppClean.log
....\....\.....\Bank.lastbuildstate
....\....\.....\Bank.log
....\....\.....\CL.read.1.tlog
....\....\.....\CL.write.1.tlog
....\....\.....\link-cvtres.read.1.tlog
....\....\.....\link-cvtres.write.1.tlog
....\....\.....\link-rc.read.1.tlog
....\....\.....\link-rc.write.1.tlog
....\....\.....\link.read.1.tlog
....\....\.....\link.write.1.tlog
....\....\.....\main.obj
....\....\.....\vc110.idb
....\....\.....\vc110.pdb
....\....\input.txt
....\....\main.cpp
....\....\output.txt
....\....\Release\Bank.lastbuildstate
....\....\.......\Bank.log
....\....\.......\CL.read.1.tlog
....\....\.......\CL.write.1.tlog
....\....\.......\link-cvtres.read.1.tlog
....\....\.......\link-cvtres.write.1.tlog
....\....\.......\link-rc.read.1.tlog
....\....\.......\link-rc.write.1.tlog
....\....\.......\link.read.1.tlog
....\....\.......\link.write.1.tlog
....\....\.......\main.obj
....\....\.......\vc110.pdb
....\Bank.sdf
....\Bank.sln
....\Bank.v11.suo
....\Debug\Bank.exe
....\.....\Bank.ilk
....\.....\Bank.pdb
....\Release\Bank.exe
....\.......\Bank.pdb
....\Bank\Debug
....\....\Release
....\Bank
....\Debug
....\Release
....\TestResults
Bank