搜索资源列表
twotree
- 二叉树的基本操作,包括建树,查询,遍历等。-Binary Tree' s basic operations, including contribution, query, traversal and so on.
AVLTree
- AVL树的查询 插入 删除,代码完整,可直接使用-AVL tree insertion deletion query, code integrity, and can be used directly
RFID
- 基于二进制查询树的RFID标签防碰撞算法、基于二进制搜索算法的RFID标签防碰撞算法-Binary query tree based anti-collision algorithm, RFID tags, the binary search algorithm based anti-collision algorithm for RFID tag
queryTree
- query optimazation tree program
Computer
- 实现计算器的功能,并储存、查询计算结果,并实现树控件的自动添加功能-Realize the function of the calculator, and storage, query results, and automatically added to achieve the control function of the tree
huffman
- 哈弗曼树的课程设计,数据结构课程项目,实现哈弗曼树的查询等功能。-Havermann curriculum design, tree data structures course project, query and other functions of the Huffman tree.
source
- //给定平面上的几个点 求某个矩形区域包含几个点 //要是点的坐标比较小 可以直接N^2的预处理 1的查询 对每次查询暴力当然也可以,但是适用性可以认为为0。。。 //这个算法不受点的坐标的影响 也不受矩形坐标的影响 效率为nlogn + mlogn n:点的个数 m:为查询次数 //先对数据已x坐标排序 ,这样可以二分出大致区间 //对于y坐标的处理(我上一年的时候直接暴力), 昨天忽然灵感突现,用归并树保存x坐标排序后的数据的每段的y坐标序,然后再进行二分) -//Gi
T4
- 目录和文件时磁盘树形结构中最基本的组成单元,Java用File类来统一表示它们, * 并通过File类来完成目录和文件的创建、删除、查询等操作。 * 手工创建d:\test文件夹,编写一个Java程序, * 遍历“d:\test”文件夹,如果文件夹为空,则创建一个新文件a.txt,并把此文件的名称打印出来; * 如果文件夹不为空,那么将该文件夹下的文件和目录遍历以后, * 按照目录和文件类型,分类把目录名称和文件名分称打印出来。-Basic constituent
Tree-10-13
- 用C语言创建树结构,对生产的树进行遍历,或按要求查询指定的叶子节点-Tree structure created with the C language, the production tree traversal, or required to query the specified leaf node
Desktop
- 学生成绩管理系统,实现对成绩链表的动态操作:创建,插入,删除等; 航班查询系统,实现查询和浏览的功能; 家族系统,采用树的数据结构组织家族成员关系,实现家族的创建和查询; 停车场管理系统,记录车辆登记和离开信息; 教学设计,采用图的数据结构,优先课程信息; -Student achievement management system, the achievements linked list of dynamic operation: create, insert, dele
word
- 单词精灵程序 可以二叉树存储数据 同时具有查询数据与解释的功能-Word Wizard program can store data in a binary tree also has the function of query data and interpretation
poj2104.cpp
- 算法程序设计题 POJ 2104 ,使用*树的数据结构来查询区间第K小的数-Algorithm design problem POJ 2104, the Chairman of the tree data structure to use to query a small number of K Interval
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
familytree
- 用树形结构实现家庭成员信息管理,如建立、删除、查询、统计、打印等。-Family members with a tree structure to achieve information management, such as create, delete, query, statistics, printing and so on.
code
- 数据结构各种算法:最短路径、最小生成树、几种排序、二叉树的操作、查询算法等-Data structure of the various algorithms: shortest path, minimum spanning tree, some sort of binary operations, query algorithms
familymanager
- 家谱管理系统,实现家谱的录入,查询,修改,家谱树的查看-Genealogy management system, genealogy entry, query, modify, view the family tree
queryArray
- 这是一个专门用来查询数组的测试程序包,可以使用。(This program is for query array, for tree search is use of ajvascr ipt)
dpti
- 实现数据结构中树的创建查询,删除和修改节点,不错的源码,很好(Implementation of a data structure tree create a query, modify and delete nodes, and a good source code, very good)
xiansuoerchashu
- 是使用C语言,编写的有关于线索树查询的代码(I write code to do with the problem of threaded tree query by using C language)
