代码搜索:conditional

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

代码结果 2,177
www.eeworm.com/read/253950/12173770

htm demmdn1.htm

Netlab Reference Manual demmdn1 demmdn1 Purpose Demonstrate fitting a multi-valued function using a Mixture Density Network.
www.eeworm.com/read/150905/12250001

htm demmdn1.htm

Netlab Reference Manual demmdn1 demmdn1 Purpose Demonstrate fitting a multi-valued function using a Mixture Density Network.
www.eeworm.com/read/132141/14106911

cpp rsumct.cpp

// step count for recursive sum of n numbers #include int count = 0; template T Rsum(T a[], int n) {// Return sum of numbers a[0:n - 1]. count++; // for if condition
www.eeworm.com/read/128030/14318550

cpp condi.cpp

// condi.cpp // prints 'x' every 8 columns // demonstrates conditional operator #include using namespace std; int main() { for(int j=0; j
www.eeworm.com/read/207217/15279276

cpp ex4_04.cpp

// Exercise 4.4 Finding the range for an integer. // This is just a question of bolting sufficent conditional operators together // in an expression. #include using std::cin; using
www.eeworm.com/read/173122/5380223

properties messages.properties

block.empty=Empty {0} block. hex.case.constant="Case constant ''{0}'' must not start with ''0x'' or ''0X''. needBraces=''{0}'' construct must use '''{}'''s. short.variable.name=Short variable name
www.eeworm.com/read/162614/5525037

ada c97201c.ada

-- C97201C.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5526888

c 20020129-1.c

/* This testcase failed at -O2 on IA-64, because scheduling did not take into account conditional execution when using cselib for alias analysis. */ struct D { int d1; struct D *d2; }; struct
www.eeworm.com/read/162614/5527973

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/160391/5571760

m display.m

function display(pot) disp('conditional Gaussian potential object'); disp(struct(pot));