代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/162614/5523290
f90 enum_1.f90
! Program to test the default initialisation of enumerators
program main
implicit none
enum, bind (c)
enumerator :: red , yellow, blue
enumerator :: green
end enum
enum, bind (c)
www.eeworm.com/read/162614/5523330
f90 intrinsic_size.f90
! Program to test the SIZE intrinsics
program testsize
implicit none
real, dimension(:, :), allocatable :: a
integer, dimension(5) :: j
integer, dimension(2, 3) :: b
integer i
if (s
www.eeworm.com/read/162614/5523382
f90 gen_interf.f90
! Program to test generic interfaces.
program gen_interf
implicit none
interface gen
function ifn (a)
integer :: a, ifn
end function
end interface
interface gsub
www.eeworm.com/read/162614/5526295
f90 derived_init_1.f90
! { dg-do run }
! Check that allocatable/pointer variables of derived types with initialized
! components are are initialized when allocated
! PR 21625
program test
implicit none
type :: t
www.eeworm.com/read/340665/3272767
c ambig1.c
// [over.best.ics]: For the purpose of ranking implicit conversion
// sequences as described in _over.ics.rank_, the ambiguous conversion
// sequence is treated as a user-defined sequence that is indi
www.eeworm.com/read/305277/3779013
check bug712.check
bug712.scala:10: error: value self is not a member of B.this.ParentImpl
implicit def coerce(p : ParentImpl) = p.self;
^
one error found
www.eeworm.com/read/303435/3813285
f vzestsubf.f
* Copyright (c) Colorado School of Mines, 2006.
* All rights reserved.
subroutine forsub(iflag, nbufmax, buf)
implicit none
integer iflag
integer nbufmax
real
www.eeworm.com/read/292758/3939622
mk rules.mk
# That an extract of what is in APR.
#
# Compile commands
#VPATH=.:../common
COMPILE = $(CC) $(CFLAGS)
LT_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $< -o $@
# Implicit rules f
www.eeworm.com/read/287127/4026869
asn pgpx509cert.asn
--
-- Definitions for X.509 V3 certificates for use in PGP
--
-- String type definitions for extensions and name fields
UniversalString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING
BMPString ::=
www.eeworm.com/read/283121/4085899
f pfuiinfo.f
subroutine pfuiinfo(nunit,pfi,nfunmax,
$ nfun,nhamtyp,descr,tutype,ielem,extra,
$ nderiv,ntab,atumin,atumax,icode)
* FE 29-oct-93
implicit none