登录
首页 » 数据结构 » VB是订单管理系统的存在

VB是订单管理系统的存在

于 2022-12-11 发布 文件大小:236.13 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

VB写的存在定单管理系统-VB was the existence of orders Management System

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

发表评论

0 个回复

  • Backward recursive method used to achieve the eight
    使用回溯递归法实现的八皇后问题的算法源码-Backward recursive method used to achieve the eight-queen problem algorithm source code
    2022-11-08 16:40:02下载
    积分:1
  • common barcode printing program
    通用的条码打印程序-common barcode printing program
    2022-07-12 05:51:44下载
    积分:1
  • 这是我的第一个软件。
    this is my first software.
    2022-12-15 17:50:04下载
    积分:1
  • trading company management information including household goods management info...
    贸易公司管理包括可户信息管理 商品信息管理 经营信息管理等内容!-trading company management information including household goods management information management business information management and so on!
    2022-07-14 13:14:50下载
    积分: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
  • bankers algorithm can solve computer's operating system Mutex. There are oth...
    银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer"s operating system Mutex. There are other algorithms Peterson
    2022-05-26 01:17:52下载
    积分:1
  • 宾馆客房管理系统的源码
    宾馆客房管理系统的源码-Hotels Rooms source code management system
    2022-01-26 04:01:45下载
    积分:1
  • 基于 vb 的图书馆管理
    越来越多的书会导致非托管库。这里是一个简单的桌面项目,可以帮助任何研究所管理其图书馆。
    2022-02-27 02:08:30下载
    积分:1
  • is a small clinic registered software can help research and development in this...
    是一小型门诊挂号软件,可帮助研究开发这方面软件者有参考价值。-is a small clinic registered software can help research and development in this regard are software reference value.
    2022-08-22 00:31:33下载
    积分:1
  • VFP的ERP的管理软件,源代码完整,位图自己布充下吧
    VFP的ERP的管理软件,源代码完整,位图自己布充下吧-VFP ERP management software, the source code integrity, bitmap filling their cloth under it
    2022-11-18 23:05:03下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载