代码搜索:conditional

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

代码结果 2,177
www.eeworm.com/read/116006/6115540

sources

!if 0 Copyright (c) Microsoft Corporation. All rights reserved. !endif !if 0 This source code is licensed under Microsoft Shared Source License Version 1.0 for Windows CE. For a copy of the lic
www.eeworm.com/read/116006/6115558

sources

!if 0 Copyright (c) Microsoft Corporation. All rights reserved. !endif !if 0 This source code is licensed under Microsoft Shared Source License Version 1.0 for Windows CE. For a copy of the lic
www.eeworm.com/read/116006/6115567

sources

!if 0 Copyright (c) Microsoft Corporation. All rights reserved. !endif !if 0 This source code is licensed under Microsoft Shared Source License Version 1.0 for Windows CE. For a copy of the lic
www.eeworm.com/read/343227/11962828

m hmm_gen.m

function [X, s] = hmm_gen (A, pi0, mu, Sigma, T) %hmm_gen Generates a sequence of observation given a HMM % with gaussian state-conditional densities. % Use : [X,s] = hmm_gen(A,pi0,mu,Sigma,T|s)
www.eeworm.com/read/222623/14682398

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(src/mginit.c) dnl ======================================================================== dnl needed for cr
www.eeworm.com/read/162614/5529025

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/162614/5531264

c cond-lvalue-1.c

/* Test for deprecation of conditional expressions as lvalues. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ int x, y, z; void foo (void) {
www.eeworm.com/read/160391/5571752

m normalize_pot.m

function [pot, loglik] = normalize_pot(pot) % NORMALIZE_POT Convert the element of stable conditional gaussian potential Pr(X,E) into Pr(X|E) and return log Pr(E). % [pot, loglik] = normalize_pot(po
www.eeworm.com/read/292797/8332369

test pluseq3.test

#! /bin/sh # Another `+=' test with conditionals. . $srcdir/defs || exit 1 echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in cat > Makefile.am
www.eeworm.com/read/292797/8332465

test pluseq2.test

#! /bin/sh # Test `+=' with conditionals. . $srcdir/defs || exit 1 echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in cat > Makefile.am