代码搜索:optional

找到约 6,947 项符合「optional」的源代码

代码结果 6,947
www.eeworm.com/read/169197/5425858

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/168763/5438371

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/168763/5440199

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/167133/5466370

h jit-icode.h

/* m68k/jit-icode.h * Define the instructions which are present on the m68k. * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms"
www.eeworm.com/read/164931/5485980

c pack_queues.c

/* * OpenPBS (Portable Batch System) v2.3 Software License * * Copyright (c) 1999-2000 Veridian Information Solutions, Inc. * All rights reserved. * * ---------------------------------------
www.eeworm.com/read/164931/5486064

c pack_queues.c

/* * OpenPBS (Portable Batch System) v2.3 Software License * * Copyright (c) 1999-2000 Veridian Information Solutions, Inc. * All rights reserved. * * ---------------------------------------
www.eeworm.com/read/164889/5487269

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/162807/5514473

h jp2box.h

/* //////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a lice
www.eeworm.com/read/162614/5523143

f90 optstring_1.f90

! Test optional character arguments. We still need to pass a string ! length for the absent arguments program optional_string_1 implicit none call test(1, "test"); call test(2, c=42, b="Hello
www.eeworm.com/read/162614/5526256

f90 entry_2.f90

! { dg-do compile } ! Arguments to procedures with multiple entry points may be absent, however ! they are not optional, unless explicitly maked as such. subroutine foo(i, a, b) logical a(2, 2) lo