登录
首页 » 数据结构 » 用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能...

用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能...

于 2023-06-02 发布 文件大小:323.08 kB
0 1008
下载积分: 2 下载次数: 1

代码说明:

用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能-Vb interface atm with the development of a modified password, fund transfer, cash deposit function, in both Chinese and English interface, and then connect to the database, add the time function

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

发表评论

0 个回复

  • jdbc连接db2范例,非常完整,我找了很久,供学习参考
    jdbc连接db2范例,非常完整,我找了很久,供学习参考-jdbc connecting db2 example, the very integrity, I look for a long time for study reference
    2022-04-24 04:48:38下载
    积分:1
  • 内部课程设计的比较研究,共10…
    数据结构课程设计内部排序的比较 一共有十种排序方法-Curriculum design of internal data structure to sort of comparison a total of 10 kinds of sorting methods
    2023-08-05 04:50:02下载
    积分:1
  • KCI接口访问Kingbase
    利用人大金仓提供的kci接口实现对数据库的访问,主要提供了数据库的连接、断开连接、执行增删改查和事务开启、事务回滚、事务提交等操作。此外还提供了数据库连接池和监控线程、维护线程从而提供数据库的访问效率,是一个不可多得的Kci封装接口。
    2022-03-13 10:34:12下载
    积分:1
  • 二叉插入排序,及删除算法
    二叉数插入排序,及删除算法-two forks inserted several sequencing, and deletion algorithm
    2023-03-10 14:00:03下载
    积分:1
  • ——链表(双向循环链表)
    双向循环链表节点:数据域+指针域指针域:一个指针指向前一个同类型节点,另一个指针指向后一个同类型节点(1)设计节点struct db_node{int data;struct db_node * prev;struct db_node * next;};(2)创建空链表//创建了一个只有头节点的双向循环链表,返回头节点的地址struct db_node * create_db_list(void){struct db_node * phead = (struct db_node *)malloc(sizeof(struct db_node));if(phead == NULL)exit(-1);else{phead->next = phead;phead->prev = phead;}return phead;}(3)制造新节点//制造新节点,返回新节点的地址struct db_node * make_db_node(int value){struct db_node * pnew = (struct db_node *)malloc(sizeof(struct db_node));if(pnew == NULL)printf("malloc failed! ");else{pnew->data = value;pnew->next = NULL;pnew->prev = NULL;}return pnew;}(4)插入节点//把pnew指向的节点插入到头节点的前面,也就是整个链表的末尾bo
    2022-02-14 07:06:11下载
    积分:1
  • 用非
    设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)a(j) (ij) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1
    2022-02-27 03:47:28下载
    积分:1
  • delphi中使用ADO的源代码
    delphi中使用ADO的源代码-use of the source code for ADO
    2022-06-27 13:44:22下载
    积分:1
  • 多格式录入库  
    多格式数据录入库  -multi-format data entry library
    2022-07-08 05:09:01下载
    积分:1
  • In this paper, on the one hand, to produce the form of examples of the types of...
    本文一方面以实例的形式介绍产生数据封锁的各类情况,另一方面从数据库理论的角度加以分析,以期使读者既知其然,更知其所以然,使读者能够更加深入地理解Oracle的数据封锁机制,而不是简单地记住某些结论。-In this paper, on the one hand, to produce the form of examples of the types of data on the situation of the blockade, on the other hand, the theoretical point of view from the database to be analyzed in order to make the reader not only know-and know所以然, so that readers can be more in-depth understanding of Oracle data blockade mechanism, rather than simply to remember some of the conclusions.
    2022-06-02 15:41:14下载
    积分:1
  • fghfsh sfhsdfh
    dfgdsfg sdfg dsfg dfsg dsfg dsfg sdf gsdg sdg sdfg sdgdsfg
    2022-07-15 06:52:04下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载