CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 异质链表

搜索资源列表

  1. src20070606

    0下载:
  2. 异质链表 c++实现的例子,仅供参考,如有雷同纯属巧合-heterogeneous chain c achieve example, for reference purposes only, if the same is purely coincidental
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46878
    • 提供者:wang
  1. ch021

    0下载:
  2. 异质链表查询.存储不同的结构-heterogeneity Chain inquiries. Storage different structure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4350
    • 提供者:程鹤诗
  1. 学校人员管理系统

    0下载:
  2. 设计并实现一个简单的大学人员信息管理系统。对各类人员信息进行管理,包括增加、删除、查询、修改、排序和统计等基本功能。用面向对象方法设计一个异质链表,该链表用来存储大学中各类人员的信息。-design and implement a simple university personnel information management system. Categories of information management, including add, delete, inquiry, modif
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:127555
    • 提供者:刘玲
  1. 移质链表

    0下载:
  2. 用c++实现的异质链表,包括链表的增加删除查找反转功能。
  3. 所属分类:数据结构常用算法

  1. project

    0下载:
  2. 异质链表 的实现 实现异质链表的查找、插入、删除和遍历-Heterogeneous list of linked lists to achieve the realization of heterogeneity of the find, insert, delete, and ergodic
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:27817
    • 提供者:adam
  1. yzlb

    0下载:
  2. 这个链表基本实现了异质链表的,插入(表头插入,表尾插入),删除,查询,输出等功能。 -The list of the basic realization of the heterogeneous linked list, insert (insert header, footer, insert), delete, query, output and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1863
    • 提供者:lavender_yanyan
  1. yizhiliangbiao

    0下载:
  2. 异质链表基本功能,删除,插入,查询等,利用虚函数和继承机制-List the basic functions of heterogeneity, delete, insert, query and so on, the use of virtual functions and inheritance mechanisms
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1070
    • 提供者:fisherman
  1. linkedlist

    0下载:
  2. 一个异质链表的c++实现。是学习c++多态虚基类的很好的例子。-A heterogeneous list of c++ Achieve. Learning c++ Polymorphic virtual base class of very good example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:118447
    • 提供者:alpha
  1. HeterogeneousList

    0下载:
  2. C++下的异质链表的演示小程序,希望对学习中的朋友有帮助-C++ heterogeneous linked list demonstration program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1720
    • 提供者:Daniel J
  1. aaa

    0下载:
  2. 异质链表的实现,实现异质链表的插入,删除,查找,遍历等操作-Heterogeneous linked list implementation, to achieve heterogeneous linked list insert, delete, search, traversal and other operations
  3. 所属分类:其他小程序

    • 发布日期:2013-09-30
    • 文件大小:1012717
    • 提供者:weniixing
  1. yizhilinkedlist

    0下载:
  2. 异质链表的实现。实现异质链表的查找、插入、删除和遍历。面向对象编程,类,多态,继承,虚函数,虚析构函数,内存泄露 -Heterogeneous linked list implementation. Find heterogeneous linked list to achieve, insert, delete, and traverse. Object-oriented programming, classes, polymorphism, inheritance, virtual fu
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:599214
    • 提供者:panwang
  1. Heterogeneity_Link

    0下载:
  2. 异质链表实现:链表主要操作方面: 遍历链表时,对应不同的类型对象对象识别问题。通过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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3501
    • 提供者:Andy
  1. yizhilianbiao

    0下载:
  2. 用异质链表做学校的人员管理,包括姓名、性别、年龄、职务等方面-linklist to personal management
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:977
    • 提供者:ronghao
  1. heterogeneouslist

    0下载:
  2. 异质链表,元素类型包括学生、老师、职工,可以执行添加、删除、查询等操作。-Heterogeneous list, element types, including students, teachers, workers, you can add, delete, query and other operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:127936
    • 提供者:sunxine
  1. list2

    0下载:
  2. 异质链表 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
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-09-30
    • 文件大小:12160
    • 提供者:王云翔
  1. HeterogeneityLink(VS2010-CPP)

    0下载:
  2. VS2010开发 C++语言 实现异质链表-The VS2010 development C++ language heterogeneity linked list
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:3890526
    • 提供者:1苆4浮蕓
  1. c++异质链表

    0下载:
  2. 此文件为c++异质链表,有插入删除,新建等操作,以及充分的注释
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-03
    • 文件大小:6355
    • 提供者:LOVEREX
  1. 异质链表(cpp版)

    0下载:
  2. 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1873920
    • 提供者:suomynona
  1. yizhilianbiao

    0下载:
  2. DevC++平台,使用C语言实现异质链表(Heterogeneous linked list realized by C language)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:陈佳www
  1. Exercise1

    0下载:
  2. 使用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)
  3. 所属分类:网络编程

    • 发布日期:2018-05-02
    • 文件大小:57344
    • 提供者:半日暮歌
« 12 3 »
搜珍网 www.dssz.com