代码搜索:conditional

找到约 2,177 项符合「conditional」的源代码

代码结果 2,177
www.eeworm.com/read/197905/5091231

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 if we
www.eeworm.com/read/197905/5091851

m normalize_pot.m

function [pot, loglik] = normalize_pot(pot) % NORMALIZE_POT Convert the element of stable conditional gaussian potential Pr(X,E) into Pr(X|E) and return log Pr(E). % [pot, loglik] = normalize_pot(pot)
www.eeworm.com/read/190666/5175395

c 900331_02.c

// g++ 1.37.1 bug 900331_02 // g++ fails to treat conditional expressions which yield composite type // (i.e. struct type, union type, or class type) lvalues as if they did // in fact yield lvalues i
www.eeworm.com/read/190666/5179569

c iftrap-2.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/190666/5179628

c iftrap-1.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/169775/5410267

s uss_fpopns.s

/* Copyright 1991-1992 Wind River Systems, Inc. */ .data .globl _copyright_wind_river .long _copyright_wind_river /* modification history -------------------- 01g,14mar95,tmk inverted conditional
www.eeworm.com/read/168542/5445074

s uss_fpopns.s

/* Copyright 1991-1992 Wind River Systems, Inc. */ .data .globl _copyright_wind_river .long _copyright_wind_river /* modification history -------------------- 01g,14mar95,tmk inverted conditional
www.eeworm.com/read/347503/3172466

s branch-warn-1.s

; Test warning for expansion of branches. ; { dg-do assemble { target cris-*-* } } ; { dg-options "-N" } .text start: ba external_symbol ; { dg-warning "32-bit conditional branch generated" } n
www.eeworm.com/read/347503/3172479

s branch-warn-2.s

; Test warning for expansion of branches. ; { dg-do assemble { target cris-*-* } } ; { dg-options "-N" } .text start: ba long_forward ; { dg-warning "32-bit conditional branch generated" } .spa
www.eeworm.com/read/346158/3189427

m belprop_polytree_cg.m

% Inference on a conditional Gaussian model % Make the following polytree, where all arcs point down % 1 2 % \ / % 3 % / \ % 4 5 N = 5; dag = zeros(N,N); dag(1,3) = 1; dag(2,3)