搜索资源列表
TreeViewZQ
- 对比两种TreeView生成算法, 一种是递归生成所有节点, 一种是只生成部分节点-compares the two TreeView generation algorithm, is a recursive generates all the nodes, is only a part of Generation Node
SwitchViewInSDI
- 算法简单描述如下: 如果当前棋局为终局状态,则返回状态分 从当前棋局的状态出发,找出一个可走的步数,试走此部,新状态扩展为当前棋局的 一个子结点 此子结点做为新的当前状态递归调用 (此过程中可加入α-β裁减) 思考:如果采用循环代替递归,保存所有已构造的节点,在下一次构造博奕树时本次构造 的节点可能重复利用,节省构造时间。
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
Dijkstra_simulate
- Dijkstra算法可视化模拟,可输入节点!可仿真路由表产生过程
TREE
- 自己用C写的数据结构中,关于树的算法。包括先序、中序、后序遍历以及叶子节点个数等。
Ex7deeptree
- 给定树节点数据查树深度. 对树算法进行简单的剖析
TreeCtrlEx
- 一个树形控件,和MFC的树形控件功能相同,但是可以隐藏节点,采用了四个指针,插入和删除算法没用递归,比较新颖-a tree controls, and MFC tree controls function the same, but hidden nodes can use the four indicators, insert and delete useless recursive algorithm, the novelty
APIT
- 无线传感器节点定位算法APIT的实现,改进后的算法比原始算法更加精确-APIT wireless sensor node localization algorithm implementation, the improved algorithm is more accurate than the original algorithm
BitTree
- 用VC界面模拟二叉树算法,添加,删除,修改节点-VC interface with binary tree algorithm simulation, add, delete, modify nodes
12
- 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
6-44
- 编写递归算法:求二叉树中以元素值为x的节点为根的子树的深度-Write a recursive algorithm: the value of an element in the binary tree node x is the depth of the subtree rooted
AODVmin1234
- 在无线传感网络中,求解路由算法最短路径,节省传感节点的能量-Energy in wireless sensor networks, routing algorithm for solving the shortest path, saving sensor nodes
AO(Matlab)min_routing1234
- 在无线传感网络中,求解路由算法最短路径,节省传感节点的能量-Energy in wireless sensor networks, routing algorithm for solving the shortest path, saving sensor nodes
