代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/195460/8154061
f kernel.f
subroutine kernel(is,mu,rm,xpl,psl,bp)
integer mu
real rm(-mu:mu)
real psl(-1:80,-25:25),xpl(-25:25),bp(0:25,-25:25)
real pha,betal
integer is,ip1,j,i,k,ip,ig,
www.eeworm.com/read/195460/8154064
f stm.f
www.eeworm.com/read/195460/8154065
f aktool.f
www.eeworm.com/read/195460/8154066
f mas.f
www.eeworm.com/read/195460/8154069
f rahmbrdf.f
www.eeworm.com/read/195460/8154074
f iso.f
www.eeworm.com/read/195460/8154075
f gauss.f
subroutine gauss(x1,x2,x,w,n)
integer n
real x1,x2,x(n),w(n)
double precision xm,xl,z,p1,p2,p3,pp,z1
integer m,i,j
parameter (eps=3.d-14)
m=(n+1)/2
www.eeworm.com/read/195460/8154077
f possol.f
www.eeworm.com/read/195460/8154078
f interp.f
www.eeworm.com/read/195460/8154080
f minnbrdf.f
subroutine minnbrdf(par1,par2,mu,np,rm,
s brdfint)
real par1,par2,xmu,view
integer mu,np,k,j
real rm(-mu:mu),brdfint(-mu:mu,np)
xmu=rm(0)
do 1