代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/358841/10178056
f90 ans0405.f90
program main
implicit none
type distance
real meter, inch, cm
end type
type(distance) :: d
write(*,*) "请输入长度:"
read(*,*) d%meter
d%cm = d%meter*100
d%inch = d%cm/2.54
w
www.eeworm.com/read/358840/10178060
f90 nf.f90
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! 产 生 N(0,1) 分布随机数子程序
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/357685/10203067
snmpv2-smi
SNMPv2-SMI DEFINITIONS ::= BEGIN
-- the path to the root
org OBJECT IDENTIFIER ::= { iso 3 } -- "iso" = 1
dod OBJECT IDENTIFIER ::= { org 6 }
internet OBJECT IDENTIFIE
www.eeworm.com/read/357015/10217159
log shapeapp.log
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
---------------------------------------------------------------
OBJE
www.eeworm.com/read/356058/10237830
f90 new_libr.f90
module new_library
contains
subroutine formblock_k(bigk,km,g,g_min)
! forms complete n*n matrix or submatrix
implicit none
real,intent(in)::km(:,:); integer,
www.eeworm.com/read/423354/10569066
f90 code91.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 9.1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
www.eeworm.com/read/423354/10569082
f90 code26.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 2.6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
www.eeworm.com/read/423354/10569098
f90 code213.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 2.13 !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
www.eeworm.com/read/423354/10569102
f90 code27.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 2.7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
www.eeworm.com/read/423354/10569106
f90 code28.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 2.8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!