搜索资源列表
银行定储.rar
- 银行定储模拟程序
银行模拟
- vb实现银行事件模拟-vb achieve simulated incident
银行模拟bank
- 用C++实现银行的模拟-C Bank's simulation
银行模拟指导
- 数据结构银行模拟指导-simulation data structure to guide banks
模拟实现银行业务调度
- 模拟实现银行业务调度系统逻辑,具体需求如下: 银行内有6个业务窗口,1 - 4号窗口为普通窗口,5号窗口为快速窗口,6号窗口为VIP窗口。 有三种对应类型的客户:VIP客户,普通客户,快速客户(办理如交水电费、电话费之类业务的客户)。
bank-system
- 银行模拟系统 查询,取款,转账,用户权限-Bank simulation system inquiries, withdrawals, transfers, user rights
datastructure
- 数据结构课程设计,做的一个银行模拟系统,挺好-Data structure the curriculum design, to do a bank simulation system, quite good
monijianpanshuru
- 模拟键盘输入,让你上网输入密码更加安全可靠,这程序常是网上银行、支付宝等网络信息安全的不可或缺的工具!-Analog keyboard input, so you enter the password more secure and reliable Internet access, this procedure is often online banking, payment Po-peer network information security, an indispensable tool
ATM
- 这是一个基于网上银行模拟的ATM系统,基于的平台为java。对于java的开发者有很大的借鉴作用!-This is a simulation-based Internet banking ATM system, based on the platform for java. Java developers for a great reference!
Bank-of-simulation-system
- 银行模拟系统,模拟银行的管理,开户,注销,贷款等。-Bank simulation system, simulation bank management, accounts, log off, loans.
排队叫号模拟——银行
- ⑴ 模拟取号机的功能,减少排队中带来的麻烦; ⑵ 模拟银行取号的过程,加深对排队叫号机原理的认识;(The simulation of the take-a-number machine function, reduce queuing in trouble; The simulation process of bank, deepen understanding of the principle of the line numbering machine;)
c++模拟银行排队
- c++ 模拟银行排队,用模拟银行排队的程序使我们对c++程序的编写有更多的认识(C++ simulation bank queuing, using analog banking queuing procedures, so that we have more knowledge of the preparation of c++ program)
模拟ATM机系统源代码
- 模拟运行银行ATM机,实现用户的存款取款,以及开户,同时还有管理员用户的登陆以及解锁(Simulation run bank ATM machine, to achieve the user's deposit, withdrawals, as well as open an account, as well as administrator login and unlock the user)
银行模拟
- 模拟银行队列功能,运用优先队列和stl的queue实现简单模拟(bank queue using priority queue and stl queue to achieve easy process)
银行账户
- 编写一个程序,实现如下功能: 自定义一个银行账户类,包括用户名,账号,余额等属性以及存钱、取钱、加利息、查询余额等方法。 模拟两个用户的各8次交易,包括创建账户,取钱,存钱,查询余额,加息。创建账户所需的信息由键盘输入;存钱、取钱的数额由随机数模拟,随机数上限由键盘输入。 每次账户交易在屏幕打印交易后的账户信息(Write a program to achieve the following functions: Customize a bank account class, in
银行系统
- Java模拟ATM机简单程序,实现登录,修改密码,取钱存钱的功能,简单好用(Java analog ATM simple program)
银行业务模拟
- 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service windows, a waiting queue, each win
离散事件模拟,银行队列
- 离散时间模拟,模拟了银行的队列问题The discrete time simulation simulates the bank's queuing problem(The discrete time simulation simulates the bank's queuing problem)
银行储蓄管理系统
- 活期储蓄管理系统:模拟银行的活期管理业务,能够完成储户开户、销户、存入、支出活动频繁,系统设计要求:能比较迅速地找到储户的帐户,以实现存款、取款记账;能比较简单,迅速地实现插入和删除,以实现开户和销户的需要;能够实现储户对存入、支出明细的查询(Current savings management system: to simulate the bank's current management business, to complete the savers to open an account
银行排队模拟
- 模拟了银行排队,其中队列数,间隔时间,等待时间可调,用来研究最大化效益问题(It simulates Bank Queuing, where queue number, interval time and waiting time can be adjusted to maximize efficiency.)