vc生产者消费者问题模拟源码

时间:2011-11-27 15:15:54
【文件属性】:

文件名称:vc生产者消费者问题模拟源码

文件大小:15KB

文件格式:RAR

更新时间:2011-11-27 15:15:54

vc 源码 生产者 消费者 多线程

基本的生产者消费者多线程模拟场景源码,基于MFC实现,国内某知名游戏公司复试题目


【文件预览】:
Customer
----Customer.rc(6KB)
----res()
--------vssver2.scc(114B)
--------Customer.rc2(400B)
--------Customer.ico(1KB)
----CustomerDlg.h(2KB)
----Customer.dsp(4KB)
----vssver2.scc(590B)
----StoreHouse.h(2KB)
----Customer.h(1KB)
----Customer.dsw(541B)
----StdAfx.cpp(210B)
----resource.h(1KB)
----Customer.cpp(1KB)
----StdAfx.h(1KB)
----CustomerDlg.cpp(9KB)
----Human.cpp(2KB)
----Customer.plg(2KB)
----Human.h(2KB)
----StoreHouse.cpp(2KB)

网友评论

  • 参考这个源代码,有一定收获,但是需改进
  • 不是图形化的界面啊,还得继续改进。
  • 生产者和消费者理论中貌似缓冲都是定长的,如果不定长的,貌似应该参照消息队列模型