搜索资源列表
tree
- 树 数据结构中树的代码。Node为不同的类型,故此成为异质树
UNIXbaogao
- 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 (3)输出最佳路由即最小生成树 -Radius of R in a monitoring region, a random distribution of M nodes, each node of the sensor radius r, please complete: (1) to establish the location of t
surge
- surge apllicationA common application of sensor networks is to sample a sensor periodically (e.g., light or temperature) and report readings to a base station, which is typically a node with a wired network connection and power source. ᠋
tree
- windows下实现树的部分操作:插入节点,删除节点-windows to achieve the tree part of the operation: insert node, delete node, etc.
ReadLog
- 使用CTreeCtrl遍历硬盘所有文件,然后显示出来,点击树节点,在右边的CListCtrl里用图标显示出该文件下的文件,鼠标左键点击某文件,实现打开文件的功能。 功能类似于WINDOWS的文件夹功能-CTreeCtrl traverse all the files using the hard disk, and then displayed, click on the tree node, the right to use CListCtrl in icon shows the file
binary-tree
- 二叉树的创建,二叉树中结点的查找,测二叉树的深度宽度,输出二叉树的叶子结点-Binary tree creating, search binary tree node , the binary tree s depth and width, output binary tree leaf nodes
adt-tree
- 二叉排序树:又称二叉查找树。 它或者是一棵空树;或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于它的根结点的值; (3)左、右子树也分别为二叉排序树;-Binary sort tree: also known as binary search tree. Or an empty tree or a binary tree with the following properties: (1) If t
btnode
- NILFS B-tree node cache driver for Linux.
tnc
- This file implements TNC (Tree Node Cache) which caches indexing nodes of the UBIFS B-tree.-This file implements TNC (Tree Node Cache) which caches indexing nodes of the UBIFS B-tree.
treedata
- VC++操作Tree控件,点击TRee的节点可依次展开二级节点,Tree节点应用是相当广泛的。要运行程序必须将数据库文件夹Database(包含数据库文件City.mdb)与可执行文件放在一起-VC++ to operate the Tree control, click Tree nodes can expand the secondary node the Tree node application is quite extensive. To run the program must be
GlyphPageTreeNode
- Glyph Page Tree Node for linux QT Interface Driver.
GlyphPageTreeNodeCairoWin
- Glyph Page Tree Node Cario Window for linux.
binary-tree
- 用二叉链表存储二叉树,用“扩张先序遍历序列”创建二叉链表,对二叉树进行前、中、后序的遍历以及层次遍历,输出度为0、1、2的节点及节点数,线索化二叉树,根据线索化的二叉树查找二叉树中任意节点的前驱、后继,通过线索二叉树进行二叉树节点的删除、插入,以及按树状打印二叉树。-Used to store binary tree binary tree, use the " expansion preorder sequence" to create the binary tree, th
TabStopSpan_StandardTest
- The interface to a valid policy tree node for the PKIX certification path validation algorithm.
btnode
- NILFS B-tree node cache for Linux v2.13.6.
btree
- 树的一些常见操作,树的创建,树节点删除,树的遍历。-Some common operations of tree, tree, the tree node deletion, tree traversal.
btnode
- btnode.h - NILFS B-tree node cache.
irqdomain
- optional device-tree node of the interrupt controller.
rtree
- Size of each radix tree node (must be a power of 2). This impacts tree depth.
Java-binary-tree
- 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Written in Java binary tree data structure, including the value of each node of a binary tree, and each sub-tree pointer.
