代码搜索:Tree
找到约 10,000 项符合「Tree」的源代码
代码结果 10,000
www.eeworm.com/read/315699/13537979
h tree.h
/* tree.h -- binary search tree */
/* no duplicate items are allowed in this tree */
#ifndef _TREE_H_
#define _TREE_H_
#include
/* redefine Item a
www.eeworm.com/read/315489/13541744
cpp tree.cpp
#include "stdafx.h"
#include"Tree.h"
#include
Node *Tree::setRoot(Node *root){
}
www.eeworm.com/read/315489/13541745
h tree.h
#include"Node.h"
class SortTree{
public:
Node *setRoot(Node *root); //设树根指针,并返回根指针
Node *addNode(Node *root,Node *child_node); //给根为root的树添加一个孩子child_node
www.eeworm.com/read/315489/13541748
bmp tree.bmp
www.eeworm.com/read/314540/13564642
png tree.png
www.eeworm.com/read/314088/13575245
bmp tree.bmp
www.eeworm.com/read/312649/13606954
c tree.c
#include "c.h"
static char rcsid[] = "$Id: tree.c,v 1.1 2002/08/28 23:12:47 drh Exp $";
int where = STMT;
static int warn;
static int nid = 1; /* identifies trees & nodes in debugging output
www.eeworm.com/read/311980/13620593
dsw tree.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################