文件名称:mylist

  • 所属分类:
  • C#编程
  • 资源属性:
  • [C/C++]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 54kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 叶*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

纯C语言实现的通用链表(类)源代码

纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。

  一些说明:

  为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE类型的数据。

  在list_def.h文件中,已经使用把TYPE定义为int类型 (#define TYPE int) 也按int类型提供了上述三个函数,如需要其它类型只需做出适当的修改。特别说明,也可把"TYPE定义为自己定义的结构体等其它自定义类型。本链表为单向链表,非常有效。可以用作队列,堆栈等一些非常有用的数据结构

-Pure C language of the common list (class) source code

Pure C language code to achieve the common list (class) source code can bc, tc, tc and other compilers of these antique and

gcc, vc6.0, vc2005 in compile, download feel good research studies, can not be captured screenshots.

Some explanation:

In order to expand the use of the following node structure used to specify the data type TYPE, please follow the need to use

list_def.h TYPE defined in the appropriate type, and provide three prototype function, the first type of number used to TYPE

According to the assignment, the second type of data to judge whether the two TYPE equal, and the third is used to print (display) TYPE data type.

In list_def.h file, have been used to define TYPE int type (# define TYPE int) also by the type int

Provides the three functions, such as the need for other types just make the appropriate changes. Special instructions may also be the "TYPE is defined as self-

The structure has been defined, an
(系统自动生成,下载前可以参看下载内容)

下载文件列表

mylist

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org