代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/187102/8856315
m4 cond.m4
# Define a conditional.
AC_DEFUN([AM_CONDITIONAL],
[AC_SUBST($1_TRUE)
AC_SUBST($1_FALSE)
if $2; then
$1_TRUE=
$1_FALSE='#'
else
$1_TRUE='#'
$1_FALSE=
fi])
www.eeworm.com/read/146147/5739310
pas tscmpver.pas
{*******************************************************}
{ }
{ Top Support Visual Components }
{ Compiler Versio
www.eeworm.com/read/292797/8332514
test cond6.test
#! /bin/sh
# Test for an odd conditional bug. Report from Matt Leach.
. $srcdir/defs || exit 1
echo 'AM_CONDITIONAL(FOO, true)' >> configure.in
cat > Makefile.am
www.eeworm.com/read/292797/8332663
m4 cond.m4
# Define a conditional.
AC_DEFUN(AM_CONDITIONAL,
[AC_SUBST($1_TRUE)
AC_SUBST($1_FALSE)
if $2; then
$1_TRUE=
$1_FALSE='#'
else
$1_TRUE='#'
$1_FALSE=
fi])
www.eeworm.com/read/7227/109998
pdf avr001-conditional-assembly-and-portability-macros.pdf
www.eeworm.com/read/359009/10171271
m garchpred.m
function [h , y , yTotalRMSE, yRMSE] = garchpred(spec , y , horizon , X , XF)
%GARCHPRED Univariate GARCH process forecasting.
% Given specifications for the conditional mean and variance of an ob
www.eeworm.com/read/276339/10746177
h ckcsym.h
/* This file is for use with compilers that don't have the capability to
* #define symbols on the C compiler command line. This file must
* be #include'd before all other ck*.h files so that the sy
www.eeworm.com/read/307341/13723851
h ckcsym.h
/* This file is for use with compilers that don't have the capability to
* #define symbols on the C compiler command line. This file must
* be #include'd before all other ck*.h files so that the sy
www.eeworm.com/read/131315/5935581
h ckcsym.h
/* This file is for use with compilers that don't have the capability to
* #define symbols on the C compiler command line. This file must
* be #include'd before all other ck*.h files so that the sy
www.eeworm.com/read/131315/5937055
changes
RELEASE 2.1
[conf/troff]
changed around the configuration files so that all the characters of
TroffClassic can be accessed. A bug crept in between 1.3 and 2.0 that
suddenly made many special charact