代码搜索:Tree
找到约 10,000 项符合「Tree」的源代码
代码结果 10,000
www.eeworm.com/read/162170/5548577
h syntax-tree.h
/*
* $Id: syntax-tree.h,v 1.3 2001/02/27 19:23:28 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs
* Copyright 2001 Gerald Combs
*
*
* This program is fr
www.eeworm.com/read/160391/5571383
m tree_cpd.m
function CPD = tree_CPD(varargin)
%DTREE_CPD Make a conditional prob. distrib. which is a decision/regression tree.
%
% CPD =dtree_CPD() will create an empty tree.
if nargin==0
% This occurs
www.eeworm.com/read/160391/5571564
m tree_protocol.m
function bel = tree_protocol(engine, evidence, pot_type, local_kernel, msg)
bnet = bnet_from_engine(engine);
ns = bnet.node_sizes;
onodes = find(~isemptycell(evidence));
ndoms = length(engine.
www.eeworm.com/read/160391/5571596
m tree_protocol.m
function msg = tree_protocol(engine, evidence, msg)
bnet = bnet_from_engine(engine);
N = length(bnet.dag);
% Send messages from leaves to root
for i=1:N-1
n = engine.postorder(i);
above
www.eeworm.com/read/158872/5591020
h hw-tree.h
/* The common simulator framework for GDB, the GNU Debugger.
Copyright 2002 Free Software Foundation, Inc.
Contributed by Andrew Cagney and Red Hat.
This file is part of GDB.
This prog
www.eeworm.com/read/158872/5591033
c hw-tree.c
/* The common simulator framework for GDB, the GNU Debugger.
Copyright 2002 Free Software Foundation, Inc.
Contributed by Andrew Cagney and Red Hat.
This file is part of GDB.
This prog
www.eeworm.com/read/158865/5593028
h stl_tree.h
/*
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby
www.eeworm.com/read/158865/5594310
def objc-tree.def
/* This file contains the definitions and documentation for the
additional tree codes used in the Objective C front end (see tree.def
for the standard codes).
Copyright (C) 1990, 1997 Free So
www.eeworm.com/read/158865/5594359
h cp-tree.h
/* Definitions for C++ parsing and type checking.
Copyright (C) 1987, 92-97, 1998, 1999 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC