搜索资源列表
src20070606
- 异质链表 c++实现的例子,仅供参考,如有雷同纯属巧合-heterogeneous chain c achieve example, for reference purposes only, if the same is purely coincidental
ch021
- 异质链表查询.存储不同的结构-heterogeneity Chain inquiries. Storage different structure
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
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.
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
Job_exercise1
- 同质链表以及异质链表,主要包括创建、插入、删除、倒置、拼接等操作。-homolinkedlist and heterolinkedlist,including creation,insertion,deletion,recursion,combination
List
- 同质链表和异质链表,实现链表的插入、删除、排序,遍历等功能-Homogeneity and heterogeneity linked list
list
- 一个简单的异质链表的实现。使用的是C++来实现。可以用VC或者DEV-C++打开-A simple implementation of heterogeneous list. Using a C++ to achieve. VC can be used to open or DEV-C++
CPP-experiment
- 运用面向对象的思想,设计基于异质链表的大学人员信息管理系统。 管理信息包括三类: 学生:姓名、年龄、社会保险号、年级、平均成绩 职员:姓名、年龄、社会保险号、工资 教师:姓名、年龄、社会保险号、工资、研究方向 可以增加、删除、查找、打印以上人员信息。-The use of object-oriented thinking, design is based on heterogeneous list of university personnel informa
heterogeneous-list-
- 使用C语言编写完整的异质链表,不是C++,包括头插,尾插,头删,尾删,创建空链表,倒置,销毁等-Using C language to write a complete heterogeneous list
UniqueList
- C实现的异质链表的多态性程序,可以实现增加、删除、查询的功能。(C++)-C implementation of heterogeneous chain polymorphism procedures, can achieve add, delete, query functions. (C++)
linklist
- 异质链表简单程序,但不能手动添加、删除、查找、遍历,比较简单-Heterogeneous list based implementation
student
- 简单异质链表,但是c与语言的,没有类的概念-Heterogeneous list based implementation
heterolist-homolist
- 同质链表 异质链表的代码 适合初学者参考学习-heterolist homolist
list
- 关于同质链表与异质链表,包含链表的各种功能,如插入删除倒置等。希望对您有帮助。-About homogeneous and heterogeneous list, the list contains a variety of functions, such as the insertion , deletion and inversions. I hope it can help you.
ConsoleApplication5
- 基于异质链表的信息管理系统,包括类,结构体,共用体,枚举类型。-Based on the list of heterogeneous information management system
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
yizhilianbiao
- DevC++平台,使用C语言实现异质链表(Heterogeneous linked list realized by C language)