代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/305277/3779321
scala t0591.scala
object Test {
def implicitly[T](implicit t : T) = t
implicit def perhaps[T](implicit t : T) : Option[T] = Some(t)
implicit val hello = "Hello"
implicitly[String]
implicitly[Option[String]]
}
www.eeworm.com/read/183626/9147162
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal
www.eeworm.com/read/376037/9335814
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal
www.eeworm.com/read/460969/7236492
f90 mod_time.f90
MODULE TIME
IMPLICIT NONE
CHARACTER(LEN=10) :: BIG_BEN(3)
INTEGER :: DATE_TIME(8)
REAL :: time_begin, time_end
END MODULE TIME
www.eeworm.com/read/445424/7595571
f90 module_data.f90
module module_data
implicit none
real,allocatable:: K_matrix(:,:), M_matrix(:,:), C_matrix(:,:), &
d0_vector(:), v0_vector(:), a0_vector(:), &
NodalForceId(:)
e
www.eeworm.com/read/127739/6001269
-ef 22-tags-ok.asn1.-ef
ModuleTestTags3 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
22 }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
T1 ::= SEQUENCE {
a [0] IMPLICIT INT
www.eeworm.com/read/476406/6761062
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal
www.eeworm.com/read/409260/11339051
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal
www.eeworm.com/read/258562/11854907
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal
www.eeworm.com/read/221868/14716962
f90 ex0819.f90
program ex0819
implicit none
integer, parameter :: dim1 = 2
integer, parameter :: dim2 = 2
integer, parameter :: dim3 = 2
integer :: a(dim1, dim2, dim3)
a(:,:,1)=1
a(:,:,2)=2
cal