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

线性表的顺序存储

于 2022-09-14 发布 文件大小:2.11 kB
0 97
下载积分: 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 个回复

  • xianhao
    说明:  北航信号与测试技术实验 基本信号的时域频域分析 FFT变换 自相关互相关变换 matlab源码 以及实验结果图(Northern Testing experimental data signal and the signal in time domain frequency domain analysis FFT, autocorrelation and cross-correlation transform matlab source results map)
    2011-04-17 22:17:32下载
    积分:1
  • 2401SPI3
    SPI3完整代码适用2401的2.4G通信(SPI3 complete code for 2401 of 2.4 G communication SPI3 complete code for 2401 of 2.4 G communications)
    2014-09-12 08:46:13下载
    积分:1
  • 一个很不错的程序
    一个很不错的程序-a very good procedures
    2022-08-23 21:30:18下载
    积分:1
  • Process-Control
    多火电厂主汽温度控制系统的过程控制进行仿真(Of the thermal power plant main steam temperature control system process control simulation )
    2011-07-09 21:57:08下载
    积分:1
  • STM32-LCD1602
    说明:  1602在STM32103上的实现,经过Protues和实体板子上运行,有用(Implementation of 1602 on STM 32103)
    2019-06-26 22:09:51下载
    积分:1
  • RS232----cvi
    基于Labwindows --CVI平台的RS232测试程序,This example illustrates the use of the RS232 Library"s InstallComCallback      *//*          function to respond to the LWRS_RXFLAG event. The user will be asked to enter   *//*          an event character. Whenever this event character is detected on the COM port,  *//*          a callback function will be executed.                                           *//* Notes:   To run this example you need to do a Loopback Test, i.e. connect pin 2 to       *//*          pin 3 on the serial port.      
    2022-10-17 11:00:03下载
    积分:1
  • coreAlgorithmInGameTechnology
    core Algorithm In Game Technology.
    2014-01-22 09:33:44下载
    积分:1
  • lsm6dsm
    ST的六轴传感器源码是ACC+GYO。此代码已经移植到MTK平台上使用MTK平台是MT2523(ST of six axis sensor source is ACC + GYO.This code has been ported to the MTK platform is MT2523 use MTK platform)
    2017-10-16 14:44:02下载
    积分:1
  • AY-G2 example
    MSP430G2553实验代码例程(包含串口、adc、dac等),仅供下载学习。(MSP430G2553 experimental code routine)
    2019-07-10 17:06:19下载
    积分:1
  • magnify
    这里面汇总了matlab局部放大的三种方法,可以对matlab中plot进行局部放大,带程序。(It mainly is concerned about the magnification of plot.The users can use it to magnify what they want.)
    2013-03-20 22:37:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载