搜索资源列表

  1. AVLTree_demo

    0下载:
  2. avl平衡树,很好用的数据结构,对建立索引有帮助-avl balance tree, very good data structure,will be helpful for creating index.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:55029
    • 提供者:应名
  1. ImpleOfDataStruct

    0下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Bi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:33818
    • 提供者:王高
  1. avl

    0下载:
  2. avl平衡树做的电话号码系统!!!可支持查询,修改,删除等操作
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3815
    • 提供者:jiangshan
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlN
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. AVLTree_demo

    0下载:
  2. avl平衡树,很好用的数据结构,对建立索引有帮助-avl balance tree, very good data structure,will be helpful for creating index.
  3. 所属分类:图形图象

    • 发布日期:2024-10-05
    • 文件大小:54272
    • 提供者:应名
  1. ImpleOfDataStruct

    0下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Bi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:33792
    • 提供者:
  1. avl

    0下载:
  2. 数据结构的平衡二叉树的操作,包括插入和删除,查找-Balanced binary tree data structure of the operation, including insert and delete, search
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:8192
    • 提供者:lj
  1. AVLTtreeSource

    0下载:
  2. AVL平衡二叉树。原本在这里下载了其他人的平衡二叉树,但发现都不好用,于是从codeguru下载了一个。现在经修正后,已经符合ANSI C规范,并作了适当的封装,用起来和一个类的用法也差不多。这里的代码作为一个demo展示了树的用法。-AVL balanced binary tree. Originally here to download other people s balanced binary tree, but found n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:184320
    • 提供者:周善人
  1. avl

    0下载:
  2. avl平衡树做的电话号码系统!!!可支持查询,修改,删除等操作-AVL tree balance of the telephone numbering system to do! ! ! Support query, modify, delete and other operations
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:3072
    • 提供者:jiangshan
  1. treetime

    0下载:
  2. 一个数据结构的课程作业,用来比较avltree,splay tree,平衡树之间的插入删除操作的时间,平均时间,内有这3种树的实现代码-A data structure course operations, to compare avltree, splay tree, balanced tree insertion between the delete operation time, average time, which has 3
  3. 所属分类:C#编程

    • 发布日期:2024-10-05
    • 文件大小:62464
    • 提供者:卢杨
  1. AVLTree

    0下载:
  2. 用C实现的AVL搜索树的完整源码,包括插入操作和删除操作的具体实现,以及平衡的调整-AVL with C achieved a complete search tree source code, including the insertion operation and deletion of concrete realization, as well as the adjustment of balance
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:4096
    • 提供者:韩雪莲
  1. AVL

    0下载:
  2. 平衡二叉树的基本操作.包括查找、插入、删除、合并等操作-AVL Basic Functions
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:4096
    • 提供者:serenesunny
  1. DeepConstraintBinaryTree

    0下载:
  2. Deep Constraint Binary Tree 是一种新的二叉平衡树。改源码同时包含了传统的AVL二叉平衡树的实现-Deep Constraint Binary Tree is a new binary balanced tree. To change source code also includes the traditional AVL balanced binary tree implementation of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:3082240
    • 提供者:liam
  1. AVL

    0下载:
  2. avl,数据结构,平衡查找二叉树,支持添加、删除、查找!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:6144
    • 提供者:常迪
  1. AVLtrees

    0下载:
  2. AVL平衡树控件包,研究数据结构的好-AVL balanced tree control packet, the data structure of a good stuff
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-10-05
    • 文件大小:6144
    • 提供者:zensst
  1. RBTree

    0下载:
  2. 红黑树的JAVA实现。红黑树仍然不是平衡树,但是统计性能要好于AVL树。要保持红黑树的规则,主要通过两类操作,一类是换色,一类还是旋转。-JAVA red-black tree implementation. Red-black tree is still not balanced tree, but the statistical performance is better than the AVL tree. Red-black t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-05
    • 文件大小:3072
    • 提供者:
  1. BUC

    0下载:
  2. BUC算法,数据库一种重要的查询算法。利用AVL平衡树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-BUC algorithm, an important database search algorithm. Use of AVL balanced tree is a very efficient binary search tree, it can use the rotation of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:1465344
    • 提供者:yinzengchun
  1. 二叉平衡树(AVL)

    0下载:
  2. 二叉平衡树(AVL)树的全部实现:各种旋转,插入,删除
  3. 所属分类:数据结构常用算法

  1. AVL树

    0下载:
  2. 二叉树的ADT、搜索树的ADT、平衡二叉树的ADT。AVL树包含了AVL的建立、查找、删除操作。全部使用类模板,方便调用(ADT for binary tree, ADT for search tree, ADT for balanced binary tree. AVL tree contains the establishment of AVL, find, delete operation. All use of class te
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:5974016
    • 提供者:启明jun
  1. UserCheckIn

    0下载:
  2. 编程实现二叉树结构及其相关功能,以存储用户信息,不使用标准模板类的二叉树结构和函数。同时根据二叉树的变化情况,进行相应的平衡操作,即AVL平衡树操作,四种平衡操作都考虑。采用相应的数据结构模拟用户登录系统,其功能包括用户登录、用户密码更新、用户添加和用户删除等。(The programming implements the two fork tree structure and its related functions to stor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:1906688
    • 提供者:lalala2333
« 12 3 4 5 »

源码中国 www.ymcn.org