搜索资源列表
bankserver
- java多线程银行家业务模拟实现 软件说明: 运行环境:windows ,linux 安装有jdk 开发工具:jbuild2006 使用说明:界面操作 简单明了 软件简要说明:本软件使用的java多线程开发,基本地模拟实现银行业务服务。-java multithreaded bankers business simulation software Note : Operating environment : windows, linux install
模拟实现银行业务调度
- 模拟实现银行业务调度系统逻辑,具体需求如下: 银行内有6个业务窗口,1 - 4号窗口为普通窗口,5号窗口为快速窗口,6号窗口为VIP窗口。 有三种对应类型的客户:VIP客户,普通客户,快速客户(办理如交水电费、电话费之类业务的客户)。
soaproject
- SOA,网络服务计算的作业,模拟银行POS系统抽象出一些关键的业务流程,我们称为简单的银行账户管理程序。-SOA, Web services computing operations, the abstract simulation of the bank POS system a number of key business processes, what we call a simple bank account management process.
BankQueue
- 模拟银行排队后等候的一个业务调度系统,无界面-After the simulated bank queue waiting for a traffic scheduling system, no interface
bankModel
- 一个简单的银行排号模拟,利用多线程,用三个窗口模拟业务处理,不断提取排在第一的顾客,是我自己写的作业-Bank排号a simple simulation, the use of multi-threaded, using business process simulation of the three windows, and continuously extracted in the first customers is to write my own operating
bank
- 模拟银行系统,通过对Java的学习,模拟银行的业务逻辑流程。-Simulation of the banking system
SimpleBank
- 面向对象程序设计————模拟银行账户存取业务-Object-Oriented Programming---- analog bank account access business
BankDemo
- 模拟银行办理业务运用多线程模拟柜台窗口和用户-Analog bank for business use of multi-threaded simulation counter window and the user
Banking-system-through-scheduling
- 银行业务调度系通,模拟实现银行业务调度系统逻辑,传智博客版本,公司面试题-Banking system through scheduling, dispatching simulation banking system logic, Chuan Chi blog version, the company faces questions
bankcount
- 1、编程解答如下题目,形成一个完整的程序: 题目: a)编写一个类实现银行帐户的概念,包括的属性有“帐号”、“储户姓名”、“地址”、“存款余额”、“最低利率”,包括的方法有“存款”、“取款”、“修改利率”。 b)改写上面的类,增加一个类的静态属性“最小余额”和一个用来修改这个最小余额属性的方法。 c) 为上面的银行帐户类派生存 款帐户和支票帐户两个子类,为存款帐户类增加一个开办ATM卡标志的属性,并增加一个设置开办ATM卡的方法,为支票帐户增加“信用等级“属性,并增加获取信用等