搜索资源列表
C
- 银行业务模拟,能够实现排队等简单的功能,能够满足初学者的需求。-Banking business simulation, to achieve a simple function to queue up to meet the needs of beginners.
bank_
- 银行的模拟系统,有客户平均排队时间的计算,设置了优先级队列-Bank of simulation system, a customer calculate the average queue time, set the priority queue
SqueueBlank
- 银行出纳员离散事件模拟程序 设计两个不同的模型,称之为S1和S2。S1是系统中有n个服务员,他们服务于一个用户队列,服务员的个数由用户输入。当有一个或多个服务员空闲时,队列第一个顾客开始服务。当用户进入服务时如果有多个服务员空闲,则用户随机选择服务员。S2是n个服务员服务于n个队列。-Bank Teller discrete event simulation program designed two different models, called S1 and S2. S1 is a syst
BankSimulationSystemVS05
- 该系统模拟银行服务系统,通过 因为客户业务有存钱和取钱两种,所以我们用0和1来分别表示存和取;因为两个窗口前要排队,所以用链表实现的队列来表示排队的情况;对于每个客户的基本信息,我们创建Customer结构来实现对客户信息的处理;我们用随机函数rand()来实现对生活中客户存与取、钱数、处理时间等情况的模拟。-The system simulated banking system, through the business because customers get money saving a
