代码搜索:Subroutine
找到约 10,000 项符合「Subroutine」的源代码
代码结果 10,000
www.eeworm.com/read/250825/4426471
svn-work subroutine1.html.svn-work
K 25
svn:wc:ra_dav:version-url
V 70
/svn/public/optpp/!svn/ver/598/optpp/trunk/docs/guide/subroutine1.html
END
www.eeworm.com/read/250825/4426513
svn-work subroutine2.html.svn-work
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/250825/4426519
svn-work subroutine1.html.svn-work
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/250825/4426536
svn-base subroutine2.html.svn-base
/** \page subroutine2 Subroutine Example 2: Hock-Schittkowski Problem Number 14
This example is intended to demonstrate how to set up and solve a
constrained problem using the subroutine interface.
www.eeworm.com/read/250825/4426546
svn-base subroutine1.html.svn-base
/** \page subroutine1 Subroutine Example 1: Rosenbrock's Function
This example is intended to demonstrate how to set up and solve a very
simple problem using the subroutine interface. We will show
www.eeworm.com/read/162614/5526155
f90 elemental_subroutine_1.f90
! { dg-do run }
! Test the fix for pr22146, where and elemental subroutine with
! array actual arguments would cause an ICE in gfc_conv_function_call.
! The module is the original test case and the re
www.eeworm.com/read/162614/5526264
f90 elemental_subroutine_2.f90
! { dg-do run }
! Test the fix for pr22146, where and elemental subroutine with
! array actual arguments would cause an ICE in gfc_conv_function_call.
! This test checks that the main uses for element
www.eeworm.com/read/162614/5526369
f90 typed_subroutine_1.f90
! { dg-do compile }
! Tests the fix for 20858, in which the compiler failed to detect that
! a called object had a type.
!
! Contributed by Joost VandeVondele
!
INTEGER :: S ! { dg
www.eeworm.com/read/366702/2876047
f90 elemental_subroutine_5.f90
! { dg-do compile }
!
! PR fortran/33231
!
! Elemental function:
! Intent OUT/INOUT dummy: Actual needs to be an array
! if any actual is an array
!
program prog
implicit none
integer :: i, j(2)
call
www.eeworm.com/read/366702/2876506
f90 elemental_subroutine_1.f90
! { dg-do run }
! Test the fix for pr22146, where and elemental subroutine with
! array actual arguments would cause an ICE in gfc_conv_function_call.
! The module is the original test case and the re