CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 银行 排队

搜索资源列表

  1. Project_2

    1下载:
  2. 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43320
    • 提供者:云从龙
  1. BankLiner

    0下载:
  2. 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-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
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:714726
    • 提供者:linqingyang
  1. bank

    1下载:
  2. 假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have continued to open the door into the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3530
    • 提供者:lishan
  1. Bank_que

    0下载:
  2. 关于银行排队系统优化以及存取前系统的课程设计 内涵PPT演讲材料-Queuing system on the banking system optimization and access to curriculum content before the PPT presentation materials
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2552840
    • 提供者:Vencent_H
  1. code8-13-14

    0下载:
  2. 数据结构课程设计 8航空订票系统 13银行排队 14课程编排-Data structure course design airline reservation system 13 8 14 curriculum bank queue
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:577185
    • 提供者:fuqian
  1. banksystem

    0下载:
  2. 银行操作系统的一些功能实现,主要是排队服务的问题,设计socket编程-Banks to achieve some of the features of the operating system, mainly line services, the design of socket programming
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2573786
    • 提供者:liangjie
  1. bank

    0下载:
  2. 数据结构 银行排队程序模拟 (用栈来实现银行排队模拟器)-Banks line up program to simulate the data structure (using the stack to achieve the bank queue simulator)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1660
    • 提供者:马孟来
  1. bankyuanma

    0下载:
  2. 银行排队系统源码,有排队算法,用C++编写-bank queuing system c++ write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1958
    • 提供者:样里
  1. yinhangjiaohaoxitong

    0下载:
  2. 银行排队叫号演示 课程设计报告 看看你能不能用能-Bank queuing demonstrate curriculum design to see if you can not use
  3. 所属分类:Data structs

    • 发布日期:2016-12-22
    • 文件大小:222208
    • 提供者:韩龙
  1. yinhangpaiduibaogao

    0下载:
  2. 银行排队叫号演示 课程设计报告 看看你能不能用能-Bank queuing demonstrate curriculum design to see if you can not use
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:97842
    • 提供者:韩龙
  1. bank

    1下载:
  2. 假设某银行有2个窗口对外接待客户,从早晨银行开门起不断有客户进入银行,由于每个窗口在某个时刻只能接待一个客户。因此在客户人数众多时需要在每个窗口前顺次排队,对于刚进和银行的客户。如果某个窗口的业务员正空闲,则可上前办理业务。反之,若个窗口均有客户所占,他便会排在为数最少的队伍后面。编制一个程序模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。 -Suppose there are two windows of a bank' s foreign hospitality cus
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1943
    • 提供者:qianlei
  1. duilie_bank_

    0下载:
  2. 队列实现银行排队小系统,是学习数据结构的很好的例子,代码清晰,说明完整,可以直接运行。希望大家好运~-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 ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:240980
    • 提供者:yinjie
  1. bank

    0下载:
  2. 一个全面的银行排队系统 可实现叫号等功能 便于大家学习-A comprehensive banking system can be called the number line features such as easy to them to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3444
    • 提供者:yh
  1. BankQueues

    0下载:
  2. 银行排队程序实现/C语言/严蔚敏/数据结构-bank queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1345
    • 提供者:范虎
  1. Project

    0下载:
  2. 模拟银行排队序列问题,运用M/G/1模型-simulation for queueing system
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:64147
    • 提供者:李朝
  1. BankPaiDuiSys

    0下载:
  2. 用C实现的银行排队系统,全面展示了栈、队列在该方面应用的的优势,想了解栈和队列的实际用处的可以参考下-Bank queuing system implemented in C, a comprehensive display of the stack, queue advantages in the application
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:3390
    • 提供者:小易
  1. Bank

    4下载:
  2. 银行排队模拟系统 设计一个程序模拟银行叫号系统。 假设某银行有5个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。 要求在服务时段内显示如下实时信息和统计信息: 1) 每个窗口正在办理业务
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2317756
    • 提供者:酉永松
  1. BankSimulation

    0下载:
  2. 银行排队叫号模拟系统算法设计,用于解决银行客户办理业务排队问题-Bank queuing algorithm design, station to station simulation system is used to solve the problem of bank customers to handle business line
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:175240
    • 提供者:张先生
  1. 银行排队设计

    0下载:
  2. 用c语言写的银行排队系统(Bank Queuing system written in C language)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:31744
    • 提供者:sun 浩然
  1. bank queue

    0下载:
  2. 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:227328
    • 提供者:Liz Yin
« 12 »
搜珍网 www.dssz.com