搜索资源列表
银行排队
- 操作系统实验模拟银行营业-banking business
bankqueue
- java编写的一个多线程程序,模拟银行排队.-prepared in a multithreaded process that simulates the bank queue.
银行排队
- 操作系统实验模拟银行营业-banking business
模拟服务台前的排队现象问题
- 某银行有一个客户办理业务站,在单位时间内随机地有客户到达,设每位客户的业务办理时间是某个范围内的随机值。设只有一个窗口,一位业务人员,要求程序模拟统计在设定时间内,业务人员的总空闲时间和客户的平均等待时间。假定模拟数据已按客户到达的先后顺序依次存于某个正文数据文件中。对应每位客户有两个数据,到达时间和需要办理业务的时间。-a certain bank for a business client stations, the unit ti
银行OpenGL模拟
- 利用VC开发的银行系统的场景仿真,能够控制等待顾客的排队等。-Scene simulation of bank system in VC which could control the queue of customer etc.
yinhangyewu
- 利用随机数算法来产生客户,对于客户提出的各种要求和运营的情况对各种业务给予安排和调度,模拟银行的存款、取款业务,客户交易、客户排队等-use random number algorithm to generate customers, For customer's requirements and operation of the right to give all the business arrangements and s
Project_2
- 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未
bank
- 假设某银行有4个窗口对外接待客户,从早晨银行开门起不断有客户进入银行。由于每个窗口在某个时刻只能接待一个客户,因此在客户人数众多时需在每个窗口前顺次排队。对于刚进入银行的客户,如果某个窗口的业务员正空闲,则可上前办理业务;反之,若4个窗口均被客户所占,便排在人数最少的队伍后面。编制程序模拟银行的这种业务活动并计算一天中客户在银行逗留的平均时间。 初始化条件:程序从第一个客户到达时间为“0”开始运行,每个客户办理业务的时间不超过30分
aa
- 假设某银行有4个窗口对外接待客户,从早晨银行开门起不断有客户进入银行。由于每个窗口在某个时刻只能接待一个客户,因此在客户人数众多时需要在每个窗口前顺次排队,对于刚进入银行的客户,如果某个窗口的业务员正空闲,则可上前输业务;反之,若4个窗口均有客户所占,他便会排在人数最少的队伍后面。编制一个程序模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。-Assuming a bank has four reception window
bank_service
- 模拟银行排队系统,分vip和普通用户,运用多线程实现多窗口,同时运用egg来完成图形界面的显示-Queuing System Simulation banks, sub-vip and ordinary users, the use of multi-threaded multi-window, while the use of egg to complete the graphical interface display
Bank
- 此为银行排队系统 银行营业厅配置 --营业窗口设3~8个,可以灵活设置 ;两类客户:一类是普通客户,一类是VIP客户 (需要提供VIP身份号进行身份验证);设定1~2个窗口优先办理VIP客户服务。只要有VIP客户在等待,这些窗口都要优先办理VIP客户业务。只在当前没有VIP客户服务申请的情况下,这些窗口转去办理普通客户业务。 营业窗口在办完一项业务后,可以暂停办理,停止叫号,休息一段时间,然后恢复办理。但原则上所有窗口不会同时休
Banks
- 模拟银行排队处理,窗口可以自己开,输出服务总人数和每位顾客平均等待时间-Bank queuing simulation processing, the window can open, the output of the total number of service and average wait time per customer
bank
- 这是我做作业时候的一个小成果,银行排队系统模拟,希望对大家有用-This is my homework when the results of a small, banks queuing system simulation, in the hope that useful
tian
- 模拟银行的排队系统,各种业务 和服务时间的统计-bank waitting
BankLiner
- 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to
yinhang
- 模拟银行排队系统,实现叫号,显示等待时间和服务时间-Bank Queue System
排队叫号模拟——银行
- ⑴ 模拟取号机的功能,减少排队中带来的麻烦; ⑵ 模拟银行取号的过程,加深对排队叫号机原理的认识;(The simulation of the take-a-number machine function, reduce queuing in trouble; The simulation process of bank, deepen understanding of the principle of the line numb
c++模拟银行排队
- c++ 模拟银行排队,用模拟银行排队的程序使我们对c++程序的编写有更多的认识(C++ simulation bank queuing, using analog banking queuing procedures, so that we have more knowledge of the preparation of c++ program)
bank queue
- 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
银行排队模拟
- 模拟了银行排队,其中队列数,间隔时间,等待时间可调,用来研究最大化效益问题(It simulates Bank Queuing, where queue number, interval time and waiting time can be adjusted to maximize efficiency.)