文件名称:bank

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1.01mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • f**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

数据结构大型试验-银行模拟系统

(1)通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。

(2)通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。

(3)实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间。

(4)在实验中,可改变参数(如银行窗口数、客户到达率、服务时间等),测试银行的服务效率。要求在各种情况下,模拟测试都能得到合理的运行结果。

(5)银行模拟的关键部分为客户时间,以及到达和离开事件。刚达到的顾客通过随机数产生下一个顾客的到达,已到达的顾客通过随机数产生服务时间,选择最早空闲的窗口后,生成离开事件。

(6)所有事件都被加上时间戳放到优先队列中,队列中优先级最高的事件就是时间戳最早的事件。

-Large-scale test of the data structure- the bank simulation system(1) procedures for dynamic simulation of bank customers in a n> = 2 window of the bank s arrival and departure.(2) by calculating the average waiting time of each customer and each window is a percentage of the "busy" state, to test the efficiency of banking services.(3) implementation, you can use the time on behalf of the object of the banking activities, to simulate these event-driven activities, and the probability (random number generator) to describe the expected customer arrival rate and bank staff time required for a customer service .(4) In the experiment, we can change the parameters (such as the number of the bank window, the customer arrival rate, service time, etc.), testing the bank s service efficiency. Requirements in all cases, the simulation tests can get a reasonable run results.(5) a key part of the banking simulation for the customer time, and arrival and departure events. Just to reach customers
(系统自动生成,下载前可以参看下载内容)

下载文件列表

数据结构大型试验(银行模拟系统)\bank\bank.cpp

................................\....\bank.dsp

................................\....\bank.dsw

................................\....\bank.ncb

................................\....\bank.opt

................................\....\bank.plg

................................\....\Debug\bank.exe

................................\....\.....\bank.ilk

................................\....\.....\bank.obj

................................\....\.....\bank.opt

................................\....\.....\bank.pch

................................\....\.....\bank.pdb

................................\....\.....\vc60.idb

................................\....\.....\vc60.pdb

................................\....\d_except.h

................................\....\d_heap.h

................................\....\d_time24.h

................................\....\Event.h

................................\....\mainFrame.h

................................\....\pryQueue.h

................................\....\Simulation.h

................................\....\WindowStats.h

................................\数据结构大型程序设计报告.doc

................................\bank\Debug

................................\bank

数据结构大型试验(银行模拟系统)

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org