文件名称:mylist
介绍说明--下载内容来自于网络,使用问题请自行百度
纯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
纯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/111 (5).net/mylist/EGAVGA.BGI
mylist/111 (5).net/mylist/fill.h
mylist/111 (5).net/mylist/list_def.h
mylist/111 (5).net/mylist/mylist.h
mylist/111 (5).net/mylist/pent.c
mylist/111 (5).net/mylist/PENT.EXE
mylist/111 (5).net/mylist/rect.c
mylist/111 (5).net/mylist/RECT.EXE
mylist/111 (5).net/mylist
mylist/111 (5).net
mylist
mylist/111 (5).net/mylist/fill.h
mylist/111 (5).net/mylist/list_def.h
mylist/111 (5).net/mylist/mylist.h
mylist/111 (5).net/mylist/pent.c
mylist/111 (5).net/mylist/PENT.EXE
mylist/111 (5).net/mylist/rect.c
mylist/111 (5).net/mylist/RECT.EXE
mylist/111 (5).net/mylist
mylist/111 (5).net
mylist
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.