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

线性表的顺序存储

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

  • 图像处理代码
    它是一个关于图像处理的演示,包括 FFT,登记册、 形态学等
    2023-01-22 19:06:11下载
    积分:1
  • CLI
    c++/cli开发丛书,如何把原生代码和.NET库连接起来的技巧(c++/cli Development Series, how the native code and. NET library to link skills)
    2009-04-25 18:04:02下载
    积分:1
  • CLRC663-1443a+15963读写
    实现14443a和15693卡UID读取,和数据快的读写,认证。(Implement 14443a and 15693 read)
    2021-04-29 14:58:43下载
    积分:1
  • OfflineExample
    That application is contain very good offline example to connect from window application to SQL database.
    2010-11-22 22:35:01下载
    积分:1
  • P2P
    一个P2P语音即时通信软件的源代码(来自《P2P网络技术原理与C++开发案例》,在本机可运行)(P2P)
    2010-05-26 16:52:25下载
    积分:1
  • MatlabEng_demo
    C#调用matlab具体步骤实现。如果你的c#程序发布出来后,要在其他电脑上运行,那么这台电脑除了要装.net环境还要装MCR环境。(C# call matlab detailed steps.If your c# program after released, to run on other computers, so in addition to the computer. The.net environment and environment of MCR.)
    2014-11-02 14:29:56下载
    积分:1
  • Winform treeview控件设计及应用源码
    C#winform 控件开发 TreeView实例
    2017-04-28下载
    积分:1
  • 数据库结构比较
    数据库结构比较,包括数据表,数据索引,数据触发器,存储过程等   数据表,数据索引,数据触发器,存储过程 数据表,数据索引,数据触发器,存储过程  
    2022-02-09 21:11:25下载
    积分:1
  • 自己用C#编写的简繁体转换软件。方便一些必要的处理操纵。可以进行编辑...
    自己用C#编写的简繁体转换软件。方便一些必要的处理操纵。可以进行编辑-Their use of C# Prepared simplified and traditional forms conversion software. Convenient to deal with some necessary manipulation. Can be edited
    2023-07-27 23:00:04下载
    积分:1
  • phonebook
    一个电话本。 可以实现输入,通过人名查找号码,通过号码查找人名,删除,自动删除号码位数不符合要求的号码,生成和引用文本文档的功能。(A phone book. Can achieve input, by name search number, delete the number lookup names,, automatically delete the numbers do not meet the requirements of the number, the generation and reference text document function.)
    2013-09-19 11:25:42下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载