搜索资源列表
BankAccount
- 由JAVA写的一个银行账户系统,该系统可以记录账户的操作:存款,取款,以及累计余额等!-from Java to write a bank account system, which can be recorded accounts of the operation : deposits, withdrawals, and the cumulative balance so!
BankAccout
- ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为
BankAccount
- 简单的银行账号管理:银行账号包括以下信息:账户姓名(owner name),账号(account number)及本金(balance), 账户可以作存款,取款,查询操作。
Messenger
- 网络数据通信案例——MyMessenger 代码使用说明 ============================================================== ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DO
BankAccount
- 建立一个银行账户类BankAccount 该类数据成员包括:(1)户名m_iName(2)账户金额m_dBalance(3)年利率m_dInterestRate 。-The establishment of a bank account of such data BankAccount Class members include: (1) name m_iName (2) account for the amount of m_dBalance (3) the annual inte
BankAccount
- 使用JAVA 语言实现一个可无误运行的完整程序,完成银行账户类的设计及存取款、查询等操作-略
BankAccount
- This a bank account controler for small enterprise-This is a bank account controler for small enterprise
bankaccount
- 模拟银行账户,包括的方法有"存款"、"取款"、"查询余额"、”显示帐号”以及存储功能,能存储储户历史信息。 -Simulation of bank accounts, including the method of " deposits" , " money" , " balance inquiry" , " show account" as well as the storage capabilities of the hi
MyMessenger
- 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。 运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存
bankaccount
- 定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。-Define a class implements the concept of bank accounts, including the variable of " account" and " deposits" , including the method of " deposits"
bankaccount
- 9. 银行账户管理 问题描述 设计一个银行账户管理程序,账户的信息有账号(唯一)、姓名、余额、身份证号码、单位、电话号码、地址等,允许用户进行如下操作:开户、销户、存款、取款、转账、查询,一个用户可以有多个户头,账户的数值没有上限。 -9. The management of bank accounts to describe the design of a bank account management program, account information with accou
BankAccount
- Bank Account Management sample in c#
BankAccount
- 一个基于c#平台并用多态实现的银行卡办理等业务逻辑。-C#-based platform and a multi-state achieved by bank card processing business logic.
bankaccount-using-filing-in-CPP
- bank account implementation using filing in C-bank account implementation using filing in C++
BankAccount
- 银行账户管理,里面含有各类,以及实现银行的存款和取款等功能-Bank Account Management, which contains the complete various types of bank deposits and withdrawals, and other functions achieved
111
- 银行存款账户的管理,实现了全自动化的银行的业务功能,有喊得用户界面-BankAccount Manager
BankAccount
- 这个应用程序演示了如何使用一些基本的面向对象技术。它展示了如何使用一个类来创建和操纵的对象,以及如何封装数据。-This application demonstrates how to use some basic object-oriented technology. It shows how to use a class to create and manipulate objects, and how to encapsulate data.
ServerComponents
- BankAccount项目:在本文中,您将创建一个服务组件称为帐户,从ServicedComponent继承类。Account类是一个模拟的一个银行账户。它有属性值存储为一个帐户ID和帐户余额。Account类还提供了方法来转移数量从一个帐户到另一个。Account类资金从一个帐户转移到另一个。Account类也提供了一些方法来获得一个帐户的收支是否平衡以及获得ID� 年代的所有帐户。Account类访问Microsoft SQL Server数据库来保存并操纵帐户信息。 您将创建账
bankaccount2
- 设计一个Person类,该类有数据成员name(姓名),ID(身份证号)等,成员函数实现对相关信息的录入和显示,要包含构造函数和析构函数; 设计一个BankAccount(银行帐户)类,该类有数据成员personInfo(帐户所有人信息),balance(帐户余额),interest_rate(帐户的利率)。其中personInfo为Person类类型,成员函数实现对帐户相关数据的初始化,并将帐户信息显示出来。 -Design a Person class with data membe
BankAccount
- 银行账户存取款业务(java实验),信用卡账户类,储蓄卡账户类,模拟银行类,客户端类,涉及知识点:继承、多态、对象类型转换。-Bank account deposit and withdrawal services (java experiment), the credit card account type, savings card account type, analog banking clients, those involving knowledge: inheritance, po