代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/151014/12239284
f unused.f
*
*=============== MPOLES =============================================
*
SUBROUTINE MPOLES(SITE,Q,DM,QM,OM,HM,NSB,NSE,NS)
IMPLICIT real*8 (A-H,O-Z)
*
DIMENSION Q(NS),SITE(NS,3)
www.eeworm.com/read/127767/14337446
txt e1066. getting a request parameter using jstl in a jsp page.txt
When using the JSTL's expression language (see e1065 Enabling the JSTL Expression Language in a JSP Page), the request parameters are made available in the implicit object param. This example demonstr
www.eeworm.com/read/221868/14716771
f90 ex0906.f90
module typedef
type student
integer Chinese,English,Math
end type
end module
program ex0906
use typedef
implicit none
integer :: students
type(student), allocatable :: s(:)
www.eeworm.com/read/221868/14716843
f90 ex0921.f90
module typedef
type student
integer :: Chinese, English, Math, Natural, Social
integer :: total
end type
end module
program ex0921
use typedef
implicit none
integer, parameter :
www.eeworm.com/read/208614/15242388
f90 ex0906.f90
module typedef
type student
integer Chinese,English,Math
end type
end module
program ex0906
use typedef
implicit none
integer :: students
type(student), allocatable :: s(:)
www.eeworm.com/read/208614/15242415
f90 ex0921.f90
module typedef
type student
integer :: Chinese, English, Math, Natural, Social
integer :: total
end type
end module
program ex0921
use typedef
implicit none
integer, parameter :
www.eeworm.com/read/484096/1272017
todo
* Estimate error on general poly roots using Newton method? Allow for
multiple roots and higher derivatives
* Newton-Maehly (Newton with implicit deflation)
* Jenkins-Traub
* Brian Smith's adaptati
www.eeworm.com/read/470720/1444421
c oper1.c
// { dg-do run }
// Copyright 2002 Free Software Foundation
// Contributed by Jason Merrill
// Make sure the GNU extension of accepting dropping cv-qualifiers for
// the implicit
www.eeworm.com/read/470720/1448368
f 10197.f
IMPLICIT NONE
LOGICAL ERROR
CHARACTER*12 FORM
DATA ERROR /.FALSE./
DATA FORM /' '/
OPEN(UNIT=60,ACCESS='DIRECT',STATUS='SCRATCH',RECL=255)
INQUIRE(UNIT=60,FO
www.eeworm.com/read/470693/1456367
c oper1.c
// { dg-do run }
// Copyright 2002 Free Software Foundation
// Contributed by Jason Merrill
// Make sure the GNU extension of accepting dropping cv-qualifiers for
// the implicit