2014年9月6日
摘要: // 多个生产者和多个消费者,能生产n个产品的情况using System;using System.Threading;public class HoldIntegerSynchronized{ private int[] buffer; //缓冲区 private int occupiedBu... 阅读全文
posted @ 2014-09-06 14:00 GC2013 阅读(1512) 评论(0) 推荐(0)