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

搜索资源列表

  1. ooplist

    0下载:
  2. 实现了一个离散时间事件序列的模板,并用来模拟银行开窗口数量合理性的问题。-achieve a discrete-time sequence of events template, and used to simulate the bank to open the window a reasonable number of issues.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32416
    • 提供者:刘源
  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
    • 文件大小:13395
    • 提供者:
  1. Back_Simulation

    0下载:
  2. 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2189
    • 提供者:Bittern
  1. bankC

    1下载:
  2. 用c语言描述的数据结构编写的银行业务模拟程序,能够计算客户停留平均时间
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:243473
    • 提供者:Feng Rui
  1. mengtekaluo.txt

    0下载:
  2. 蒙特卡洛方法的一些应用,积分,银行模拟MMI等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:位峰祥
  1. 银行模拟指导

    1下载:
  2. 数据结构银行模拟指导-simulation data structure to guide banks
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6409
    • 提供者:武筱
  1. 新建 WinRAR 档案文件

    0下载:
  2. 这是一个银行模拟系统,对当今的银行进行模拟,它可以反映出银行的实际情况,非常有用哦,下来看看。-This is a simulation system banks, the Bank of today's simulation, it can reflect the bank's actual situation, a very useful Oh, look down.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:934880
    • 提供者:晨风
  1. 银行业务模拟

    0下载:
  2. 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:程耕中
  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. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  1. datastructure

    0下载:
  2. 数据结构课程设计,做的一个银行模拟系统,挺好-Data structure the curriculum design, to do a bank simulation system, quite good
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4268453
    • 提供者:刘童
  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-29
    • 文件大小:714726
    • 提供者:linqingyang
  1. bank

    0下载:
  2. 这是数据结构报告,主要是研究开发银行业务模拟。-VC++ bank
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:468717
    • 提供者:zj
  1. moni

    0下载:
  2. 数据结构 银行模拟问题-Bank of simulation data structure problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3424
    • 提供者:baoxiaolu
  1. bank

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

    • 发布日期:2017-04-09
    • 文件大小:1054926
    • 提供者:fsn
  1. 银行业务模拟

    0下载:
  2. 严蔚敏《数据结构C语言版》算法:对银行业务进行模拟(data structure : bank simulator)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:123666123
  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. 银行业务模拟

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

    • 发布日期:2018-04-18
    • 文件大小:33792
    • 提供者:LemoNation
  1. 数据结构作业2

    0下载:
  2. 很好的解决力随机排序,银行模拟等等等等等国内刚刚那个不能给你你就(vskalcnladmzlsX>dmL:AXm.kd:XLdmiowxpqxjDNCKZLIPPQCiomsx;lAD<x;zd)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:73728
    • 提供者:李昊2
  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 3 »
搜珍网 www.dssz.com