-
此代码是一个数据库,它保存银行帐户记录的记录。这不是…
This code is a database which holds records for bank account records. It is not a simulation of what you would see at an ATM machine but it would be a simulation of a bank administrator. You have the capability of entering records such as Checking or Saving. You also have the capability of deleting, archiving, and reloading records which 1.0 did not have. You have the option(s) to withdrawal X amount, or deposit X amount in the specified bank account. There are a lot of features I added that were really not necessary but the purpose is to "teach" new features to people (students) who wish to learn certain features of C++. The main point of this program is to allow the user to grasp some advanced concepts of C++. This will be the final version of the Bank Account. I have made a few optimizations and tweaked the program. Enjoy!
-This code is a database which holds records for bank account records. It is not a simulation of what you would see at an ATM machine but it would be a simulati
- 2022-04-23 04:20:52下载
- 积分:1
-
一个小实验室书籍管理系统,用VC和统计的实现…
用VC实现的一个小型实验室书籍管理系统,使用Mysql数据库,统计功能较为全面。-A small book management system of lab. It s implemented by VC and the statistical function is more complete by using MySQL database.
- 2023-03-29 01:40:04下载
- 积分:1
-
一个电话本数据库的程序,这是一个Delphi程序的入门程序.可以进行一下学习如何使用Delphi开发Access数据库程序...
一个电话本数据库的程序,这是一个Delphi程序的入门程序.可以进行一下学习如何使用Delphi开发Access数据库程序-a telephone database, this is a process of Delphi entry procedures. What can learn how to use Delphi Access database program
- 2022-06-02 03:05:55下载
- 积分:1
-
1、自己编写的比较实用的档案管理软件。
2、也可以打印在复写纸上,以便得到长期保存的功能。
1、自己编写的比较实用的档案管理软件。
2、也可以打印在复写纸上,以便得到长期保存的功能。-1, I have written more practical file management software. 2 can also be printed on the carbon paper to obtain long-term preservation of function.
- 2022-01-27 09:02:29下载
- 积分:1
-
Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC pu...
Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs// Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC (
- 2022-06-30 06:20:30下载
- 积分:1
-
advanced personnel management software and provides the conversion inquiries, th...
先进的人事管理软件,提供转正员工查询,试用员工查询,人事报表打印-advanced personnel management software and provides the conversion inquiries, the probation staff to make inquiries, staff statements Print
- 2022-11-24 05:20:03下载
- 积分:1
-
电子商务 能够详细地展示jsp与servlet ,javabean联合工作的mvc模式...
电子商务 能够详细地展示jsp与servlet ,javabean联合工作的mvc模式-e-commerce can display detail jsp and servlet, javabean joint working model of myc
- 2022-08-12 06:36:01下载
- 积分:1
-
multithreaded access to the database sample program
多线程的访问数据库实例程序-multithreaded access to the database sample program
- 2022-02-27 05:26:54下载
- 积分:1
-
odbc源码
odbc源码-odbc source
- 2023-04-04 22:45:04下载
- 积分:1
-
in VC use ADO database entry Example
在VC中使用ADO数据库的入门示例-in VC use ADO database entry Example
- 2022-01-25 18:46:22下载
- 积分:1