登录
首页 » 数据结构 » 以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等....

以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等....

于 2022-09-07 发布 文件大小:1.65 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等.-to List in the form of cargo management, including Chain create, insert, delete, query, update, etc..

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

发表评论

0 个回复

  • BDijkstra算法的java实现。使用工具是eclipse,java1.4以上
    BDijkstra算法的java实现。使用工具是eclipse,java1.4以上-BDijkstra algorithm to achieve the java. Eclipse is the use of tools, more java1.4
    2022-09-12 11:10:03下载
    积分:1
  • 含有植物系统如学生VB库系统实例
    VB开发数据库系统 VB程序实例 内含工厂系统 学生系统等-VB database system containing examples of plant systems such as the students
    2022-04-15 07:15:37下载
    积分:1
  • 库存报告
    我的标题是系统的库存报告。这是作咖啡商店库存,业务需要有他们当前的库存报告。结合使用 OLEDB 连接和使用水晶报表,创建的库存报告。
    2022-09-19 10:40:04下载
    积分:1
  • study aids to help you learn
    辅助学习帮助大家学习-study aids to help you learn
    2022-09-03 17:35:03下载
    积分:1
  • 很好用的Access工具
    很好用的Access工具-good use of Access Tools
    2023-07-12 05:35:03下载
    积分:1
  • 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出...
    将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requires each box only entered once traveled chessboard all 64 box. Preparation of non- recursive procedure, and seeking stepped routes, with a calculated routes, the figures 1, 2, ..., 64 were filled an 8 x 8 matrix, put it out.
    2022-03-03 15:33:41下载
    积分:1
  • 用内嵌法求多项式
    用内嵌法求多项式-with embedded Polynomial Method
    2022-11-12 06:55:03下载
    积分:1
  • report!
    数据结构实验报告!-report!
    2022-01-26 02:20:17下载
    积分: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
  • labyrinth: You need to find the doable way to go to the destinaton.And then prin...
    labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the destinaton.And then print out the path.
    2023-04-17 06:20:02下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载