搜索资源列表
Ccode
- 乘车路线查询程序,飞机票订购系统,画一个二维条形图,模拟银行账户管理,石头剪子布游戏,图书馆管理系统,文曲星游戏,学生成绩管理系统,幼儿园小朋友管理.-Travel route query procedure, ticket ordering system, drawing a two-dimensional bar chart to simulate bank account management, and the stone scissors cloth games, library man
BankDemo
- 用C++程序写的一个小型的银行账户管理系统 实现存取等功能-C++ programs written using a small bank account management system to achieve access to other functions
shiyan
- 实验五 类的继承实验3.编写一个基类Shape,在此基础上派生出类Triangle和Circle,二者都有计算对象面积的函数GetArea( )和计算对象周长的函数GetPerim()。 4.开发一个简单的大学人员管理程序,该程序可以管理大学的一些基本人员:学生(student)、教师(teacher)、教授(professor)。首先设计一个虚基类person。通过该类保存人员的最基本信息:姓名(name)、年龄(age)和性别(sex)。然后使用该类派生出学生类student和教师类te
yinhangxitong
- 3.用对象数组实现一个简单的银行账户管理系统,完成开户、存款、取款和查询余额等行为。-3. A simple bank account management system, complete with an array of objects to achieve the behavior of accounts, deposits, withdrawals and balance inquiries.
banksystem
- 一个功能简单的C++银行管理系统, 设计一个银行账户管理程序,账户的信息有账号(唯一)、姓名、余额、身份证号码、单位、电话号码、地址等, 允许用户进行如下操作:开户、销户、存款、取款、转账、查询-A simple function of C++ bank management system, the design of a bank account management procedures, information with account number (unique), name, bal
h.cpp
- 建立一个简单的银行账户系统。关于账户的信息有:户名、账号、余额。对账户的管理有:开户、存款、取款、查询余额等功能。用结构化程序设计方法设计一个程序,使该程序能对银行账户的信息进行上述操作管理。-Create a simple bank account system. Information about the account are: user name, account number, balance. Management of the account are: accounts, depo
client
- 银行账户管理系统,实现基本的银行账户的存取款操作。-Bank account management system
bank
- 利用vs2010编译,c++编写,主要实现银行系统基本功能,个人账户管理和转账,利息等功能。-Use vs2010 compile, c++ write, the main achievement of the basic functions of the banking system, personal account management and transfers, interest and other functions.
banker
- 银行信贷账户管理:编写程序,实现银行账户信息的管理。 设计一个可以最多存储100个固定大小记录的信贷处理管理系统; 系统中可以进行新账户的插入、老账户信息的更新以及老账户的删除; 系统可以对账户信息进行账户编号、用户姓名、余额多少等从大到小排序系统能统计账户余额值,计算余额总数并显示结果。 -Bank credit account management: write a program to realize the bank
BankerJ
- 程序模拟了个人银行账户管理系统,能实现交易,转账,增删改,数据结构课设示例。-Program simulates the personal bank account management system, to achieve the transaction, transfer, additions and deletions, data structures, class-based examples.
JAVA课程设计-银行存取管理系统(所有代码)
- 本软件主要是为用户在银行自助服务的目的设计。主要业务包括注册、取款、存款、转账、修改密码、查询余额和查询修改信息等项目,一个用户只允许操作自己的信息,保证用户账户的安全。(The software is designed for the purpose of self-service banking users. The main business includes registration, withdrawals, deposits, transfers, changes in passwo
bank system
- 银行卡存储、增加、删除、管理以及对账户的用户功能(Bank cards store, increase, delete, and manage user functions)
银行管理v2.0
- 这是一个用c++开发的简易银行系统,包括查询充值删除账户(This is a simple bank system developed by c++, including query, recharge and delete account.)