搜索资源列表
回溯法搜索排列树算法园排列问题
- 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
tokensort
- 桶排序二叉搜索树,参考参考吧,没啥意思的-barrels Binary Search Trees, reference reference it, lacks meaning.
ThBSTree
- 线索二叉搜索树结点的插入删除以及树的打印。-clues two forks search tree node of the tree to insert, delete and print.
tree_min
- 该程序是基于IDL平台下开法的应用随机搜索树进行搜索的优化算法实例!-the program is based on the following IDL platform Act of random search tree search algorithm optimization examples!
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
wxc_BSTree
- 数据结构算法(C++实现)二叉搜索树的类定义和实现
BST
- 二岔搜索树 可完成基本操作 遍历 查找 删除 判断两树是否相等
判断二叉搜索树
- 判断一棵二叉树是否为二叉搜索树的算法-judge whether a binary tree search for the binary tree algorithm
文件树的实现
- 以递归搜索的方法实现对目录的遍历,然后用treeview现实整个目录树.-recursive search for the right way to achieve directory traversal, and then use the treeview reality the whole directory tree.
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;
高维数据空间划分树
- 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
jcbuttonOcx
- 一款开源的完整多文件搜索并替换工具 Ver 1.2.0,主要功能有支持多文件搜索并替换,支持包含多级子目录搜索,支持各种匹配模式,支持应用触觉感知判断,支持日志报告并导出为html,text文件及打印输出功能。支持现场情景保存的导出导入。支持自定义上次搜索条件收藏并允许下次使用,支持自定义收藏夹内容等等。总之是一款不错的开源软件,功能比较强大。执行源代码时请先注册文件夹中 ccrpftv6.ocx(一个目录树控件)-A complete open-source multi-file search
vchelper
- VC写的文件搜索器,用到了目录树。目录树代码效率一般。-VC to write a document search engine, use the directory tree. Directory tree code efficiency in general.
SearchReplace
- 一款开源的完整多文件搜索并替换工具 Ver 1.2.0,主要功能有支持多文件搜索并替换,支持包含多级子目录搜索,支持各种匹配模式,支持应用触觉感知判断,支持日志报告并导出为html,text文件及打印输出功能。支持现场情景保存的导出导入。支持自定义上次搜索条件收藏并允许下次使用,支持自定义收藏夹内容等等。总之是一款不错的开源软件,功能比较强大。执行源代码时请先注册文件夹中 ccrpftv6.ocx(一个目录树控件)-A complete open source multi-file search
Phone-Book
- 电话本软件,用MFC实现。数据结构采用搜索树。界面做的跟i-phone一样,呵呵,只是仿造。-Phone book software, using MFC. Data structure using the search tree. Interface to do the same with the i-phone, Oh
BStreeLJH
- MFC实现二叉搜索树,输出先序,中序和后序遍历结果。-MFC binary search tree, output preorder, inorder and postorder traversal results.
omtimaldhsqgn
- 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-Algorithm design of dynamic programming problem of the optimal binary search tree is written in vc++
ctopeu
- 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的()
fuwctizoal
- 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的()
searchbox
- qt实现的一个搜索框,可以用在设备树中,用于搜索某条项目。这个搜索框,只是个UI代码,搜索功能代码没有实现。(A search box implemented by QT)