代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/191613/8426787
cpp ex0319.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 3.19 on page 49
// Using the conditional expression operator
#include
using
www.eeworm.com/read/432641/8584923
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/187102/8855902
test cond3.test
#! /bin/sh
# Test sources listed in conditional.
# Report from Rob Savoye .
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/187102/8855918
test pluseq5.test
#! /bin/sh
# Test for another `+=' problem. Report from Brian Jones.
. $srcdir/defs || exit 1
echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in
cat > Makefile.am
www.eeworm.com/read/284590/8915353
sources
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you li
www.eeworm.com/read/281747/9136741
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/176476/9497161
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/361768/10036514
m dcc_univariate_simulate.m
function [simulatedata, H] = dcc_univariate_simulate(parameters,p,q,data)
% PURPOSE:
% Make a univariate time series of conditional variances for use by DCC_GARCH_FULL_LIKELIHOOD
%
%
% USAG
www.eeworm.com/read/359581/10135132
c ifdef.c
/* ifdef.c -- uses conditional compilation */
#include
#define JUST_CHECKING
#define LIMIT 4
int main(void)
{
int i;
int total = 0;
for (i = 1; i
www.eeworm.com/read/359581/10135342
c paint.c
/* paint.c -- uses conditional operator */
#include
#define COVERAGE 200 /* square feet per paint can */
int main(void)
{
int sq_feet;
int cans;
printf("Enter numb