登录
首页 » 数据结构 » vb做的数据库 客户管理系统,有查询 检索 注册等功能

vb做的数据库 客户管理系统,有查询 检索 注册等功能

于 2022-02-26 发布 文件大小:217.17 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

vb做的数据库 客户管理系统,有查询 检索 注册等功能-vb make customer management database system, has features such as Search Register

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

发表评论

0 个回复

  • data structure
    数据结构――家谱的实现 本人的课程设计 MFC-data structure-- I literally achieve the curriculum design MFC
    2022-05-29 15:18:07下载
    积分:1
  • Based on the VISUAL C++ Games developed scoring system, which data structure
    基于VISUAL C++开发的运动会的评分系统,属于 数据结构-Based on the VISUAL C++ Games developed scoring system, which data structure
    2022-06-15 16:44:16下载
    积分:1
  • mhtfffffffffffffff
     ;/*用于多文本直方图的Visual C#2010代码。
    2022-07-13 16:47:24下载
    积分:1
  • 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树....
    平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
    2022-02-25 00:21:11下载
    积分:1
  • 用友u860字典 内容在Access库中
    用友u860数据字典 内容在Access数据库中 -UFIDA u860 data dictionary content in the Access database
    2022-12-20 22:50:03下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 工程指令EO管理系统是飞机维修管理系统中的一个子系统,主要的功能是接收上级部门下达的EO,制作指令执行方案,确定该EO涉及的维修飞机。然后,由生产部门反馈具体的...
    工程指令EO管理系统是飞机维修管理系统中的一个子系统,主要的功能是接收上级部门下达的EO,制作指令执行方案,确定该EO涉及的维修飞机。然后,由生产部门反馈具体的维修完成时间。-works orders EO management system is the aircraft maintenance management system of a subsystem, the main function is to receive the higher authorities issued the EO, production orders implementation of the program to ensure that the EO involved in aircraft maintenance. Then, the feedback from the production sector specific timeframe for completing the repairs.
    2022-06-19 01:50:44下载
    积分:1
  • 基于C#企业电话客服系统设计
    一个完整基于C#企业电话客服系统设计,文件包括具体的使用步骤和代码解释。功能设计:  C#中调用API函数,使用C#开发语音卡,C#开发Access数据库,窗体的显示模式,窗体的显示模式,各种控件的数据绑定。
    2023-01-27 00:35:03下载
    积分:1
  • UML建模 学生通讯信息管理系统
    信息管理系统能够为用户提供充足的信息和快捷的查询手段,是当今信息交流不可缺少的部分。学生通讯信息管理系统是为了便于毕业后的同学之间的联系,方便好久没联系的同学能快速准确的找到所查同学的联系方式和地址,是一款为同学们的交流带来方便的工具。本系统的参与者主要包括两方面:用户、管理员、系统数据库
    2022-07-10 23:14:49下载
    积分:1
  • A*算法只要求产生问题的全部状态空间的部分点及关系,就可以求解问题了,搜索效率较高。当然由于A*算法中没有回溯,因此某些情况下可能会找不到正确的解过程。...
    A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高。当然由于A*算法中没有回溯,因此某些情况下可能会找不到正确的解过程。 -A* algorithm only requires a problem all part of the state space and the relationship between nodes, we can solve the problem, the search more efficient. Of course, as a result of A* algorithm is not retroactive, so some cases may be unable to find the correct solution of the process.
    2022-01-26 07:51:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载