代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/258562/11854983
f90 ex0827.f90
program ex0827
implicit none
interface
real function func(x,a,b,c) ! 定义子程式func的接口
implicit none
real x
real, optional :: a,b,c
end function
end interface
write(*,
www.eeworm.com/read/258562/11854990
f90 textgraphlib.f90
module TextGraphLib
implicit none
integer, save :: ScreenWidth ! 定义可以画图的画面宽度
integer, save :: ScreenHeight ! 定义可以画图的画面高度
character, save :: background = ' ' ! 定义预设用来清除画面
www.eeworm.com/read/155347/11884023
asn iso-9506-mms-1.asn
ISO-9506-MMS-1 { iso standard 9506 part(2) mms-abstract-syntax-version1(1) }
DEFINITIONS ::= BEGIN
EXPORTS AlternateAccess,
AttachToEventCondition,
AttachToSemaphore,
Confi
www.eeworm.com/read/341974/12050283
html 00194.html
18.11.4 Instantiation using implicit .* port connections
www.eeworm.com/read/338791/12283469
for marquardt.for
module M_L
implicit none
real,parameter::e=0.1
end module M_L
real function f(x1,x2) !/目标函数/
implicit none
real x1,x2
f=2*x1**2+x2**2
return
www.eeworm.com/read/127767/14337403
txt e1047. running java code in a jsp page.txt
Java code fragments in a JSP page is called a scriptlet. This example demonstrates how to include scriptlets in a JSP page. Use the out variable to add text to the generated output:
www.eeworm.com/read/123754/14613884
for userl_solvparam.for
!For User to adjust
! PARAMETERS used in the ITERATIVE SOLVER for best efficiency
!Alpha, AlphaC: between 0.3 and 1.2||Normally, a smaller value
! leads to more stable iteration, but less converg
www.eeworm.com/read/123754/14613895
for useri_initidmg.for
!For User
! to prescribe nodal INITIAL DAMAGE PARAMETER,
! which only applies to elements of crack and interface.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!
www.eeworm.com/read/123754/14613902
for userf_farss.for
!For User
! to prescribe FAR-FIELD LOADING for THE infinite body, if any.
!It may be a function of loading step.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!
www.eeworm.com/read/123754/14613906
for userb_cij.for
!For User
! to prescribe MATERIALS CONSTANTS
! of the Nth BODY (NthBd)
!ES0: SHEAR MODULUS
!PR0: POISON RATIO
***************************************************
Subroutine UserElasConst(ES0,P