代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/292797/8332265
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/370077/9620190
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/413871/11138625
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/413044/11168862
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/413044/11169065
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
www.eeworm.com/read/202486/15381924
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/103816/15719538
cc efdom.cc
//
// $Source: /home/gambit/CVS/gambit/sources/game/efdom.cc,v $
// $Date: 2002/08/26 05:50:06 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Compute dominated actions in extensive form games
//
// This
www.eeworm.com/read/103769/15721947
sources
#----------------------------------------------------------------------------
#
# Description:
#
# sources file for test program for cryptapi
#
# History:
#
# 11/29/94 larrys creat
www.eeworm.com/read/103117/15744849
h precomp.h
#define _WIN32_WINNT 0x500
#define UNICODE
#include
#include
#define SECURITY_WIN32
#include
#include
#include
#include
www.eeworm.com/read/429798/8787932
bat runastyle.bat
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren src/*.cpp
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren src/*.h
astyle --style=ansi --min-conditio