代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/305566/3771554
c fxymig.c
/* features:
up-to 90 degree accuracy
absorbing boundaries
dispersion suppression
stable
implicit f.d. scheme
splitting method used
f.d. errors compensation
parallel computation
www.eeworm.com/read/305566/3773042
c fxymig.c
/* features:
up-to 90 degree accuracy
absorbing boundaries
dispersion suppression
stable
implicit f.d. scheme
splitting method used
f.d. errors compensation
parallel computation
www.eeworm.com/read/305566/3773046
99 fxymig.c.6.15.99
/* features:
up-to 90 degree accuracy
absorbing boundaries
dispersion suppression
stable
implicit f.d. scheme
splitting method used
f.d. errors compensation
parallel computation
www.eeworm.com/read/305566/3773306
c fxymig.c
/* features:
up-to 90 degree accuracy
absorbing boundaries
dispersion suppression
stable
implicit f.d. scheme
splitting method used
f.d. errors compensation
parallel computation
www.eeworm.com/read/440906/1774431
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/440906/1778450
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/393688/2472226
f90 iounitmod.f90
#include
#include
module ioUnitMod
use precision
implicit none
logical :: lsmiou(99) !I/O file unit numbers (1 to 99): true if active
!=================================
www.eeworm.com/read/380540/2655481
java listcontrol.java
/**
* 单选列表框的基础
* The MIDlet demonstrates the different types of list supported by MIDP-2.0:
* EXCLUSIVE - a choice having exactly one element selected at time.
* IMPLICIT - a choice
www.eeworm.com/read/366702/2866155
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/366702/2873141
f90 ptr.f90
program ptr
implicit none
integer, pointer, dimension(:) :: a, b
integer, pointer :: p
integer, target :: i
allocate (a(1:6))
a = (/ 1, 2, 3, 4, 5, 6 /)
b => a
if (any (b .