搜索资源列表
vc3484645
- 模拟银行系统银行模拟 系统银行模拟 系统-banks banking system simulation modeling simulation banking system sim ulation system banks banks simulation system simulation system banks
SimulationOfBank
- 关于银行模拟的一个系统,采用事件驱动,采用<list>类-on simulation of a banking system, using event-driven, using lt; Listgt; Categories
Bankg
- 银行帐户系统模拟程序 VC++做的 一个小程序 -bank accounts system simulation program VC do a small procedure
ATM
- 模拟银行ATM自动取款系统,C#语言没有连接数据库,是初学者的练笔
模拟服务台前的排队现象问题
- 某银行有一个客户办理业务站,在单位时间内随机地有客户到达,设每位客户的业务办理时间是某个范围内的随机值。设只有一个窗口,一位业务人员,要求程序模拟统计在设定时间内,业务人员的总空闲时间和客户的平均等待时间。假定模拟数据已按客户到达的先后顺序依次存于某个正文数据文件中。对应每位客户有两个数据,到达时间和需要办理业务的时间。-a certain bank for a business client stations, the unit time to a random customer arrive
ban
- 银行业务模拟,用来统计一天内客户在银行逗留的平均时间-Banking business simulation, used statistical day customers stay in the bank the average time
Banks
- 模拟银行排队处理,窗口可以自己开,输出服务总人数和每位顾客平均等待时间-Bank queuing simulation processing, the window can open, the output of the total number of service and average wait time per customer
bank1
- [问题描述] 客户业务分为两种。第一种是申请从银行得到一笔资金,即取款或借款。第二种是向银行投入一笔资金,即存款或还款。银行有两个服务窗口,相应地有两个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果居于第一种,且申请额超出银行现存资金总额顺得不到满足,则立刻排入第二个队等候,直至满足时才离开银行;否则业务处理完后立刻离开银行。每接待完一个第二种业务的客户,则顺序检查相处理(如果可能)第二个队列中的客广,对能满足的申请者予以满足,不能满足者重新排列第二个队列的队尾。注意,在此检查过
ATM_
- 软件系统名称:ATM模拟客户端 (ATM Screen Simulator) 虽然不是很高深的源码 但是作为新手研究是很重要的..而且特别是业务方面 项目开发: 一、 目的 模拟通用ATM客户端运作,包含授权验证、存款、取款、转帐以及查询等功能。 其它支持的功能: 1) 帐目的开设/修改/撤消 2) 密码检测次数设置 (如用户输入错误密码,次数将累计。如果超过规定次数,没收卡,停止帐户。) 3) 每日取款上限金额设置 4) 交易记录次数设置。 (如
simulationATM
- 用C#编写的程序,模拟银行自动取款机(ATM),全部是控制台编写,很强大很真实-Programs written using C# to simulate a bank automated teller machines (ATM), all the console written in a very real very powerful
EBusiness
- .net C# 和 SqlServer开发的电子商务平台,其中包含银行端的模拟。具备常见电子商务功能。-. Net C# and SqlServer development of e-commerce platform, which contains the bank side of the simulation. With common e-commerce functionality.
BankSystem
- 用c#实现模拟银行系统 控制台界面 实现取款 存款 之类的一些基本操作 -With c# console interface for analog banking system deposits, withdrawals and the like to achieve some of the basic operations
ATM
- ATM模拟银行处理系统 c#程序 windows下 主要有存款取款转账等功能-Deposit withdrawals transfer function in the ATM simulation bank processing system c# program windows
The-analog-Bank-call-queuing-system
- 模拟银行排队叫号系统,触摸取号,然后窗口显示要服务的对象。-Analog line at the bank system, called Touch take a number, then the window displays the object you want to service.
account
- 银行账户模拟 创建一个银行帐户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行帐户中存钱、取钱-Bank account simulation
bank
- 银行排号模拟系统,链表与队列结构,模拟等待时间与排队队列信息-The bank the Arranging simulation system, linked list and queue structure to simulate the waiting time and queuing queue information
009
- 一个C语言编程例子,模拟银行常用打印程序(C语言)-A C language programming examples, analog Bank common printing program (C language)
Project
- 学习c#.net的基础东西,希望对大家有帮助,包括一个winForm的打飞机游戏,还有一个html的模拟银行系统,用到了数据库的增删改查.-Learning c# net basic things, we want to help, including a winForm aircraft game, there is a HTML banking system simulation, use the database CRUD.
TestKAOSHI
- 实现 银行的ATM模拟,主要是闲来无事,所以给大家看看吧-Achieve bank' s ATM simulation
CPP-banks-management-system
- 银行定期储蓄系统是模拟银行工作人员进行银行定期储蓄基本业务操作的系统,它可以实现如下几个功能:1、工作人员根据口令进入系统,2、可以录入新的存单信息(存单编号,储户姓名,身份证编号,住址,存款金额,存期,利率,密码),利率在存期决定后自动得到,3、据存单编号可以查询存单信息,4、根据存单编号和密码可以完成储户取款操作,自动算清应支付的利息并显示在屏幕上。本系统要求界面友好,可操作性强,存单信息可以保存在文件中,在实现基本功能的基础上增加对员工信息维护的功能,比如修改口令。通过本课题,可以熟练掌握