代码搜索:conditional

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

代码结果 2,177
www.eeworm.com/read/440906/1782620

c mi1.c

/* Test "ignore redundant include" facility. We must test with C and C++ comments, and null directives, outside the guard conditional; also, we test guarding with #ifndef and #if !defined.
www.eeworm.com/read/434858/1868548

m reduce_pot.m

function [reduced_pot,successful] = reduce_pot(pot,tailnodes) % Executes the reduce operation defined in % Stable Local Computation with Conditional Gaussian Distributions % Steffen L. Lauritzen % Fra
www.eeworm.com/read/402787/2318056

cpp ex3_04.cpp

// Ex3_04.cpp // The conditional operator selecting output #include using std::cout; using std::endl; int main() { int nCakes = 1; // Count of number of cakes
www.eeworm.com/read/402787/2318061

cpp ex3_05.cpp

// Ex3_04.cpp // The conditional operator selecting output #include using std::cout; using std::endl; int main() { int nCakes = 1; // Count of number of cakes
www.eeworm.com/read/396844/2407149

readme

% % (c) MERL 2001. Distributed for research -- see source code for terms of use. % Citation: % Brand, Matthew. (1999). Structure learning in conditional probability % models via an entropic prior a
www.eeworm.com/read/393163/2488838

m reduce_pot.m

function [reduced_pot,successful] = reduce_pot(pot,tailnodes) % Executes the reduce operation defined in % Stable Local Computation with Conditional Gaussian Distributions % Steffen L. Lauritzen % Fra
www.eeworm.com/read/392548/2495082

h debug.h

/* @(#) debug.h 2.1 87/12/25 12:22:02 */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1986/11/14 defines conditional func
www.eeworm.com/read/369339/2800915

1 if.1

.th IF I 5/2/74 .sh NAME if \*- conditional command .sh SYNOPSIS .bd if expr command [ arg ... ] .sh DESCRIPTION .it If evaluates the expression .it expr, and if its value is true, executes the given
www.eeworm.com/read/366702/2878180

c 20020418-1.c

/* ifcvt accidently deletes a referenced label while generating conditional traps on machines having such patterns */ struct foo { int a; }; void gcc_crash(struct foo *p) { if (__builtin_expect(
www.eeworm.com/read/366702/2879551

c statement-expression-1.c

/* PR middle-end/30253, We would ICE with statement expressions in a conditional expression because we forgot to update the wrapper function for the gimple modify statement. */ #define f(x) ({