搜索资源列表
Project_2
- 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本
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 the appropriate window and cus
Bank_que
- 关于银行排队系统优化以及存取前系统的课程设计 内涵PPT演讲材料-Queuing system on the banking system optimization and access to curriculum content before the PPT presentation materials
code8-13-14
- 数据结构课程设计 8航空订票系统 13银行排队 14课程编排-Data structure course design airline reservation system 13 8 14 curriculum bank queue
SqueueBlank
- 基于离散事件模型,利用C++编写银行排队系统,该排队模型是M/M/K。-Based on discrete event models, written using C++ line banking system, the queuing model M/M/K.
Bank-Queue-Management-System
- 基于Visual C++环境下编写的完整银行排队系统C代码。界面优美,程序易懂。-Environment based on Visual C++ to prepare a complete line banking system C code. Beautiful interface, the program easy to understand.
bankyuanma
- 银行排队系统源码,有排队算法,用C++编写-bank queuing system c++ write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful,
yinhangpaidui
- 这是一个银行排队系统 解决了用户在银行排队的问题 有取票 然后等待 -This is a bank queue system solves the problems users have in the bank queue and wait for tickets
duilie_bank_
- 队列实现银行排队小系统,是学习数据结构的很好的例子,代码清晰,说明完整,可以直接运行。希望大家好运~-Banking system to achieve small queue queue, the data structure is a good learning example, the code clear, complete instructions, can be directly run. Hope you good luck ~
bank
- 一个全面的银行排队系统 可实现叫号等功能 便于大家学习-A comprehensive banking system can be called the number line features such as easy to them to learn
discrete-event-simulation
- 用于离散事件仿真,针对银行排队系统仿真。-Discrete event simulation.used for the bank queue waiting system simulation
BankPaiDuiSys
- 用C实现的银行排队系统,全面展示了栈、队列在该方面应用的的优势,想了解栈和队列的实际用处的可以参考下-Bank queuing system implemented in C, a comprehensive display of the stack, queue advantages in the application
bank-queuing-system
- 此代码是模拟银行顾客排队系统,用于计算某个时间断内在银行各个窗口服务的情况和顾客得到服务的情况-This code is simulated bank customer queuing system, used to calculate a time-off the inner bank window service and customer services
Bank
- 银行排队模拟系统 设计一个程序模拟银行叫号系统。 假设某银行有5个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。 要求在服务时段内显示如下实时信息和统计信息: 1) 每个窗口正在办理业务
bank
- 数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the follow
Bank
- 某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态 -a total of six banks operating business hall window with broadcast
Queuing-Theory(matlab)
- 基于银行的单机和多机排队论模型,我们进行了MATLAB仿真模拟。利用多个评价指标对所建立的排队系统的单个工作日内的工作情况进行了评价。-Inspired by queueing models of banks, we have built a single and a multiple queueing model, then simulated and uated these models by matlab respectively!
BankSimulation
- 银行排队叫号模拟系统算法设计,用于解决银行客户办理业务排队问题-Bank queuing algorithm design, station to station simulation system is used to solve the problem of bank customers to handle business line
银行排队设计
- 用c语言写的银行排队系统(Bank Queuing system written in C language)
bank queue
- 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)