CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - barbershop

搜索资源列表

  1. 维普浏览器OCR

    0下载:
  2. fen否则需依次排队等候。一旦有顾客理完发离去时,排在队头的顾客便可开始理发。若理发店每天 连续营业T小时, 求一天内顾客在理发馆内平均的逗留时间、顾客排队等候理发的队列的平均长度、营业时间到点后仍需 要完成的收尾工作时间 测试数据:理发椅数N及关门时间由用户读入,第一个顾客进门的时刻为0,之后每个顾客进门的时刻由 前一个顾客进门时间确定。即在进门事件发生时即产生两个随机数(durtime,intertime),durtime为进 门
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:477.85kb
    • 提供者:王寒夜
  1. 排队问题的系统仿真

    0下载:
  2. 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.38kb
    • 提供者:lucky100
  1. BarberShop

    0下载:
  2. 用C#编写的超小型理发店收银系统,管理收入-Small barber shop cash register system
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:hekun
  1. barberShop

    0下载:
  2. 用C语言写的一个理发店排队系统问题,包括输入和输出文件。希望大家可以用的上。-a program by C
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:220.38kb
    • 提供者:罗扇
  1. barbershop

    0下载:
  2. 利用二叉树模拟理发店顾客的等待时间情况,其中以随机数生成的顾客流-using binary Tree Simulation to simulate customer waiting time in barber shops, of which a random number generator of customer flow
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2.2kb
    • 提供者:quiq
  1. course_soft

    0下载:
  2. 理发店系统的模拟,背包问题求解得穷举法得到最优解的程序等的MATLAB程序源代码-Barbershop system simulation, Knapsack Problem was exhaustive method to obtain the optimal solution procedures for the MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8.72kb
    • 提供者:liuliu
  1. barbershop

    0下载:
  2. 理发店C++模拟,数据结构课程设计~功能比较简单,有点小BUG~-Barber shop C++ simulation, data structures curriculum design ~ function is relatively simple, a bit small BUG ~
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1.04mb
    • 提供者:superpig119
  1. BarberShop

    0下载:
  2. 操作系统一作业,是理发师理发的模拟实现。-Operating system for a job, is a barber haircut Simulation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-20
    • 文件大小:30.6mb
    • 提供者:刘新
  1. 3

    0下载:
  2. 理发店营业仿真: 理发店有2名理发师,为每名顾客服务时间MU=20min+-SIGMA=3min服从正态分布,顾客相继到达,时间间隔服从1/LAMBDA=10min的指数分布.顾客到达后如发现店内有6人以上排队等待,30 顾客会选择离开,其余人继续等待. 要求:建模,仿真 一天10小时营业,统计N天内: 1.理发师实际服务人数 2.平均队长及因排队人数过多而离去的人数 3.ALPHA=0.05计算置信区间. -Barber shop business simulati
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2.08kb
    • 提供者:连云
  1. berberShop

    0下载:
  2. 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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:23.66kb
    • 提供者:mujde
  1. barbershop_simulation

    0下载:
  2. this program implement barbershop in c-this program implement barbershop in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:26.39kb
    • 提供者:vaparaiso
  1. paiduilun

    0下载:
  2. 超市排队的程序,是排队论算法的应用,也可用于理发店排队系统-Supermarket queuing procedure is applied queuing theory algorithms can also be used barbershop queuing system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:路遥
  1. Barbershop

    0下载:
  2. 操作系统大作业,实现理发师问题,里面包括了用java制作的界面(Operating system large operations, to achieve barber problem)
  3. 所属分类:Windows编程

搜珍网 www.dssz.com