文件名称:linklist

  • 所属分类:
  • 书籍源码
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2013-05-22
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • un***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,链表比较方便插入和删除操作。-A linked list is a physical storage unit discontinuous, non-sequential storage structure, the logical sequence of data elements is a pointer to the link list in order to achieve. Linked by a series of nodes (each element in the list called nodes) composed of nodes can be dynamically generated at runtime. Each node consists of two parts: a data field to store data elements, and the other is to store the address of the next node pointer field. Compared to the linear form sequential structure, linked lists more convenient insert and delete operations.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





linklist.c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org