代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/476406/6760755
f90 newton_forward.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::
www.eeworm.com/read/476406/6760756
f90 lagrange.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::
www.eeworm.com/read/476406/6760797
f90 game.f90
module GAME_DATA
use global
implicit none
integer, parameter :: SX = 240, SY = 440
integer, parameter :: BoundX = 20, BoundY = 20
integer, parameter :: BoardWidth = SX-BoundX*2
integ
www.eeworm.com/read/476406/6760814
f90 sgldraw5.f90
module sgl_util
use sgl
implicit none
real, parameter :: PI = 3.14159
real, parameter :: range = PI*3
real, save :: left, right, top, bottom
integer, save :: width, height
contains
www.eeworm.com/read/476406/6760928
f90 ex0907.f90
module typedef
type student
integer Chinese,English,Math
end type
end module
program ex0907
use typedef
implicit none
type(student) :: s
character(len=80) :: filename = "dat
www.eeworm.com/read/409871/11309293
txt 5-1450msg1.txt
Subject: re : 5 . 1433 comparative method
i re-read newmeyer 's original post ( date 30 nov 94 ) and notice that it have an implicit attack on the notion of " basic word order " for comparative purpo
www.eeworm.com/read/409871/11309619
txt 3-436msg3.txt
Subject: innateness
i should n't get involve , but here go : joe stemberger < stemberger % ellvax @ vx . ac . umn . edu > write > > one last statement implicit in much work in linguistics : " i have
www.eeworm.com/read/409260/11338503
f90 newton_forward.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::
www.eeworm.com/read/409260/11338504
f90 lagrange.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::
www.eeworm.com/read/409260/11338569
f90 game.f90
module GAME_DATA
use global
implicit none
integer, parameter :: SX = 240, SY = 440
integer, parameter :: BoundX = 20, BoundY = 20
integer, parameter :: BoardWidth = SX-BoundX*2
integ