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

线性表的顺序存储

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

  • graphique
    is a visuel application for management a worker
    2009-04-20 07:44:46下载
    积分:1
  • Kofsky-Code-Orange
    人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取(face detectiom)
    2013-09-24 14:50:30下载
    积分:1
  • EM78P153S-simp
    EM78P153中文资料,此文件如有侵权行为请通知删除,文件正确性请以芯片厂商的资料为准,些文档供学习参考(EM78P153Chinese data, this file if any infringement please inform delete files, correct please to chip manufacturer data shall prevail, some documents for learning reference)
    2013-12-27 12:09:26下载
    积分:1
  • zineng
    智能家居系统。。。包括PS2键盘,红外遥控,温度传感,12864液晶显示,PC机对MCU实时控制,继电器阵列控制(Intelligent home systems. . . Including the PS2 keyboard, infrared remote control, temperature sensing, 12864 LCD, PC machine on the MCU in real-time control, relay array to control)
    2008-06-21 21:31:46下载
    积分:1
  • third-chapter-of-cPP-primer
    第三章c++primer 课后习题答案,纯自己手写,欢迎大家来一起学习(Chapter III c++primer after-school exercise answers, pure own handwriting, welcome to learn together)
    2015-07-21 15:20:31下载
    积分:1
  • TRAOD_Algorithm
    基于轨迹划分的异常轨迹检测方法。首先采用两种分段粒度将每条轨迹分为若干子轨迹线段,然后,在基于距离的异常检测方法的基础上,引入调整系数的概念,采用密度与距离相结合的方法进行异常轨迹检测。 (Abnormal trajectory detection method based on trajectory partition.Firstly each trajectories should be divided into several substrajectories using two granularities. Then the notion of adjustment coefficient is introduced on the basis of distance based anomaly detection method, and the abnormal trajectories are detected combining density and distance. )
    2020-11-08 18:09:47下载
    积分:1
  • 这是我自己写的一个小的文本编辑器,由于水平不高,请见谅...
    这是我自己写的一个小的文本编辑器,由于水平不高,请见谅-Writing my own This is a small text editor, because the level is not high, please forgive me
    2023-02-15 10:10:03下载
    积分:1
  • Si4730
    Si4730收音机基于STM32F103,通过按键和LCD7565屏自动搜台和手动搜台(The Si4730 radio is based on STM32F103. It searches the platform automatically and manually by keys and LCD7565 screen.)
    2019-06-29 14:45:02下载
    积分:1
  • Snake
    PvP贪吃蛇,代码中有键位注释,可以继续增加角色与键位。(PvP Snake, you can add more characters.)
    2018-03-12 10:55:32下载
    积分:1
  • 一个用与流媒体格式转换的程序
    一个用与流媒体格式转换的程序-used with a streaming media format conversion process
    2022-10-12 20:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载