登录
首页 » 数据结构 » 银行业的应用

银行业的应用

于 2022-08-08 发布 文件大小:14.14 kB
0 239
下载积分: 2 下载次数: 1

代码说明:

正常的银行应用程序在C + +语言实现。MySQL数据库的使用。通过使用mysqlconnector C++程序与MySQL数据库的连接。这里的数据库命名为“银行”。一个表使用的是名为“user_account在账户信息的用户存储。在这个程序中执行的操作是创建新的帐户,显示帐户细节,存款金额,取款金额,余额查询,关闭帐户,修改帐户。程序应该用以下命令在终端编译。sudo g++ -Wall -I/usr/include/cppconn -o testapp banking_application.cpp -L/usr/lib -lmysqlcppconn一个可执行文件命名为testapp将被创建。运行它通过使用命令“/ testapp”。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 15大著名游戏之谜(15
    著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl/Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
    2022-06-11 13:50:33下载
    积分:1
  • 一个用C++实现的B+tree程序源代码
    一个用C++实现的B+tree程序源代码-b+tree implemented with c++
    2022-12-28 20:50:08下载
    积分:1
  • on several useful algorithm described in the very useful
    是关于好几中有用的算法描述的很有用的-on several useful algorithm described in the very useful
    2022-05-26 15:29:15下载
    积分:1
  • 员工休假管理系统
    软件管理保持部员工的所有记录。在第一次的员工管理应该注册。在此过程中,一个唯一的用户名和密码将予以通过,他们可以登录,澄清任何疑点。 根据他们的登录信息,访问级别将分配给他们。所有的重要细节,然后保存到数据库中。他们都是然后放到不同的访问级别。在结束了休假或开始,以及信息、 确保特定雇员每日、 每月、 每年报告将可通过 querrying 数据库。 访问级别: 这里所有的用户被编程到 ony 访问他们的是 auhorised 和权。用户分类,包括普通员工、 管理和各部门主管,每个级别有自己设置的安全级别对信息的访问。级别确定了位置识别 (posid) 如下图所示: ·小 admin previllages FC 3à员工: 他们文件离开,查看可用的离开,离开信息和搜索去查看。 ·博士 2à员工与有限的管理员凭据像搜索查看其详细的信息和确凿的员工离开 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-20 12:37:13下载
    积分:1
  • 这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。...
    这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Description/how to provide balanced binary tree functions.
    2023-08-10 15:30:03下载
    积分:1
  • If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++...
    If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++ Builder or Kylix application, and you at the same time wanted full access to the data as if they were stored in a database table, you have the right solution here. kbmMemTable is a full TDataset compatible in memory table loaded with functionality.
    2022-05-21 20:22:47下载
    积分:1
  • 题目:稀疏矩阵是指那些多元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行...
    题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
    2022-05-29 01:02:00下载
    积分:1
  • ACCESS simulation XP2003 interface, provide the source code for reference
    ACCESS模拟XP2003界面,提供源代码供参考-ACCESS simulation XP2003 interface, provide the source code for reference
    2022-11-17 17:50:03下载
    积分:1
  • 用Delphi写的备份sqlserver库的小工具
    用Delphi写的备份sqlserver数据库的小工具-write with Delphi SQLServer database backup small tools
    2022-05-29 15:01:06下载
    积分:1
  • 一个不错的Grid组件,其中dtxfull要用到该组件。及其要缩包下的ado.*...
    一个不错的Grid组件,其中dtxfull要用到该组件。及其要缩包下的ado.* -A good Grid components, which take into account the component dtxfull. And to reduce packet under ado .*
    2023-01-17 19:15:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载