代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/393163/2488103
m gaussian_cpd.m
function CPD = gaussian_CPD(bnet, self, varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% CPD = gaussian_CPD(bnet, node, ...) will create a CPD with random parameters,
% where n
www.eeworm.com/read/393163/2488534
readme
% Stable conditional Gaussian inference
% Originally written by Huang, Shan 2001
% Fixed by Rainer Deventer 2003
@techreport{Lauritzen99,
author = "S. Lauritzen and F. Jense
www.eeworm.com/read/384760/2597661
ac ac_check_junit.ac
dnl @synopsis AC_CHECK_JUNIT
dnl
dnl AC_CHECK_JUNIT tests the availability of the Junit testing
dnl framework, and set some variables for conditional compilation
dnl of the test suite by automake.
dnl
www.eeworm.com/read/366702/2873275
f90 where_10.f90
! Check whether conditional ELSEWHEREs work
! (with final unconditional ELSEWHERE)
program where_10
integer :: a(5)
integer :: b(5)
a = (/1, 2, 3, 4, 5/)
b = (/0, 0, 0, 0, 0/)
where (a
www.eeworm.com/read/366702/2879416
c 20011106-2.c
/* Test the the type of a component of a conditional expression between
two structures is correct. */
/* Origin: Joseph Myers . */
struct s { char c; } a, b;
int c;
char x[sizeo
www.eeworm.com/read/366702/2881433
c c90-array-lval-7.c
/* Test for non-lvalue arrays: test that C90 does not allow them in
conditional expressions, while in C99 they decay and are
allowed. */
/* Origin: Joseph Myers */
/* {
www.eeworm.com/read/366702/2884288
c skipping2.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests that excess tokens in skipped conditional blocks don't warn. */
/* Source: Neil Booth, 25 Jul 2001. */
www.eeworm.com/read/366702/2884532
c c99-array-lval-7.c
/* Test for non-lvalue arrays: test that C90 does not allow them in
conditional expressions, while in C99 they decay and are
allowed. */
/* Origin: Joseph Myers */
/* {
www.eeworm.com/read/360437/2961290
ac ac_check_junit.ac
dnl @synopsis AC_CHECK_JUNIT
dnl
dnl AC_CHECK_JUNIT tests the availability of the Junit testing
dnl framework, and set some variables for conditional compilation
dnl of the test suite by automake.
dnl
www.eeworm.com/read/159030/5588831
java treeif.java
// $Id: TreeIf.java,v 1.4 1999/09/27 20:01:29 deberg Exp $
package java6035.tools.IR;
/**
* TreeIf represents an if construct. There are three components to this, a
* conditional, a true block, an