搜索资源列表
singlelink
- 单链表类的设计与实现,使用c++语言来描述-template<class type>class LinkList template<class type> class Node { friend class LinkList<type> //定义类LinkList<type>为友元 Node <type>*next //结点的指针域
CityDataBaseLink
- 此工程为城市数据库系统,这个是用C++语言编写,基于链表实现的。-the database of city system by using linklist.
linklist
- 基于线性表的图书信息管理. 分别定义一个包含图书信息(书号,书名,定价)的顺序表和链表,使其具有如下功能:(1) 从给定的文件book.txt逐个读入图书信息;(2) 逐个显示图书表中所有图书的相关信息;(3) 统计表中图书个数;-Based on the linear form of book information management. Define a containing information (ISBN, title, price) in the order table and
LinkList
- 单链表的实现,使用C++,一共实现10个功能-Single linked list implementation, use C++, a total of 10 functions to achieve
LinkList
- 建立空链表在链表中插入一个节点得到链表的长度通过nIndex查找节点建立链表-Create an empty list insert a node in the list get the length of the list through nIndex find nodes list
LinkList
- 建立空链表在链表中插入一个节点得到链表的长度通过nIndex查找节点建立链表-Create an empty list insert a node in the list get the length of the list through nIndex find nodes list