运行环境:VS2008 C# 控制台 程序描述:运用多线程模拟火车票的卖票程序,多个售票点同时销售一个车次的票,即多个线程同时操作一个变量,运用了AutoResetEvent来控制同步。代码很简单,希望能给新手一点启发。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace SalingTickets class Class1 static AutoResetEvent m_are = new AutoResetEvent(false);/实例化一个控制同步的对象 static int tickets=100;/定义全局变量,即票数 static void Main(string args)/主函数 Thread t1 = new Th
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。