搜索资源列表
LIST+TREE
- 结合SQL SERVER数据库,查询所有数据库记录-with SQL Server database, query the database for all records
Bplustree
- b+tree 的插入和查询操作,代码比较简练,效率高。缺少删除操作。-b+ tree insertion and query operation, code relatively simple and efficient. The lack of deletion.
familytree
- 设计一个家谱管理系统,允许用户输入家谱信息,并显示层次化的家谱图。允许用户输入成员姓名,在家谱中查询是否存在该成员并返回该成员所在的辈分(家谱中的第几代)、双亲及孩子。-Design a family tree management system, allows the user to enter the family tree information, and display the level of the genealogical chart. Allows the user to inp
AVT
- 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
tree
- 二叉树的生成、查询、删除、插入等基本操作,及图像的动态显示-Tree generation, query, delete, insert the basic operation, and the image of dynamic display
li
- c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
AssociationRuleAlgorithm
- 本文在分析以往各种算法的基础上,提出了一种适用于长模式挖掘的不产生候选集的 关联规则改进算法,我们利用数据库查询语言存储FP一tree的信息而不建立FP一tree结构, 提出约简属性和直接从频度表(f_list)中提取CLOSET的方法,从而节省时间和空间。 -Based on the analysis of the previous algorithms based on a model applicable to long-mining does not produce a ca
RStarTree.tar
- 经典索引方法,它是在R树的基础上进行改进,再次提高了查询速度,用VC编写,代码精炼。-Classic index method, which is in the R-tree based on the improved query speed once again increased, with VC development, refining the code.
Improved_binary_query_tree_anti_collision_algorith
- 在射频识别系统中,存在阅读器与多个标签同时通信的碰撞问题,标签的防碰撞算法是解决数据冲突的关键。文章详细阐述了已有的典型的二进制查询树的防碰撞算法,并在此基础上提出了一种新的防碰撞算法;该算法利用二时隙的方法,使阅读器的询问次数和标签识别所需的数据流大大减少,提高了标签的识别效 率。从仿真实验中表明,该算法比已有的二进制查询树算法具有更明显的优势。-In the radio frequency identification system, there is reader to communi
AVL-Tree
- AVL tree implementation without pointer. Query,Insert,Erase in logN.
RFID
- 基于二进制查询树的RFID标签防碰撞算法、基于二进制搜索算法的RFID标签防碰撞算法-Binary query tree based anti-collision algorithm, RFID tags, the binary search algorithm based anti-collision algorithm for RFID tag
tree
- 农户承包土地资源和使用树种情况的查询小程序-Household contract land, the use of the query tree applet
splay-tree
- 划分树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
trie-tree
- 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
Tree-10-13
- 用C语言创建树结构,对生产的树进行遍历,或按要求查询指定的叶子节点-Tree structure created with the C language, the production tree traversal, or required to query the specified leaf node
oracle-tree-sql
- oracle树结构查询语句, Oracle query tree structure-Oracle query tree structure
CPP-multi-tree
- 模拟随机的多叉树的实现,可以实现增加节点、组合节点、打印节点、节点数目查询等功能。-Stochastic simulation of multi-tree, you can add nodes to achieve a combination node, print nodes, number of nodes query.
Two-forks-balanced-tree
- 使用数据结构的知识,实现二叉平衡树插入查询操作。插入创建二叉平衡树,并查找某个元素,如果没有该元素,则将此元素插入进去。-Use knowledge of data structures to achieve balanced binary tree insert query operations. Create a balanced binary tree insertion, and look for an element, if not the element, the element i
binarytree_wd
- 这是一个射频识别防碰撞的程序,其中采用的是二进制算法,结果有对比图,效率明显提高-Abstract The deployments of RFID system are seriously affected by collision caused by multiple tags responding simultaneously. To facilitate the resolution of collisions caused by densely distributed memoryles
Tree-establishment-and-traversal
- 树的遍历与查询,各种细致的操作都具备,操作很完备-Traversal of the tree and query, all kinds of detailed operations are available, the operation is complete
