搜索资源列表
src20070606
- 异质链表 c++实现的例子,仅供参考,如有雷同纯属巧合-heterogeneous chain c achieve example, for reference purposes only, if the same is purely coincidental
ch021
- 异质链表查询.存储不同的结构-heterogeneity Chain inquiries. Storage different structure
学校人员管理系统
- 设计并实现一个简单的大学人员信息管理系统。对各类人员信息进行管理,包括增加、删除、查询、修改、排序和统计等基本功能。用面向对象方法设计一个异质链表,该链表用来存储大学中各类人员的信息。-design and implement a simple university personnel information management system. Categories of information management, including add, delete, inquiry, modif
移质链表
- 用c++实现的异质链表,包括链表的增加删除查找反转功能。
project
- 异质链表 的实现 实现异质链表的查找、插入、删除和遍历-Heterogeneous list of linked lists to achieve the realization of heterogeneity of the find, insert, delete, and ergodic
yzlb
- 这个链表基本实现了异质链表的,插入(表头插入,表尾插入),删除,查询,输出等功能。 -The list of the basic realization of the heterogeneous linked list, insert (insert header, footer, insert), delete, query, output and other functions.
yizhiliangbiao
- 异质链表基本功能,删除,插入,查询等,利用虚函数和继承机制-List the basic functions of heterogeneity, delete, insert, query and so on, the use of virtual functions and inheritance mechanisms
linkedlist
- 一个异质链表的c++实现。是学习c++多态虚基类的很好的例子。-A heterogeneous list of c++ Achieve. Learning c++ Polymorphic virtual base class of very good example.
HeterogeneousList
- C++下的异质链表的演示小程序,希望对学习中的朋友有帮助-C++ heterogeneous linked list demonstration program
aaa
- 异质链表的实现,实现异质链表的插入,删除,查找,遍历等操作-Heterogeneous linked list implementation, to achieve heterogeneous linked list insert, delete, search, traversal and other operations
yizhilinkedlist
- 异质链表的实现。实现异质链表的查找、插入、删除和遍历。面向对象编程,类,多态,继承,虚函数,虚析构函数,内存泄露 -Heterogeneous linked list implementation. Find heterogeneous linked list to achieve, insert, delete, and traverse. Object-oriented programming, classes, polymorphism, inheritance, virtual fu
Heterogeneity_Link
- 异质链表实现:链表主要操作方面: 遍历链表时,对应不同的类型对象对象识别问题。通过RTTI可识别类型。-Achieve heterogeneous linked list: list the main operating areas: traverse linked list, the corresponding objects of different types of object recognition. RTTI can be identified by type.
yizhilianbiao
- 用异质链表做学校的人员管理,包括姓名、性别、年龄、职务等方面-linklist to personal management
heterogeneouslist
- 异质链表,元素类型包括学生、老师、职工,可以执行添加、删除、查询等操作。-Heterogeneous list, element types, including students, teachers, workers, you can add, delete, query and other operations.
list2
- 异质链表 void print(void) //遍历链表输出 int length(void) //求链表长度 void insert_head(double value) //链头插入 void insert_tail(double value) //链尾插入 void insert_k(int k, double value) //第k个元素后插入 void delete_head(void) //链头结点删除 void dele
HeterogeneityLink(VS2010-CPP)
- VS2010开发 C++语言 实现异质链表-The VS2010 development C++ language heterogeneity linked list
c++异质链表
- 此文件为c++异质链表,有插入删除,新建等操作,以及充分的注释
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
yizhilianbiao
- DevC++平台,使用C语言实现异质链表(Heterogeneous linked list realized by C language)
Exercise1
- 使用C语言实现了异质链表,能够使得链表中传入的数据不局限于同一种类型(Using the C language to implement the heterogeneous linked list, it can make the data from the linked list not limited to the same type)