搜索资源列表

  1. ZhyTree

    0下载:
  2. C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23822
    • 提供者:郑海源
  1. Coding

    0下载:
  2. C++编写的异质树,主要使用到虚函数,继承等概念。动态连编
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:112076
    • 提供者:caoyuan
  1. tree

    0下载:
  2. 树 数据结构中树的代码。Node为不同的类型,故此成为异质树
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:113159
    • 提供者:caoyuan
  1. yzssx

    0下载:
  2. 异质树的实现,异质树的说明 异质树的实 现,异质树的说明
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:wangzheng
  1. BinaryTree

    0下载:
  2. 用template写的二叉排序异质树,并做了界面优化等辅助功能,应该很多同学都需要,基本上把c++的继承虚函数特性都用到了
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2377682
    • 提供者:杨光
  1. BWBST

    0下载:
  2. 经典数据结构中较难的平衡二叉排序树的操作,考虑到较多同学都需要,特此上传,c++实现,需要做异质树的自行把struct改为class既可。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13245
    • 提供者:杨光
  1. tree_coding

    0下载:
  2. 1.程序完整实现了异质树的遍历,查找,删除,插入 2.继承,虚函数,动态联编 3.DEV-C++编译环境 4.标准输入输出
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:197353
    • 提供者:Michelle
  1. differentTree

    0下载:
  2. 这是一个异质树,利用了多态和虚函数机制,大家
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15727
    • 提供者:Beyond
  1. vtree

    0下载:
  2. 异质树的实现,程序具有良好的交互性.可实现按层次遍历.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2270
    • 提供者:tony
  1. SortTree

    0下载:
  2. 异质树构造c++实现,用c++程序打开压缩包即可
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:77653
    • 提供者:刘阳
  1. 异质树

    0下载:
  2. 基于C++的异质树实现

  3. 所属分类:系统编程

    • 发布日期:2008-11-11
    • 文件大小:112629
    • 提供者:shixin
  1. ZhyTree

    1下载:
  2. C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:23552
    • 提供者:郑海源
  1. Coding

    0下载:
  2. C++编写的异质树,主要使用到虚函数,继承等概念。动态连编-C++ Prepared heterogeneous tree, the main use of the virtual function, the concept of inheritance. Even dynamic allocation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:111616
    • 提供者:caoyuan
  1. tree

    0下载:
  2. 树 数据结构中树的代码。Node为不同的类型,故此成为异质树-Tree data structure in the tree code. Node for the different types, it has become heterogeneous tree
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:113664
    • 提供者:caoyuan
  1. yzssx

    0下载:
  2. 异质树的实现,异质树的说明 异质树的实 现,异质树的说明 -Heterogeneous tree the realization that heterogeneity heterogeneous tree tree realization that heterogeneity heterogeneous tree tree realization that heterogeneity tree
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:wangzheng
  1. BinaryTree

    0下载:
  2. 用template写的二叉排序异质树,并做了界面优化等辅助功能,应该很多同学都需要,基本上把c++的继承虚函数特性都用到了-Template used to write the binary sort tree heterogeneity and has done a interface optimization and other auxiliary functions, it should be a lot of students
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:2732032
    • 提供者:杨光
  1. BWBST

    0下载:
  2. 经典数据结构中较难的平衡二叉排序树的操作,考虑到较多同学都需要,特此上传,c++实现,需要做异质树的自行把struct改为class既可。-Classic data structures more difficult to balance binary sort tree operation, taking into account the needs of more students, and would like to upload
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:杨光
  1. tree_coding

    0下载:
  2. 1.程序完整实现了异质树的遍历,查找,删除,插入 2.继承,虚函数,动态联编 3.DEV-C++编译环境 4.标准输入输出-1. Procedures achieved complete heterogeneous tree traversal, search, delete, insert 2. Inheritance, virtual function, dynamic binding 3.DEV-C++ Compile
  3. 所属分类:书籍源码

    • 发布日期:2024-05-22
    • 文件大小:196608
    • 提供者:Michelle
  1. differentTree

    0下载:
  2. 这是一个异质树,利用了多态和虚函数机制,大家-This is a heterogeneous tree, using a number of states and virtual function mechanism, we
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:203776
    • 提供者:Beyond
  1. SortTree

    0下载:
  2. 异质树构造c++实现,用c++程序打开压缩包即可-Tree heterogeneity c++ Realize, with c++ Program to open the cabinet can
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:423936
    • 提供者:刘阳
« 12 »

源码中国 www.ymcn.org