代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/460969/7236489
f90 mod_auxil.f90
!_______________________________________________________________________
MODULE AUXIL
USE PRECISION, ONLY: WP
!----------------------------------------------------------------------
IMPLICIT N
www.eeworm.com/read/175975/9523683
mak voiceenc533.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/233448/4678748
f90 strret.f90
! Program to test caracter string return values
function test ()
implicit none
character(len=10) :: test
test = "World"
end function
function test2 () result (r)
implicit none
characte
www.eeworm.com/read/233448/4678892
f90 contained_1.f90
! Obscure failure that disappeared when the parameter was removed.
! Works OK now.
module mymod
implicit none
contains
subroutine test(i)
implicit none
integer i
end subroutine
end m
www.eeworm.com/read/162614/5526165
f90 char_result_11.f90
! { dg-do link }
! PR 23675: Character function of module-variable length
! PR 25716: Implicit kind conversions in in expressions written to *.mod-files.
module cutils
implicit none
private
www.eeworm.com/read/366702/2873202
f90 strret.f90
! Program to test caracter string return values
function test ()
implicit none
character(len=10) :: test
test = "World"
end function
function test2 () result (r)
implicit none
characte