代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/378188/9242272

f ddummy.f

Subroutine ddummy( a, i ) ! ---------------------------------------------------------------------- ! --- Subroutine that is only called to ftrustrate overoptimisation ! in loops doing identi
www.eeworm.com/read/378188/9242290

f cot.f

Function cot( x ) Result( cotx ) ! ---------------------------------------------------------------------- Use numerics Implicit No
www.eeworm.com/read/378188/9242374

f fltimod.f

Module floptime ! --------------------------------------------------------------------- ! --- floptime components keep track of flopcounts and execution times ! for the program to be benchma
www.eeworm.com/read/378188/9242392

f zero.f

Subroutine zero( n, a ) ! ---------------------------------------------------------------------- Use numerics Implicit None Integer :: n Real(l_) :: a(n) ! -
www.eeworm.com/read/378188/9242404

f dotpr.f

Function dotpr( n, x, y ) Result( sum ) Use numerics Use floptime Implicit None Integer :: n Real(l_) :: x(n), y(n)
www.eeworm.com/read/378188/9242515

f fltimod.f

Module floptime ! --------------------------------------------------------------------- ! --- floptime components keep track of flopcounts and execution times ! for the program to be benchma
www.eeworm.com/read/378188/9242541

f dotpr.f

Function dotpr( n, x, y ) Result( sum ) Use numerics Use floptime Implicit None Integer :: n Real(l_) :: x(n), y(n)
www.eeworm.com/read/378188/9242556

f analhr.f

Subroutine analhr( a, w, n, m ) ! --------------------------------------------------------------------- ! --- 'analhr' does a 1-D Haar wavelet analysis on array 'a'. ! --------------------------
www.eeworm.com/read/378188/9242678

f dcheck.f

Subroutine dcheck( data, num, ok ) ! --------------------------------------------------------------------- ! --- 'dcheck' checks sort runs on 8-byte Real arrays. ! ------------------------------
www.eeworm.com/read/378188/9242697

f icheck.f

Subroutine icheck( data, num, ok ) ! --------------------------------------------------------------------- ! --- 'icheck' checks sort runs on Integer arrays. ! ----------------------------------