登录
首页 » 数据结构 » orders for the system, information for the management of orders

orders for the system, information for the management of orders

于 2023-06-05 发布 文件大小:979.04 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

该系统为订单系统,用于管理订单信息-orders for the system, information for the management of orders

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

发表评论

0 个回复

  • tree data structure formation and operation of the algorithm
    数据结构 之树的生成与操作 算法-tree data structure formation and operation of the algorithm
    2022-10-23 13:00: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
  • 用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。
    用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。-Vb make use of a student information management system, full-featured, suitable for graduate students to do the design.
    2022-06-12 09:42:58下载
    积分:1
  • 校园导游图算法
    校园导游图算法--数据结构中有关图的算法 按v求最短路径 按s求信息; 按q退出; 地图在map图像文件里-campus tour map algorithm-- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
    2022-01-22 07:14:48下载
    积分:1
  • 利用三元组完成距阵的基本运算,包括加法,减法,乘法.实习题目...
    利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
    2022-03-20 19:41:17下载
    积分:1
  • data structure to solve the problem of Josephus code, only the source code, we u...
    数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
    2022-08-06 18:26:20下载
    积分:1
  • ,栈的应用,表达式求值的源码及实验报告!
    数据结构,栈的应用,表达式求值的源码及实验报告!-Data structure, stacks of applications, the source expression is evaluated and experimental report!
    2023-08-01 13:50:02下载
    积分:1
  • VC 操作ADO封装类
    VC操作ADO对象,精简操作过程,包含了大多数数据库操作方法,很实用 使用ADO前必须在工程的stdafx.h文件最后用直接引入符号#import引入ADO库文件 生成应用程序框架并初始化OLE/COM库环境 程序最后要调用   ::CoUninitialize();//释放程序占用的COM   资源
    2022-03-25 15:46:06下载
    积分:1
  • 前序线索二叉树的前序遍历 中序线索二叉树的中序遍历 后序线索二叉树的后序遍历...
    前序线索二叉树的前序遍历 中序线索二叉树的中序遍历 后序线索二叉树的后序遍历-Preorder clues before the binary tree traversal sequence which leads the order of the binary tree traversal sequence clues after the binary tree after preorder
    2022-05-24 10:38:51下载
    积分:1
  • 《算法导论》中文版!!中文名《现代计算机常用和算法》,程序员内功修炼必备。...
    《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功修炼必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Internal KungFu.
    2022-07-09 14:26:27下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载