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

搜索资源列表

  1. Project_2

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

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

    0下载:
  2. 可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:877
    • 提供者:jacky
  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_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. SqueueBlank

    0下载:
  2. 基于离散事件模型,利用C++编写银行排队系统,该排队模型是M/M/K。-Based on discrete event models, written using C++ line banking system, the queuing model M/M/K.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:187878
    • 提供者:汪玲
  1. Bank-Queue-Management-System

    0下载:
  2. 基于Visual C++环境下编写的完整银行排队系统C代码。界面优美,程序易懂。-Environment based on Visual C++ to prepare a complete line banking system C code. Beautiful interface, the program easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1952432
    • 提供者:Sunny kim
  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. yinhangpaidui

    0下载:
  2. 这是一个银行排队系统 解决了用户在银行排队的问题 有取票 然后等待 -This is a bank queue system solves the problems users have in the bank queue and wait for tickets
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3264
    • 提供者:茂才
  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. discrete-event-simulation

    0下载:
  2. 用于离散事件仿真,针对银行排队系统仿真。-Discrete event simulation.used for the bank queue waiting system simulation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:13418
    • 提供者:wangdan
  1. 银行排队设计

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

    • 发布日期:2017-12-20
    • 文件大小:31744
    • 提供者:sun 浩然
  1. 银行排队问题

    0下载:
  2. 银行排队问题在数学建模中的典型问题,此程序能很好的解决此问题(Bank queuing problem in mathematical modeling of typical problems, this program can be a good solution to this problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:丁毅
  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
  1. 排队论银行取钱

    1下载:
  2. 本文使用排队论,对银行排队取钱的情况进行模拟,亲测可用。(This paper uses queuing theory to simulate the situation of Bank Queuing to withdraw money, which can be used by personal test.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-05
    • 文件大小:33792
    • 提供者:我在化工厂
« 12 »
搜珍网 www.dssz.com