搜索资源列表
自已结累的C语言函数库(银行业务项目所得)
- 自已结累的Unix下C语言开发函数库,通过做过8个银行业务系统所得。-own guitar tired of Unix C language library, done through eight banking system proceeds.
银行业务模拟
- 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
银行业务知识汇编
- 银行业务知识汇编
模拟实现银行业务调度
- 模拟实现银行业务调度系统逻辑,具体需求如下: 银行内有6个业务窗口,1 - 4号窗口为普通窗口,5号窗口为快速窗口,6号窗口为VIP窗口。 有三种对应类型的客户:VIP客户,普通客户,快速客户(办理如交水电费、电话费之类业务的客户)。
商业银行业务培训资料
- 商业银行业务培训资料,有中国银行各种基本业务的内容以及流程介绍。
bank
- 一个银行业务的程序-A banking procedures
BANK
- 银行业务系统模拟情况-Banking system simulation situation
银行业务模拟
- 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
自已结累的C语言函数库(银行业务项目所得)
- 自已结累的Unix下C语言开发函数库,通过做过8个银行业务系统所得。-own guitar tired of Unix C language library, done through eight banking system proceeds.
这是一个关于银行存取款的程序。
- 这是一个关于银行存取款的程序。 包括存款,取款,兑换不同货币,察看当前账户信息等操作。 调试环境 javaSDK1.3.1 操作系统 window2000 程序结构: Bank: 银行包括各种关于银行业务的操作。 Account: 账户信息。 Customer:顾客对象,每个顾客为一个线程。 Money: 货币的抽象基类。 Rate: 汇率 。 RMB: 人民币。 USD: 美元。暂时包括一种
lisuanshijianmoni
- 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queu
BankInSys
- 一个非常好的银行业务查询系统,用VB做的,可以直接运行!-a very good banking system. Do with VB, can be directly run!
bankC
- 用c语言描述的数据结构编写的银行业务模拟程序,能够计算客户停留平均时间-Using c language data structure described in the preparation of the banking business simulation program, is able to calculate the average amount of time customers stay
ch3
- // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime /
p2.tar
- 银行业务模拟系统,可以计算每天客户在银行逗留的平均时间。-Banking business simulation system, customers can calculate the day of stay in the bank s average time.
yyy
- 银行业务模拟源程序.....希望大家多互相学习学习啊-err
bank
- 简单的银行业务模拟程序,希望大家多多交流-Simple banking simulation program, hope that more exchanges
yinhangyewumonixitong
- 银行业务模拟系统及其试验报告。 客户业务分为两种。第一种是申请从银行得到一笔资金,即取款或借款。第二种是向银行投入一笔资金,即存款或还款。银行有两个服务窗口,相应地有两个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果居于第一种,且申请额超出银行现存资金总额顺得不到满足,则立刻排入第二个队等候,直至满足时才离开银行;否则业务处理完后立刻离开银行。每接待完一个第二种业务的客户,则顺序检查相处理(如果可能)第二个队列中的客广,
64656
- 银行业务模拟系统,主要是针对数据结构和算法的设计,是数据结构的课程设计-Banking business simulation system is targeted at the data structure and algorithm design, data structure of the curriculum design
银行业务模拟
- 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service wind