Description: 银行队列模拟
1). 随机产生顾客的到达时间和服务时间存盘。
2). 利用存盘数据实现队列的插入和删除。
2). 当有顾客离开时,根据队列长度调整队尾。
3). 考虑顾客中途离队的情况。
4). 考虑顾客具有优先级的情况。
-Bank Queue Simulation 1). Randomly generated customer s arrival time and services to save time. 2). The use of save data on the achievement of the insert and delete queue. 2). When customers leave, according to the end of the queue length adjustment team. 3). To consider the customer to leave half-way situation. 4). To consider the customer has a priority situation. Platform: |
Size: 2048 |
Author:zhouhaoran |
Hits:
Description: 优先队列模拟银行管理系统并测试央行服务效率-Priority queue simulation and test the central bank management system, efficiency Platform: |
Size: 1287168 |
Author:liao |
Hits:
Description: 银行的模拟系统,有客户平均排队时间的计算,设置了优先级队列-Bank of simulation system, a customer calculate the average queue time, set the priority queue Platform: |
Size: 804864 |
Author:张涵飞 |
Hits:
Description: .银行业务队列模拟:假设某银行某网点有A和B两个业务窗口,其中A办理业务的速度是B的2倍。给定到达银行的顾客序列,请按业务完成的顺序输出顾客序列。(假定不考虑顾客先后到达的时间间隔,并且当不同窗口同时处理完2个顾客时,A窗口顾客优先输出。)
a. 输入说明:输入为一行正整数,其中第1个数字N(N<=1000)为顾客总数,后面跟着N位顾客的编号。编号为奇数的顾客需要到A窗口办理业务,为偶数的顾客则去B窗口。数字间以空格分隔。
b.输出说明:按业务处理完成的顺序输出顾客的编号。数字间以空格分隔,但最后一个编号后不能有多余的空格。
-. Banking queue simulation: Suppose a bank has a branch two business windows A and B, where A is the rate for business B of 2 times. Given the sequence of Customers Bank, please complete the order by business customers sequence output. (Assuming that the customer has arrived without considering the interval, and when finished in different windows simultaneously two customers, A customer priority output window.) A Input Note: a positive integer input line, where the first digit N (N < = 1000) of the total number of customers, followed by N-bit customer number. Odd numbered window A customer needs to conduct business, the customer is even went to B window. Between numbers separated by spaces. b. Output Description: Order processing is completed by business customers of the output number. Between numbers separated by spaces, but can not have extra space after the last number. Platform: |
Size: 109568 |
Author: |
Hits: