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

搜索资源列表

  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.08kb
    • 提供者:
  1. yinhangmoni.rar

    1下载:
  2. 此为一银行业务模拟系统,用队列数据结构实现。计算客户在银行呆的总时间,然后计算平均时间,This is a banking simulation system realized with a queue data structure. Computing customers the total time spent in the bank, and then calculate the average time
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.45kb
    • 提供者:aa
  1. Banking___2023901082006

    0下载:
  2. the file is a banking system that can be used with a database such as acce-the file is a banking system that can be used with a database such as access
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:45.28kb
    • 提供者:nmnm
  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
    • 文件大小:2.43mb
    • 提供者:Vencent_H
  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
    • 文件大小:235.33kb
    • 提供者: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
    • 文件大小:3.36kb
    • 提供者:yh
  1. shujujiegoubank

    0下载:
  2. 数据结构模拟银行系统,用优先队列来模拟,又四个窗口显示-The data structure simulate the banking system, with a priority queue to simulate, but also four window displays
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:txy
  1. bank

    0下载:
  2. 数据结构大型试验-银行模拟系统 (1)通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。 (2)通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。 (3)实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间。 (4)在实验中,可改变参数(如银行窗口数、客户到达率、服务时间等),测试银行的服务效率。要求在各种情况下,模拟测试都能
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者:fsn
  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
    • 文件大小:204.05kb
    • 提供者:毛小婷
  1. Main

    0下载:
  2. 模拟银行系统的框架式代码,包括疲劳值的估计和图形界面-Simulation banking system frame code, including fatigue value estimates and graphical interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:高增诚
  1. Input

    0下载:
  2. 银行营业厅系统中负责数据的读入与分析模块的代码,简洁易用-Banking hall system responsible for data reads and analysis module code, simple to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.97kb
    • 提供者:高增诚
  1. 银行业务模拟

    7下载:
  2. 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service windows, a waiting queue, each win
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:33kb
    • 提供者:LemoNation
  1. 041761银行家算法(C语言)

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banker algorithm. This is because t
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:20kb
    • 提供者:冷葉
搜珍网 www.dssz.com