登录
首页 » c++ » 线性表的顺序存储

线性表的顺序存储

于 2022-09-14 发布 文件大小:2.11 kB
0 29
下载积分: 2 下载次数: 1

代码说明:

#ifndef  __MY_SEQLIST_H__  #define __MY_SEQLIST_H__ typedef void SeqList; typedef void SeqListNode; //链表 创建 SeqList* SeqList_Create(int capacity); //链表 销毁 void SeqList_Destroy(SeqList* list); //链表 清空 void SeqList_Clear(SeqList* list); //链表 长度 int SeqList_Length(SeqList* list); //链表 容量  int SeqList_Capacity(SeqList* list); //链表 在某一个位置 插入元素 int SeqList_Insert(SeqList* list, SeqListNode* node, int pos); //获取某一个位置的链表结点 SeqListNode* SeqList_Get(SeqList* list, int pos); //删除某一个位置的结点 SeqListNode* SeqList_Delete(SeqList* list, int pos); #endif  //__MY_SEQLIST_H__

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

发表评论

0 个回复

  • toolbox
    一个可浮动工具条应用的例子,配合作图窗口应用(A floating toolbar application example, with the application of the graphing window)
    2013-03-09 20:17:03下载
    积分:1
  • ds1302
    时钟芯片DS1302的MSP430的驱动程序,模块化书写,很好调用!(DS1302 clock chip MSP430 drivers, modular writing, good call!)
    2013-08-26 19:00:24下载
    积分:1
  • a basis for the programmers
    适合有一定基础的编程者-a basis for the programmers
    2022-03-20 11:05:19下载
    积分:1
  • Dibcom_dib8090
    it is the driver of dvb-t stb device on based by dib8090 chipset(it is very useful for stb designer)
    2014-02-24 13:41:11下载
    积分:1
  • wnl
    说明:  这是一个基于DS1302时间发生芯片和AT89C51单片机的万年历程序(err)
    2008-11-13 10:22:02下载
    积分:1
  • Program
    find contour not complete
    2012-06-30 03:17:30下载
    积分:1
  • foc-matlab
    说明:  矢量控制的matlab仿真,很详细的。矢量控制的matlab仿真,很详细的(Matlab simulation of vector control, a very detailed)
    2011-03-31 22:37:54下载
    积分:1
  • MKK_72V_28035_NewStruct_CCS5_CAN
    基于28305的无刷直流电机驱动控制,使用的是CAN通信(Brushless DC motor drive control based on 28305, using CAN communication)
    2020-11-19 11:39:37下载
    积分:1
  • ISO 14229-3
    诊断参考文档 汽车控制器 UDS 14229-3(diagnostic reference document UDS 14229-3)
    2021-01-04 18:58:55下载
    积分:1
  • USB
    8051USB加密狗驱动程序,用于USB设备与主机的连接(8051USB dongle driver for the USB connection to the host device)
    2013-06-17 11:21:40下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载