Welcome![Sign In][Sign Up]
Location:
Search - 银行业务

Search list

[Linux-Unix自已结累的C语言函数库(银行业务项目所得)

Description: 自已结累的Unix下C语言开发函数库,通过做过8个银行业务系统所得。-own guitar tired of Unix C language library, done through eight banking system proceeds.
Platform: | Size: 40962 | Author: 陈飞飞 | Hits:

[Other resource银行业务模拟

Description: 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
Platform: | Size: 3130 | Author: 程耕中 | Hits:

[Other银行业务知识汇编

Description: 银行业务知识汇编
Platform: | Size: 350234 | Author: oujuan981@126.com | Hits:

[JSP/Java模拟实现银行业务调度

Description: 模拟实现银行业务调度系统逻辑,具体需求如下: 银行内有6个业务窗口,1 - 4号窗口为普通窗口,5号窗口为快速窗口,6号窗口为VIP窗口。 有三种对应类型的客户:VIP客户,普通客户,快速客户(办理如交水电费、电话费之类业务的客户)。
Platform: | Size: 148387 | Author: txj6899 | Hits:

[Management商业银行业务培训资料

Description: 商业银行业务培训资料,有中国银行各种基本业务的内容以及流程介绍。
Platform: | Size: 1276928 | Author: dianmenwai@gmail.com | Hits:

[Otherbank

Description: 一个银行业务的程序-A banking procedures
Platform: | Size: 34816 | Author: 站长 | Hits:

[ApplicationsBANK

Description: 银行业务系统模拟情况-Banking system simulation situation
Platform: | Size: 2048 | Author: 杜晓雨 | Hits:

[Data structs银行业务模拟

Description: 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
Platform: | Size: 3072 | Author: 程耕中 | Hits:

[Linux-Unix自已结累的C语言函数库(银行业务项目所得)

Description: 自已结累的Unix下C语言开发函数库,通过做过8个银行业务系统所得。-own guitar tired of Unix C language library, done through eight banking system proceeds.
Platform: | Size: 40960 | Author: 陈飞飞 | Hits:

[GUI Develop这是一个关于银行存取款的程序。

Description: 这是一个关于银行存取款的程序。 包括存款,取款,兑换不同货币,察看当前账户信息等操作。 调试环境 javaSDK1.3.1 操作系统 window2000 程序结构: Bank: 银行包括各种关于银行业务的操作。 Account: 账户信息。 Customer:顾客对象,每个顾客为一个线程。 Money: 货币的抽象基类。 Rate: 汇率 。 RMB: 人民币。 USD: 美元。暂时包括一种外汇,可以扩展。 -on bank deposit procedures. Including deposits, withdrawals, convertible currency, to see the current account information and other operations. Debugging Environment javaSDK1.3.1 operating system window2000 program structure : Bank : Bank including on banking operation. Account : Account Information. Customer : target customers, each customer a thread. Money : The currency of abstract base class. Rate : exchange rate. RMB : yuan. USD : US dollars. Temporary including a foreign exchange, can be extended.
Platform: | Size: 11264 | Author: 文博 | Hits:

[Data structslisuanshijianmoni

Description: 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在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 achieved. The use of object-oriented design methods, vc 6.0 compiler, operating normally
Platform: | Size: 13312 | Author: | Hits:

[GUI DevelopBankInSys

Description: 一个非常好的银行业务查询系统,用VB做的,可以直接运行!-a very good banking system. Do with VB, can be directly run!
Platform: | Size: 203776 | Author: 李程 | Hits:

[Data structsbankC

Description: 用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
Platform: | Size: 243712 | Author: Feng Rui | Hits:

[Otherch3

Description: // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime // 事件发生时刻 int NType // 事件类型,Qu表示到达事件,0至Qu-1表示Qu个窗口的离开事件 }Event,ElemType // 事件类型,有序链表LinkList的数据元素类型 -//Algo3-12.cpp banking business simulation. Algorithm 3.6,3.7 procedures# Define Qu 4// customer queue number# Define Khjg 5// two adjacent customers to reach the maximum time interval# Define Blsj 30// each client the greatest time for business value of# include c1.h typedef struct// definition for structural ElemType type (int OccurTime// incident took place at all times int NType// event type, Qu said the arrival of events from 0 to Qu-1, said Qu month window to leave events) Event, ElemType// event type, an orderly list of data element types LinkList
Platform: | Size: 19456 | Author: 冰河 | Hits:

[Finance-Stock software systemp2.tar

Description: 银行业务模拟系统,可以计算每天客户在银行逗留的平均时间。-Banking business simulation system, customers can calculate the day of stay in the bank s average time.
Platform: | Size: 146432 | Author: TANG | Hits:

[Finance-Stock software systemyyy

Description: 银行业务模拟源程序.....希望大家多互相学习学习啊-err
Platform: | Size: 2048 | Author: | Hits:

[Data structsbank

Description: 简单的银行业务模拟程序,希望大家多多交流-Simple banking simulation program, hope that more exchanges
Platform: | Size: 2048 | Author: 刘通 | Hits:

[Windows Developyinhangyewumonixitong

Description: 银行业务模拟系统及其试验报告。 客户业务分为两种。第一种是申请从银行得到一笔资金,即取款或借款。第二种是向银行投入一笔资金,即存款或还款。银行有两个服务窗口,相应地有两个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果居于第一种,且申请额超出银行现存资金总额顺得不到满足,则立刻排入第二个队等候,直至满足时才离开银行;否则业务处理完后立刻离开银行。每接待完一个第二种业务的客户,则顺序检查相处理(如果可能)第二个队列中的客广,对能满足的申请者予以满足,不能满足者重新排列第二个队列的队尾。注意,在此检查过程中,一旦银行资金总额少于或等于刚才第一个队列中最后一个客户(第二种业务)被接待之前的数额,或者本次已将第二个队列检查或处理了一遍,就停止被盗(因为此时已不可能还有能满足者)转而继续接待第一个队列的客户。任何时刻都只开一个窗口。假设检查不需要时间。营业时间结束时所有存户立即离开银行。
Platform: | Size: 427008 | Author: 刘强国 | Hits:

[Data structs64656

Description: 银行业务模拟系统,主要是针对数据结构和算法的设计,是数据结构的课程设计-Banking business simulation system is targeted at the data structure and algorithm design, data structure of the curriculum design
Platform: | Size: 253952 | Author: 高先生 | Hits:

[Data structs银行业务模拟

Description: 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service windows, a waiting queue, each window can make deposits, withdrawals, loss, loan business, every business needs Business Hours, bank customers arrive after the first marking machine marking number on the ticket, including the need to handle the business, number and time of arrival then, waiting at the bank, when any service window is idle, waiting for processing customers ranked top in the customer's business. A simulation system for the above banking business is written. The average time of customers' stay in a bank and the number of customers handled by each window and the number of business handled are calculated through simulation.)
Platform: | Size: 33792 | Author: LemoNation | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net