代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/213039/4932917
mpt em3vcpdllexe.mpt
// -*- MPC -*-
// em3vcpdllexe.mpt,v 1.22 2004/03/02 18:30:35 elliott_c Exp
conditional_include "common"
type_description = Application
platforms = "WCE ARM" "WCE x86" "WCE em
www.eeworm.com/read/213039/4932920
mpt em3vcplibexe.mpt
// -*- MPC -*-
// em3vcplibexe.mpt,v 1.22 2004/03/02 18:30:35 elliott_c Exp
conditional_include "common"
type_description = Application
platforms = "WCE ARM" "WCE x86" "WCE em
www.eeworm.com/read/213039/4932921
mpt vc7lib.mpt
// -*- MPC -*-
// vc7lib.mpt,v 1.3 2004/01/29 20:05:27 elliott_c Exp
conditional_include "common"
configurations = "Static Release" "Static Debug"
common_defines = WIN32 _WINDOWS
conf
www.eeworm.com/read/180227/5288046
makefile
# (c) Victor Yodaiken 1998, Released under GPL
all: rtl_time.o rtl_timer.o rtl_sched.o
clean:
rm -f *.o
include ../rtl.mk
# either this conditional is needed, or arch/Makefile needs to be split
www.eeworm.com/read/366702/2880276
c iftrap-3.c
/* Check that the conditional_trap pattern handles floating-point
comparisons correctly. */
void f1 (float x, float y) { if (x == y) __builtin_trap (); }
void f2 (double x, double y) { if (x == y)
www.eeworm.com/read/160391/5571213
m scg_dbn.m
% Test whether stable conditional Gaussian inference works
% Make a linear dynamical system
% X1 -> X2
% | |
% v v
% Y1 Y2
intra = zeros(2);
intra(1,2) = 1;
inter = zero
www.eeworm.com/read/160391/5571459
m root_cpd.m
function CPD = root_CPD(bnet, self, val)
% ROOT_CPD Make a conditional prob. distrib. which has no parameters.
% CPD = ROOT_CPD(BNET, NODE_NUM, VAL)
%
% The node must not have any parents and is a
www.eeworm.com/read/295361/8168145
c krx41400.c
/* EXERCISE 4-14 Gregory Pietsch */
/* conditional compilation added by RJH */
#ifdef CATEGORY_0
#define swap(t,x,y) do{t z=x;x=y;y=z}while(0)
#else
#ifdef CATEGORY_1
/*
This works if
www.eeworm.com/read/140847/5779413
m root_cpd.m
function CPD = root_CPD(bnet, self, val)
% ROOT_CPD Make a conditional prob. distrib. which has no parameters.
% CPD = ROOT_CPD(BNET, NODE_NUM, VAL)
%
% The node must not have any parents and is assum
www.eeworm.com/read/133943/5897596
m root_cpd.m
function CPD = root_CPD(bnet, self, val)
% ROOT_CPD Make a conditional prob. distrib. which has no parameters.
% CPD = ROOT_CPD(BNET, NODE_NUM, VAL)
%
% The node must not have any parents and is assum