代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/340665/3281100
c c99-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/334125/3373990
asn1 gssapi.asn1
-- $Id: gssapi.asn1 18565 2006-10-18 21:08:19Z lha $
GSS-API DEFINITIONS ::= BEGIN
IMPORTS heim_any_set FROM heim;
GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
thisMech OBJECT IDENTI
www.eeworm.com/read/283121/4085894
f pfuimap.f
subroutine pfuimap(ntab, atumin, atumax, datui, tu, ipow, oner,
$ ntab2,atumin2,atumax2,datui2,tu2,icode)
implicit none
* ARGUMENTS
integer ntab,ntab2,ipow,icode
logic
www.eeworm.com/read/440906/1781920
c c90-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/440906/1782306
c c90-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
extern foo;
bar (void) { }
www.eeworm.com/read/440906/1782781
c c99-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/393688/2472630
f esmf_timerex.f
! $Id: ESMF_TimerEx.F,v 1.1.6.1 2002/04/24 03:25:58 erik Exp $
!\begin{verbatim}
program ProfilerEx
Use ESMF_TimerMod
Use ESMF_AppMod
Use ESMF_MachineMod
implicit none
integer :: iter
integer
www.eeworm.com/read/376006/2718002
out copyselect.out
--
-- Test cases for COPY (select) TO
--
create table test1 (id serial, t text);
NOTICE: CREATE TABLE will create implicit sequence "test1_id_seq" for serial column "test1.id"
insert into test1 (t) v
www.eeworm.com/read/366702/2873237
f90 hollerith.f90
! PR 14038- 'H' in hollerith causes mangling of string
program hollerith
IMPLICIT NONE
CHARACTER*4 LINE
100 FORMAT (4H12H4)
WRITE(LINE,100)
IF (LINE .NE. '12H4') call abort ()
end
www.eeworm.com/read/366702/2873270
f90 transfer2.f90
program test_convert
implicit none
character(len=4) :: byte_string
character(len=1),dimension(4) :: byte_array
integer*4 :: value,value1,n,i
byte_string(1:1) = char(157)
byt