文件名称:bank
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.01mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
数据结构大型试验-银行模拟系统
(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
(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/bank.dsp
数据结构大型试验(银行模拟系统)/bank/bank.dsw
数据结构大型试验(银行模拟系统)/bank/bank.ncb
数据结构大型试验(银行模拟系统)/bank/bank.opt
数据结构大型试验(银行模拟系统)/bank/bank.plg
数据结构大型试验(银行模拟系统)/bank/Debug/bank.exe
数据结构大型试验(银行模拟系统)/bank/Debug/bank.ilk
数据结构大型试验(银行模拟系统)/bank/Debug/bank.obj
数据结构大型试验(银行模拟系统)/bank/Debug/bank.opt
数据结构大型试验(银行模拟系统)/bank/Debug/bank.pch
数据结构大型试验(银行模拟系统)/bank/Debug/bank.pdb
数据结构大型试验(银行模拟系统)/bank/Debug/vc60.idb
数据结构大型试验(银行模拟系统)/bank/Debug/vc60.pdb
数据结构大型试验(银行模拟系统)/bank/d_except.h
数据结构大型试验(银行模拟系统)/bank/d_heap.h
数据结构大型试验(银行模拟系统)/bank/d_time24.h
数据结构大型试验(银行模拟系统)/bank/Event.h
数据结构大型试验(银行模拟系统)/bank/mainFrame.h
数据结构大型试验(银行模拟系统)/bank/pryQueue.h
数据结构大型试验(银行模拟系统)/bank/Simulation.h
数据结构大型试验(银行模拟系统)/bank/WindowStats.h
数据结构大型试验(银行模拟系统)/数据结构大型程序设计报告.doc
数据结构大型试验(银行模拟系统)/bank/Debug
数据结构大型试验(银行模拟系统)/bank
数据结构大型试验(银行模拟系统)
数据结构大型试验(银行模拟系统)/bank/bank.dsp
数据结构大型试验(银行模拟系统)/bank/bank.dsw
数据结构大型试验(银行模拟系统)/bank/bank.ncb
数据结构大型试验(银行模拟系统)/bank/bank.opt
数据结构大型试验(银行模拟系统)/bank/bank.plg
数据结构大型试验(银行模拟系统)/bank/Debug/bank.exe
数据结构大型试验(银行模拟系统)/bank/Debug/bank.ilk
数据结构大型试验(银行模拟系统)/bank/Debug/bank.obj
数据结构大型试验(银行模拟系统)/bank/Debug/bank.opt
数据结构大型试验(银行模拟系统)/bank/Debug/bank.pch
数据结构大型试验(银行模拟系统)/bank/Debug/bank.pdb
数据结构大型试验(银行模拟系统)/bank/Debug/vc60.idb
数据结构大型试验(银行模拟系统)/bank/Debug/vc60.pdb
数据结构大型试验(银行模拟系统)/bank/d_except.h
数据结构大型试验(银行模拟系统)/bank/d_heap.h
数据结构大型试验(银行模拟系统)/bank/d_time24.h
数据结构大型试验(银行模拟系统)/bank/Event.h
数据结构大型试验(银行模拟系统)/bank/mainFrame.h
数据结构大型试验(银行模拟系统)/bank/pryQueue.h
数据结构大型试验(银行模拟系统)/bank/Simulation.h
数据结构大型试验(银行模拟系统)/bank/WindowStats.h
数据结构大型试验(银行模拟系统)/数据结构大型程序设计报告.doc
数据结构大型试验(银行模拟系统)/bank/Debug
数据结构大型试验(银行模拟系统)/bank
数据结构大型试验(银行模拟系统)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.