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

搜索资源列表

  1. mp

    0下载:
  2. 假设有n个窗口对外接待业务,从早晨银行开门起不断有客户进入。客户在客户人数众多时需在选择窗口排队。编制一个程序模拟这种排队活动,-buy tickets
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:666
    • 提供者:小兔
  1. Bank-Queuing-System

    0下载:
  2. 客户到银行办理业务,需要取号排队等候。客户分为VIP客户、理财客户、一般客户三种类型。不同类型客户,取得不同的排队序号凭证,进入不同序列排队等候。当服务窗口出现空闲时,按既定策略从三种类型客户中选取客户接受服务。 选取客户接受服务的策略如下: (1)三种类型客户的服务优先顺序从高到低依次为:VIP客户、理财客户、一般客户; (2)相同类型的客户采取先来先服务的原则; (3)当一般客户连续5次未被选中时,下一次优先选取一般客户接受服务。 -Customers to the ba
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:173015
    • 提供者:宋阳
  1. bank

    0下载:
  2. 银行排号模拟系统,链表与队列结构,模拟等待时间与排队队列信息-The bank the Arranging simulation system, linked list and queue structure to simulate the waiting time and queuing queue information
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:248109
    • 提供者:骆程
  1. bankqueue

    0下载:
  2. 基于排队论实现银行业务窗口平均排队长度、平均等待时间的计算。-Queuing theory-based banking window average queue length, average wait time calculation.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:34708
    • 提供者:刘辉
  1. BankofWLY

    0下载:
  2. 本段代码完成的功能有:银行服务系统,顾客在窗口排队,窗口有序服务顾客-Completion of the section of code function: banking services, customers line up at the window, the window orderly customer service
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:927518
    • 提供者:doodoodle
  1. Bank-analog-system.

    0下载:
  2. 银行模拟系统。链表和链队列(均带头指针)实现,程序中累计客户逗留时间,客户数,银行营业时间等,最终计算客户排队办理时间-Bank analog system. Linked list and chain queue (pointer to take the lead) to achieve, the cumulative customers stay program time, the number of customers, banking hours, the final calculati
  3. 所属分类:SQL Server

    • 发布日期:2017-12-04
    • 文件大小:5032
    • 提供者:Blus
  1. BankQueue

    0下载:
  2. 银行业务逻辑演示程序,演示了排队办理业务等的相关情况。-Banking logic demo program demonstrates queuing to transact business, and other relevant circumstances.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:17277
    • 提供者:原海南
  1. take_number

    0下载:
  2. 实现银行的排队等号的功能,有服务端和客户端。是用c语言实现的功能,还有经理检查系统,取号和显示的功能等-Realization the bank queuing equal sign of the function, service and client. C language function, as well as managers check system, take a number and display functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:9574
    • 提供者:黄志龙
  1. hupp

    0下载:
  2. 银行多线程排队叫号系统, -Bank multithreaded call queuing system, bank call queuing system multithreading,
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:300719
    • 提供者:Robert Hu
  1. bankingqueue

    0下载:
  2. 某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-A banking hall a total of six business window, provident fund, bank
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:233024
    • 提供者:Tamara Yang
  1. bank-queuing-system

    0下载:
  2. 此代码是模拟银行顾客排队系统,用于计算某个时间断内在银行各个窗口服务的情况和顾客得到服务的情况-This code is simulated bank customer queuing system, used to calculate a time-off the inner bank window service and customer services
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3242
    • 提供者:韦龙
  1. banking-practice

    0下载:
  2. 本实例实现了银行业务的模拟。假设某个银行有4个窗口对外接待客户。从早晨银行开门 不断有客户进入银行。由干每个窗口在某-时刻只能接待一个客户,因此在客户人数众多时需 在每个窗口前顺次徘队。对子刚进入银行的客户,如果某个窗口的业务员正空闲,则可上前办 理、Ik务,反之,若4个窗口都忙着,则要选择一个最短的队伍排队。现在需要编制一个程序来 模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。-The examples of simulation of the banking business.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2429
    • 提供者:hxk
  1. lab2

    0下载:
  2. 银行模拟排队系统,C++实现,模拟银行的排队叫号-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:3567
    • 提供者:zyq
  1. lab3_2

    0下载:
  2. 4、 某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。 -1, a total of six operating window, a bank business hall is eq
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:178595
    • 提供者:ray
  1. yinhangpaihao

    0下载:
  2. 利用队列写的银行排号系统,初级者可以参考,可以有三组队列。自动排队。-The use of bank queuing system queue write, beginners can refer to, you can have three group queue. Automatically queued.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1418
    • 提供者:连漪
  1. bank

    0下载:
  2. 数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:208952
    • 提供者:毛小婷
  1. ATM

    0下载:
  2. 由于柜台常常会拥挤,排队的人很多,而且大多数的客户都是取款,存款等,而有些办理业务的需要一定的时间,这会使得一些只需要存取款的客户会有较长的等待时间。所以中国农业银行希望设计一个系统,能让客户在系统上进行简单的操作,比如存款、取款、查询余额、转账等-Since the counter is often crowded, a lot of people queuing, and most customers are withdrawals, deposits, and some apply to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2889
    • 提供者:王磊
  1. hank

    0下载:
  2. 数据结构作业,有关队列来描述银行的ATM排队-Bank analog queue data structure operations, about the bank s ATM queue to describe the queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:136471
    • 提供者:徐匡迪
  1. Bank

    0下载:
  2. 某银行营业厅共有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
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:435170
    • 提供者:刘婷
  1. bank

    0下载:
  2. 某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。-A total of six banking hall business window with broadcast queuing system called the number, the bank s bus
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2494
    • 提供者:程序
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com