代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/393163/2488056
m tabular_cpd.m
function CPD = tabular_CPD(bnet, self, varargin)
% TABULAR_CPD Make a multinomial conditional prob. distrib. (CPT)
%
% CPD = tabular_CPD(bnet, node) creates a random CPT.
%
% The following arguments c
www.eeworm.com/read/393163/2488153
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/393163/2488775
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/391269/2520934
m4 s3-device.m4
# SYNOPSIS
#
# AMANDA_S3_DEVICE
#
# OVERVIEW
#
# Perform the necessary checks for the S3 Device. If the S3 device should be built,
# WANT_S3_DEVICE is DEFINEd and set up as an AM_CONDITIONAL.
#
www.eeworm.com/read/383832/2611745
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/378966/2678083
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/377363/2700837
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/366702/2879514
c struct-non-lval-2.c
/* Bug c/17855, using conditional expression for non-lvalue. */
struct foo {char x, y, z[2];};
struct foo p, q; int r;
void bar(int baz)
{
(r ? p : q).z[baz] = 1;
}
www.eeworm.com/read/353640/3083767
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/263726/4299674
jamfile
#
# $XORP: xorp/xrl/tests/Jamfile,v 1.1 2007/01/11 22:30:55 bms Exp $
#
# entire file conditional on MAKE_CHECK
if $(MAKE_CHECK) {
SubDir TOP xrl tests ;
SubIncludeOnce TOP libcomm ;
SubIncludeOnce