搜索资源列表
librarysystem
- 由于C语言中操作系统不是很方便,因此大部分的数据存储都是通过文件来进行的。数据存储采用3个文件来实现。程序第一次运行的时候便会自动在目录下创建。BOOK.DAK,用于保存图书信息;MEMBER。DAT,用于保存会员信息;TRANS。DAT,用于保存业务信息,即结束还书信息。
数据结构中关于单链表的算法
- 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space