搜索资源列表
二叉树的类实现
- 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The in
Tree
- 演示二叉树的生成及一些常用操作; 包括插入节点,删除节点等。
Tree
- 树(Tree)中的各种经典操作,如遍历,查找节点,删除节点,等等。
drag-drop-folder-tree
- ajax 拖拽树可以拖拽节点 删除节点 重命名节点
AVL树实现
- 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
RTreeTemplate.zip
- R树,具有搜索,添加,删除节点能,利用R树,可以为空间搜索速度带来很大的提升,是GIS中必备的一种算法,R tree, with the search, add, delete nodes can use R trees, you can search for the space a great deal of speed upgrade is necessary for GIS in an algorithm
TreeCtrl
- VC++编写的树视控件的动态添加、编辑、删除节点的实现。源代码完全开放,和适合于初学者深入学习树视控件!-VC++ written in the tree depending on the dynamics of the control to add, edit, delete the node implementation. Completely open source, and suitable for beginners to learn in depth the tree as the
avltree1
- 平衡二叉树 生成,可生成、删除树,还可对一棵树的节点进行插入、排序、删除操作-AVL Tree generator
tree
- 可以有多层目录的树控件,连接数据库,自由的添加删除节点!-Can have multi-directory tree controls, connect database, free to add delete the node!
B-
- 三阶B-树的节点插入与删除 三阶B-树的节点插入与删除-Third-order B-tree node insertion and deletion of third-order B-tree node insert and delete
DtreeTest
- 生成动态树,可以添加节点,删除节点,数据库是mysql,sql文件在应用路径下文件名为tree_table.sql。解压后可直接放在myeclipse里-Generate dynamic tree, you can add nodes, delete nodes, the database is mysql, sql file path in the application file name is tree_table.sql. Decompression can be placed dire
tree
- windows下实现树的部分操作:插入节点,删除节点-windows to achieve the tree part of the operation: insert node, delete node, etc.
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
tree
- C语言树的简单实现,介绍了树你前序遍历,树插入与删除节点的实现-C-tree is simple to achieve, before you introduced the tree traversal, tree insert and delete nodes to achieve
Tree
- 系统故障树模拟...利用MFC模拟系统故障树的建立、插入节点、删除节点、更改关系以及矩阵法求最小路集等功能-System fault tree simulation ... simulation system using MFC Fault Tree Construction, insert node, delete node, change the relationship and find minimal path set matrix method and other functions
ext-tree
- ext动态树的一个简单示例,包括动态新增、修改、删除节点。-ext a simple example of dynamic tree, including the dynamic new, modify, delete nodes.
Balanced-binary-tree
- 主要包括二叉树的建立和删除以及二叉树的一些基本操作:增加节点、删除节点和查找节点。-Balanced binary tree
Binary-tree-travel-around
- 建立一个二叉树,并实现添加,删除节点,周游二叉树的功能。-Binary tree travel around
tree-structure
- 实现树结构数据的修改,增加,删除节点的功能-TREE STRUCTURE
DeleteTree
- 做项目时需要对tree树进行删除,因为在删除某个节点时,要对这个节点下的所有节点进行删除,所以使用了递归来获取所有需要删除的节点,然后只需对返回的集合进行操作即可,递归方法现已上传(Do the project need to delete the tree tree, because in removing a node, to all nodes on this node are deleted, so use recursion to obtain all need to delete n