CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Query TREE

搜索资源列表

  1. btree.tar

    0下载:
  2. C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.79kb
    • 提供者:Jason
  1. family_manage_system.rar

    0下载:
  2. 二叉树实现家族族谱管理 功能:创建族谱、打印功能、统计功能、查询功能,Genealogy family tree to achieve management functions: Create a family tree, print functions, statistics functions, Query functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.79kb
    • 提供者:HCY
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11.59kb
    • 提供者:赖泽天
  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:198.8kb
    • 提供者:张欣
  1. tree

    0下载:
  2. 二叉树的生成、查询、删除、插入等基本操作,及图像的动态显示-Tree generation, query, delete, insert the basic operation, and the image of dynamic display
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:36.52kb
    • 提供者:李青
  1. pinghengerchashu

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 - Balanced binary tree data structure is a very important concept. Its binary tree query optimization and improve efficiency has an important role, it is a dynamic search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:王艳峰
  1. li

    0下载:
  2. c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:883byte
    • 提供者:li
  1. Project

    0下载:
  2. 数据结构课程设计作业,因特网域名查询系统,利用二叉树实现的-Data Structure course design work, the Internet domain name query system, using a binary tree implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:343.21kb
    • 提供者:我是谁
  1. AVL-Tree

    0下载:
  2. AVL tree implementation without pointer. Query,Insert,Erase in logN.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:889byte
    • 提供者:sn
  1. erchapaixvshu

    0下载:
  2. 用c语言实现二叉排序树的查询,快速快捷,已实验通过-C language implementation using binary sort tree query, fast speed, have been experiments by
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.55kb
    • 提供者:chen qiang
  1. BPlusTree

    0下载:
  2. B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索引,它包含一组短记录,每个短记录包含一个键以及指向实际记录的
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:227.79kb
    • 提供者:王军杰
  1. B_Tree

    0下载:
  2. 用C实现的一段B树源码。 是一个简单的示例,主要介绍如何实现B树的建立,插入、查询、删除等功能-Section B with the C implementation source code tree. Is a simple example, describes how to build a tree B, insert, query, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16.25kb
    • 提供者:yang_pdager
  1. test

    0下载:
  2. 平衡二叉树的创建,查询节点,删除节点,插入节点等功能-Balance binary tree, delete query node create, functions, insert the node nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:23.88kb
    • 提供者:吴斌
  1. erchashu

    0下载:
  2. 数据结构中,二叉树程序!包括中序,前序,后序查询-Data structure, binary tree program! Included in the order, preorder, postorder query! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:迷路的小孩
  1. splay-tree

    0下载:
  2. 划分树logn 给你n个数 然后让你query从ll到rr中排第k的数-N logn to you by the number of trees and then let you query from ll to rr in the number of rank k
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:948byte
    • 提供者:ZHANGKE
  1. SBT

    0下载:
  2. 利用线段树套平衡树查询区间第K大数,并满足修改操作,复杂度log^2(n)-Balanced tree using segment tree sets large numbers query interval s K, and operations to meet the changes, the complexity of log ^ 2 (n)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.41kb
    • 提供者:赫正直
  1. BinaryTreeSort

    0下载:
  2. 二叉搜索树算法,分析详解,包括树的生成,排序,搜索,和查询还有删除。-Binary search tree algorithm, Detailed analysis, including the generation of the tree, sorting, searching, and query also deleted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:159.39kb
    • 提供者:tin
  1. poj2823.cpp.tar

    0下载:
  2. poj2823,使用线段树进行查询区域间最大最小值,线段树初步-poj2823, using the segment tree for the query region between the maximum and minimum, the initial segment tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:710byte
    • 提供者:
  1. trie-tree

    0下载:
  2. Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.24kb
    • 提供者:咋都有
  1. sp_tree

    0下载:
  2. 在MATLAB中构建sp-tree,减少数据查询时间(Building sp-tree in MATLAB reduces data query time)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:nszasker
« 12 »
搜珍网 www.dssz.com