搜索资源列表
银行管理系统
- 可进行开户,存款,取款以及查询余额的操作,并动态的调节利率的大小。 或以一般用户的身份(user)登录,进行自身密码的修改,业务的办理。 -available for the opening of accounts, deposits, withdrawals, balance inquiries and the operation and dynamic adjustment of interest rates size. Or to the general user identi
yinhang
- 是用数据库开发的一个银行管理系统,可以进行一些简单的数据插入和查询等-Is a database management system developed by a bank can carry out some simple data insertion and query
xyPRO0131224
- 物业管理系统 特点 一、 实现集中式管理 系统将集团公司、各分公司、各物业管理处连接到一起,所有数据能够实时共享,为企业领导提供一个及时掌握业务全貌的信息处理平台,提供全面的报表查询和分析功能。 二、 具有全面、强大的收费管理功能 支持管理各种类型的物业,具有强大的收费管理功能。在收费管理上支持多种收费项目和多种收费标准,支持现金收款、银行托收、预收款等缴款方式,并能与现有主流财务管理软件实现接口,达到数据流一体化管理的目的。 三、 完善的客户服务中心 住户可通过电
BankSystem
- 银行管理系统,用户开销户,转账,信息查询,用户和职工管理-bank master
Source
- 某银行拟开发一套ATM取款机系统,实现如下功能: 1、开户(到银行填写开户申请单,卡号自动生成) 2、取钱 3、存钱 4、查询余额 5、转账(如使用一卡通代缴手机话费、个人股票交易等) 现要求对“ATM柜员机系统”进行数据库的设计并实现,数据库保存在D:\bank目录下,文件增长率为15 。 -Intended to develop an ATM of a bank teller machine system to achieve the following func
SQL-bank
- 银行自助取款机系统,实现如下功能: 1、开户(到银行填写开户申请单,卡号自动生成) 2、取钱 3、存钱 4、查询余额 5、转账-Bank ATM system, realizes the following function:In 1, the account ( to the bank account opening application form, the card number is generated automatically )2, take the money
Bank-deposit-system
- 银行存款系统。能实现1余额和盈利结算2修改用户密码3查询本月交易最高的卡号4查询挂失5催款业务提醒6创建索引和视图等功能-Bank deposit system. 2 modify user password can be to achieve a balance and profitability settlement inquiries a month trading the highest card number 4 remind create an index and view quer
bank
- linux下面C语言编程,mysql数据库,银行管理系统,实现开户、销户、查询、增删改查等功能-The following C language programming linux, mysql database, bank management system, open an account, an account, queries, CRUD functions
BankManager
- 基于 MFC 的银行管理系统,数据库采用Access,实现了对ACCESS数据库的访问,能够存款,取款,交易查询,修改密码……等,比较有代表性。-MFC-based bank management system, database using Access, the realization of the ACCESS database access to deposits, withdrawals, transaction inquiries, change passwords ...... a
bankmanage
- 银行储蓄管理系统。可以实现用户的存储,取款,转账,查询等各种功能。-Savings bank system. Can realize the user storage, withdrawals, transfers, inquiries and other functions.
BankDataBase
- 银行管理系统 用图形用户界面实现存取款/转账/查询等基本功能(The bank management system uses graphical user interface to realize the basic functions of access / transfer / inquiry)
银行储蓄管理系统
- 活期储蓄管理系统:模拟银行的活期管理业务,能够完成储户开户、销户、存入、支出活动频繁,系统设计要求:能比较迅速地找到储户的帐户,以实现存款、取款记账;能比较简单,迅速地实现插入和删除,以实现开户和销户的需要;能够实现储户对存入、支出明细的查询(Current savings management system: to simulate the bank's current management business, to complete the savers to open an account
银行储蓄管理系统数据库设计
- 设计内容: 主要功能: 1实现储户开户登记。 2办理定期存款帐。 3办理定期取款手续。 4办理活期存款帐 5办理活期取款手续。 6实现利息计算。 要求: 1、项目背景及需求分析; 2、E-R图设计(局部与全局ER图) ; 3、数据库表设计(包含ER图中的所有实体与联系所对应的关系表),还添加一些关键业务功能所需的视图、触发器、存储过程设计等; 4、系统完成对数据库数据的增加、修改、删除、查询功能。