代码搜索:conditional

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

代码结果 2,177
www.eeworm.com/read/233448/4686159

c gnu-cond-expr-2.c

/* Test diagnostic for GNU extension: omitting middle term of conditional expression. Test with -pedantic. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-
www.eeworm.com/read/221464/4828530

py conditionals.py

#!/usr/bin/python # Test conditional properties from BoostBuild import Tester, List import os from string import strip t = Tester() # Arrange a project which will build only if # 'a.cpp
www.eeworm.com/read/215485/4903739

m gaussian_cpd.m

function CPD = gaussian_CPD(varargin) % GAUSSIAN_CPD Make a conditional linear Gaussian distrib. % % To define this CPD precisely, call the continuous (cts) parents (if any) X, % the discrete parents
www.eeworm.com/read/215485/4904408

m scgcpot.m

function pot = scgcpot(cheadsize, ctailsize, p, A, B, C) % SCGCPOT Make a base object of stable conditional gaussian potential. % pot = scgcpot(cheadsize, ctailsize, p, A, B, C) % % cheadsize is t
www.eeworm.com/read/213039/4932914

mpt sledll.mpt

// -*- MPC -*- // sledll.mpt,v 1.1 2004/03/30 16:48:43 jwillemsen Exp conditional_include "common" type_is_binary = 1 type_is_dynamic = 1
www.eeworm.com/read/197905/5091185

m gaussian_cpd.m

function CPD = gaussian_CPD(varargin) % GAUSSIAN_CPD Make a conditional linear Gaussian distrib. % % To define this CPD precisely, call the continuous (cts) parents (if any) X, % the discrete parents
www.eeworm.com/read/197905/5091854

m scgcpot.m

function pot = scgcpot(cheadsize, ctailsize, p, A, B, C) % SCGCPOT Make a base object of stable conditional gaussian potential. % pot = scgcpot(cheadsize, ctailsize, p, A, B, C) % % cheadsize is t
www.eeworm.com/read/190666/5179397

c 20020312-1.c

/* This testcase ICEd on alpha because of an unrecognized insn formed by conditional move optimization using an incorrect mode. */ /* { dg-do compile } */ /* { dg-options "-O -ffast-math" } */ ch
www.eeworm.com/read/168845/5429951

py conditionals.py

#!/usr/bin/python # Test conditional properties from BoostBuild import Tester, List import os from string import strip t = Tester() # Arrange a project which will build only if # 'a.cpp