摘要
指针是C语言中非常重要的一种数据类型,灵活掌握指针的用法是C语言使用能力的一个标志。链表是数据结构中比较重要的一种数据类型,而利用指针处理链表更是C语言程序设计教学中的一个难点。笔者通过一个实例介绍C程序设计中链表的处理方法,该法对于学生更好地掌握指针技术具有一定的帮助作用。
Pointer type is a very important data type in C programming. It's a ruler to test if a person has learned C-language well. Linked lists is a important data structure in data structure. It's very hard to teach students how deal linked lists with C programming. In this article, authors used a use-case to tell students how it can be realized easily. It is useful for students to understand pointer type in C programming.
出处
《吉林大学学报(信息科学版)》
CAS
2005年第S2期75-78,共4页
Journal of Jilin University(Information Science Edition)
关键词
C程序设计
指针
数据结构
链表
十字链表
文件存储
C programming language
pointer
data structure
linked lists
crossed lists
file storage