Find

在树里按样本搜索一个节点。

CTreeNode*  Find(
   CTreeNode*  node      // 节点
   )

参数

node

[输入]  包含数据的节点-搜索样本。

返回值

发现的节点指针或 NULL。