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

线性表的顺序存储

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

  • 使用TMS320C6748测通道UPP模块
    最近在测试的TMS320C6748的UPP功能模块,本人亲测,工程完整可用,希望对学习DSP高速接口的朋友有所帮助
    2022-03-18 02:37:17下载
    积分:1
  • 3241_Code
    基于opencv2.4里的源代码,函数都是用C++函数编写的,很合适学习opencv初学者学习!!(Opencv2.4 based on the source code, function is written using the C++ function, very suitable for beginners to learn to learn opencv!!)
    2013-11-19 14:53:32下载
    积分:1
  • 795860
    Graphically the original code draw imaginary lines and curves(Graphically the the original code the draw imaginary lines and curves)
    2017-05-05 10:16:16下载
    积分:1
  • c#编写的俄罗斯方块游戏,比较适合初学者入门学习
    用c#编写的俄罗斯方块游戏,比较适合初学者入门学习-Written by c# Tetris game, more suitable for beginners to learn entry
    2022-08-20 20:00:41下载
    积分:1
  • Whiteboard2
    C#绘图板,直线、矩形、圆形、曲线、填充矩形、填充圆形、输入文字、路径(C# graphics tablet, line, rectangle, circle, curve, filled rectangle, filled circle, enter text, the path)
    2010-06-10 22:38:21下载
    积分:1
  • How-to-design-a-test-case
    对软件测试用例的设计方法进行了介绍,综合了多个文档,系统研究了软件测试用例的设计方法,及软件测试用例的设计技巧。对软件测试工程师理论的提高,很有帮助。(Software test case design method, a combination of multiple documents, and system software test case design, test case design techniques and software. Improve software test engineer theory, very helpful.)
    2013-03-21 21:00:42下载
    积分:1
  • uc1698-160160
    uc1698驱动160*160点阵液晶,多级菜单显示程序(uc1698 160* 160 dot matrix LCD driver, multi-level menu program)
    2021-03-02 09:39:34下载
    积分:1
  • 单片机实现对讲机模拟亚音
    单片机实现对讲机模拟亚音,利用对讲机软件定时模拟出亚音的方波,可实现从66.7-224.5频率的亚音功能
    2022-04-13 06:38:32下载
    积分:1
  • c# mongodb 增删改查 实例源码下载
    实例基本实现了 增删改查询功能,mongodb c#驱动程序 用的是官方版本(从nuget引用的)安装Mongo数据库:  在发布本文的时间官方提供的最新版本是:1.6.5 ,如果不做特殊声明,本教程所用的版本将会是这个版本。第一步:下载安装包:官方下载地址 ←单击此处,如果是win系统,注意是64位还是32位版本的,请选择正确的版本。第二步:新建目录“D:MongoDB”,解压下载到的安装包,找到bin目录下面全部.exe文件,拷贝到刚创建的目录下。第三步:在“D:MongoDB”目录下新建“data”文件夹,它将会作为数据存放的根文件夹。配置Mongo服务端:  打开CMD窗口,按照如下方式输入命令:  > d:  > cd D:MongoDB  > mongod --dbpath D:MongoDBdata  配置成功后会看到如下画面: 在浏览器输入:http://localhost:27017/,可以看到如下提示:It looks like you are trying to access MongoDB over HTTP on the native driver port.
    2014-12-24下载
    积分:1
  • chenjie
    一个简单的龚 GDI 开发的一个小游戏,喜欢的大家分线一下。(无)
    2010-08-11 13:26:46下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载