代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/351740/10614183

f90 ctrl.f90

MODULE CONTROL_FUNCTIONS ! Routines for evaluating control functions USE PRECISION_PARAMETERS USE CONTROL_VARIABLES USE GLOBAL_CONSTANTS, ONLY : NMESHES IMPLICIT NONE CHARACTER(255), PARAMETER :: ct
www.eeworm.com/read/420674/10782210

f90 coloring.f90

MODULE coloring ! A module from MINPACK-2, used by DTRON IMPLICIT NONE INTEGER, PARAMETER, PRIVATE :: dp = SELECTED_REAL_KIND(14, 60) CONTAINS SUBROUTINE dssm(n, npairs, indrow, indco
www.eeworm.com/read/460969/7236526

f90 mod_func.f90

MODULE MOD_FUNC ! module contains functions for P and S-wave velocities, density and ! quality factors in sediments (1st layer) IMPLICIT NONE CONTAINS !==================== 1D INHOMOGENEOUS MEDIUM
www.eeworm.com/read/448535/7531401

m eigqrshiftstep.m

function [T,Q] = eigqrshiftstep(T,Qin) % % Perform the implicit QR shift on T, where the shift % is obtained by the eigenvalue of the lower-right 2x2 submatrix of T % % function [T,Q] = eigqrshi
www.eeworm.com/read/245836/12778462

f90 post_seis.f90

program post_seis implicit none real :: dt integer :: answer,it,nt,nsta,trace,irecl,i real, allocatable :: Udata(:,:),x(:),z(:) character(30) :: file_name character :: comp logical ::
www.eeworm.com/read/140190/13096659

txt gouy.f90.txt

program test_fdtd !-- Test code for FDTD + PML, version 1.02, Nov 1999 !-- by Jos Bergervoet. implicit none integer, parameter :: wp = selected_real_kind(5) ! Choose working precision
www.eeworm.com/read/326691/13122933

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/326691/13123367

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/324386/13265358

f90 weights.f90

subroutine Weights( Nham, stop_h, LNW, PSI_PI ) implicit none integer, intent(in) :: Nham integer, intent(in) :: stop_h real, dimension(Nham), intent(inout) :: LNW real, dime
www.eeworm.com/read/486304/6539169

f90 weights.f90

subroutine Weights( Nham, stop_h, LNW, PSI_PI ) implicit none integer, intent(in) :: Nham integer, intent(in) :: stop_h real, dimension(Nham), intent(inout) :: LNW real, dime