代码搜索:node

找到约 10,000 项符合「node」的源代码

代码结果 10,000
www.eeworm.com/read/240248/4575549

txt khtml_dom_node_patch.txt

--- ../../kdelibs/khtml/dom/dom_node.h Sun Mar 11 10:52:21 2001 +++ ./kdesrc/khtml/dom/dom_node.h Sun Oct 7 11:41:11 2001 @@ -760,8 +760,11 @@ protected: * A DOMTimeStamp represents a number of mil
www.eeworm.com/read/237230/4628566

svn-base finsh_node.c.svn-base

#include #include "finsh_node.h" #include "finsh_error.h" #include "finsh_var.h" #include "finsh_heap.h" struct finsh_node global_node_table[FINSH_NODE_MAX]; int finsh_node_init() { mems
www.eeworm.com/read/237230/4628576

svn-base finsh_node.h.svn-base

#ifndef __FINSH_NODE_H__ #define __FINSH_NODE_H__ #include #define FINSH_NODE_UNKNOWN 0 #define FINSH_NODE_ID 1 #define FINSH_NODE_VALUE_CHAR 2 #define FINSH_NODE_VALUE_INT 3 #defi
www.eeworm.com/read/237227/4628797

svn-base finsh_node.c.svn-base

#include #include "finsh_node.h" #include "finsh_error.h" #include "finsh_var.h" #include "finsh_heap.h" struct finsh_node global_node_table[FINSH_NODE_MAX]; int finsh_node_init() { mems
www.eeworm.com/read/237227/4628807

svn-base finsh_node.h.svn-base

#ifndef __FINSH_NODE_H__ #define __FINSH_NODE_H__ #include #define FINSH_NODE_UNKNOWN 0 #define FINSH_NODE_ID 1 #define FINSH_NODE_VALUE_CHAR 2 #define FINSH_NODE_VALUE_INT 3 #defi
www.eeworm.com/read/215485/4903680

m log_marg_prob_node.m

function L = log_marg_prob_node(CPD, self_ev, pev, usecell) % LOG_MARG_PROB_NODE Compute sum_m log P(x(i,m)| x(pi_i,m)) for node i (tabular) % L = log_marg_prob_node(CPD, self_ev, pev) % % This differ
www.eeworm.com/read/215485/4903688

m sample_node_single_case.m

function y = sample_node(CPD, pev) % SAMPLE_NODE Draw a random sample from P(Xi | x(pi_i), theta_i) (tabular) % y = sample_node(CPD, pev) % % pev{i} is the value of the i'th parent (if any) %assert(
www.eeworm.com/read/215485/4903697

m log_nextcase_prob_node.m

function L = log_nextcase_prob_node(CPD, self_ev, pev, test_self_ev, test_pev) % LOG_NEXTCASE_PROB_NODE compute the joint distribution of a node (tabular) of a new case given % completely observed d
www.eeworm.com/read/215485/4903763

m log_marg_prob_node.m

function L = log_marg_prob_node(CPD, self_ev, pev) % LOG_MARG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m)) for node i (linear_gaussian) % L = log_marg_prob_node(CPD, self_ev, pev) % % This differ
www.eeworm.com/read/215485/4903774

m log_marg_prob_node.m

function L = log_marg_prob_node(CPD, self_ev, pev) % LOG_MARG_PROB_NODE Compute prod_m log P(x(i,m)| x(pi_i,m)) for node i (root_gaussian) % L = log_marg_prob_node(CPD, self_ev, pev) % % This differs