搜索资源列表
CheckCmb_demo
- 本压缩文件提供了在vc平台中开发一个混合控件例子,类似于带有树形视图和复选框的组合框-the compressed files provided vc platform in the development of a hybrid Control example, with a tree view similar to the check box and the combination box
GridCtrALLlDemo
- 演示在表格中使用编辑框控件,树控件,检查框控件,按钮控件,COMBO BOX控件,SPIN控件的方法。-demonstration in the use of forms edit box control, tree controls, check box control, control buttons, notebook BOX controls SPIN control methods.
TwoEmbranchmentTree
- TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
search-tree
- 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
tree
- 生成树控件,可以点击并展开书,可以复选框选择。-Spanning tree control, you can click and launch the book, you can select the check box.
IntervalTree
- 由红黑树实现区间树算法,实现去检查找,和最小区间的确定。-To achieve range from red and black tree tree algorithm to check the look, and identification of the smallest interval.
checkboxtree
- 自己制作的一个带有复选框的树控件,希望对大家有用-Make a check box tree control by myself.Hope be usefulness for everybody
checktree
- vc关于带复选功能的树控件。另外还有标签控件。其中有测试实例。-With the function of check on vc control.Tree, Another label controls.One test case.
CheckTreeSort
- Sorter Check Tree GUI
Code.check.control.design.VC
- VC复选框控件设计经典代码Code check box control design classic VC -Code check box control design classic VC
binaryTree
- 完成以下菜单项功能,要求执行完一个功能后自动输出二叉链表的广义表形式或凹入形式: 按带空子树的前序序列建树; 输出前序、中序、后序遍历序列(递归算法); 输出结点个数、叶子结点个数; 输出二叉树的深度; 按凹入格式输出二叉树; 按广义表格式输出二叉树; 查询前序遍历序列的第i个结点; 一般二叉树的查找:给定值是否在二叉树中; 建立二叉排序树; 二叉排序树的查找。 使用二叉排序树完成排序。-Complete the following menu item
Flex-TreeCheckBox
- 带复选框的属性导航栏,简单实用,代码齐全,还有运行效果图-Check the properties of the navigation bar with simple, practical, code complete, there are plans to run effects
TreeWithCheckBox
- This tree with check box companent for flex(flash) application
tree-check
- tree带有checkBox,可以带有选择的树形-tree with a checkBox, you can choose the tree with
TreeAndList0930
- “仿windows资源管理器”平常练习用的小程序任务,模仿windows资源管理器用VS2008开发的自己的资源管理器,基本功能实现,以供童鞋们参考。都是已经运行通过并提交检查过的。有注释-Common practice with little programming tasks, imitate Windows resource management VS2008 is the development of their own resource manager, basic functions
TreeCheckboxes
- js实现树形复选框。使用XML格式文件来存放数据等。非常强大,兼容性好。-js tree check box. Using XML format to store data. Very powerful, good compatibility.
check
- 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
tree
- 树形结构,带复选框的属性结构,普通的树形实例,可多选的树型实例-Tree structure, with a check box attribute structure, ordinary tree instance, you can choose more than tree instance
Same-Tree
- Given two binary trees, write a function to check if they are equal or not. 判断两个二叉树是否相同-Two binary trees are considered equal if they are structurally identical and the nodes have the same value.