代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/305277/3778306
scala implicits.scala
object A {
object B {
implicit def int2string(x: int) = "["+x.toString+"]"
}
}
class C(x: String) {
class Inner {
}
object Inner {
val s: String = x
implicit def Inner2String(
www.eeworm.com/read/440906/1778482
f 20010321-1.f
# 1 "20010321-1.f"
SUBROUTINE TWOEXP
# 1 "include/implicit.h" 1 3
IMPLICIT DOUBLE PRECISION (A-H)
# 3 "20010321-1.f" 2 3
LOGICAL ANTI
ANTI = .FALSE.
END
www.eeworm.com/read/366702/2876767
f90 module_private_1.f90
! { dg-do compile }
! { dg-options "-fmodule-private" }
module bar
implicit none
public :: i
integer :: i
end module bar
module foo
implicit none
integer :: j
end module foo
program main
www.eeworm.com/read/366702/2877551
f90 conflicts.f90
! { dg-do compile }
! Check for conflicts
! PR fortran/29657
function f1() ! { dg-error "has no IMPLICIT type" }
implicit none
real, save :: f1 ! { dg-error "PROCEDURE attribute conflicts with SA
www.eeworm.com/read/434162/7885339
ac configure.ac
dnl For memcache MySQL Engine
AC_INIT(src/ha_memcache.cc)
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE("memcache_engine", 0.7)
AC_PROG_CC
AC_PROG_LIBTOOL
LIBTOOL="$LI
www.eeworm.com/read/371384/9554494
f90 subroutines2.f90
module subroutines2
use constants
use matdata
implicit none
contains
!==========================================================================
! initialization
!
www.eeworm.com/read/305277/3778878
scala implicits.scala
class Pos
class Super
object Super {
implicit def pos2int(p: Pos): int = 0
}
object Sub extends Super {
class Plus(x: Any) {
def +(y: String): String = x.toString + y
}
implicit def a
www.eeworm.com/read/189063/8492131
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/288527/8625461
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/378188/9242276
f dran1.f
Function dran1( idum ) Result( ran )
Use numerics
Implicit None
Integer :: idum
! ------------------------------------------------------------