搜索资源列表
维普浏览器OCR
- fen否则需依次排队等候。一旦有顾客理完发离去时,排在队头的顾客便可开始理发。若理发店每天 连续营业T小时, 求一天内顾客在理发馆内平均的逗留时间、顾客排队等候理发的队列的平均长度、营业时间到点后仍需 要完成的收尾工作时间 测试数据:理发椅数N及关门时间由用户读入,第一个顾客进门的时刻为0,之后每个顾客进门的时刻由 前一个顾客进门时间确定。即在进门事件发生时即产生两个随机数(durtime,intertime),durtime为进 门
排队问题的系统仿真
- 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
BarberShop
- 用C#编写的超小型理发店收银系统,管理收入-Small barber shop cash register system
barberShop
- 用C语言写的一个理发店排队系统问题,包括输入和输出文件。希望大家可以用的上。-a program by C
barbershop
- 利用二叉树模拟理发店顾客的等待时间情况,其中以随机数生成的顾客流-using binary Tree Simulation to simulate customer waiting time in barber shops, of which a random number generator of customer flow
course_soft
- 理发店系统的模拟,背包问题求解得穷举法得到最优解的程序等的MATLAB程序源代码-Barbershop system simulation, Knapsack Problem was exhaustive method to obtain the optimal solution procedures for the MATLAB source code
barbershop
- 理发店C++模拟,数据结构课程设计~功能比较简单,有点小BUG~-Barber shop C++ simulation, data structures curriculum design ~ function is relatively simple, a bit small BUG ~
BarberShop
- 操作系统一作业,是理发师理发的模拟实现。-Operating system for a job, is a barber haircut Simulation.
3
- 理发店营业仿真: 理发店有2名理发师,为每名顾客服务时间MU=20min+-SIGMA=3min服从正态分布,顾客相继到达,时间间隔服从1/LAMBDA=10min的指数分布.顾客到达后如发现店内有6人以上排队等待,30 顾客会选择离开,其余人继续等待. 要求:建模,仿真 一天10小时营业,统计N天内: 1.理发师实际服务人数 2.平均队长及因排队人数过多而离去的人数 3.ALPHA=0.05计算置信区间. -Barber shop business simulati
berberShop
- four class theirname are Barbershop,Barber,Customer,Cashier Barber,cashier,customer is thread threfore extended thread class i write main method inside Barbershop class and call methods from it.
barbershop_simulation
- this program implement barbershop in c-this program implement barbershop in c++
paiduilun
- 超市排队的程序,是排队论算法的应用,也可用于理发店排队系统-Supermarket queuing procedure is applied queuing theory algorithms can also be used barbershop queuing system
Barbershop
- 操作系统大作业,实现理发师问题,里面包括了用java制作的界面(Operating system large operations, to achieve barber problem)