代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/189737/8456526
bak ebk&nvsunits.bak
unit LinAlg
tred2 - Householder (tridiagonal) reduction of a real, symmetric matrix }
tqli - QL diagonalization algorithm with implicit shifts for a real tridiaginal symmetric matrix .
Order - S
www.eeworm.com/read/376037/9335273
f90 hash3.f90
module NumLink
implicit none
integer, parameter :: N=10
! 声明制作链表的类型
type :: link
integer :: num ! 储存数据组
type(link), pointer ::
www.eeworm.com/read/350251/10752727
f90 macro.f90
SUBROUTINE ReadMacro
!........
! 模块功能
! 读入并编辑宏命令.
!........
USE CtrlData
USE MacroData
IMPLICIT DOUBLE PRECISION( a-h, o-z )
CHARACTER s
www.eeworm.com/read/324386/13265334
f90 com.f90
subroutine CenterOfMass( Length, X, Y, Z, TYPEg, Ngrs, MASS, xcom, ycom, zcom )
implicit none
! This routine calculates the center of mass of a chain of molecules.
! Length is the number of
www.eeworm.com/read/324386/13265350
f90 sphere.f90
subroutine Sphere( xc, yc, zc, bondlength, xn, yn, zn, Seed )
implicit none
! This subroutine randomly places a bead on the surface of a sphere
! with a radius of bondlength and center xc, yc
www.eeworm.com/read/360546/6352180
f90 hash3.f90
module NumLink
implicit none
integer, parameter :: N=10
! 声明制作链表的类型
type :: link
integer :: num ! 储存数据组
type(link), pointer ::
www.eeworm.com/read/492438/6423190
f90 macro.f90
SUBROUTINE ReadMacro
!........
! 模块功能
! 读入并编辑宏命令.
!........
USE CtrlData
USE MacroData
IMPLICIT DOUBLE PRECISION( a-h, o-z )
CHARACTER s
www.eeworm.com/read/486304/6539163
f90 com.f90
subroutine CenterOfMass( Length, X, Y, Z, TYPEg, Ngrs, MASS, xcom, ycom, zcom )
implicit none
! This routine calculates the center of mass of a chain of molecules.
! Length is the number of
www.eeworm.com/read/486304/6539167
f90 sphere.f90
subroutine Sphere( xc, yc, zc, bondlength, xn, yn, zn, Seed )
implicit none
! This subroutine randomly places a bead on the surface of a sphere
! with a radius of bondlength and center xc, yc
www.eeworm.com/read/476406/6760745
f90 hash3.f90
module NumLink
implicit none
integer, parameter :: N=10
! 声明制作链表的类型
type :: link
integer :: num ! 储存数据组
type(link), pointer ::