代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/440867/6343936
f burgers.f
program burgers
c...Computes some very simple exact solutions to Burgers' equation
c...Assume periodic domain [-1,1].
open(unit=9,file='burgers.dat')
5 write(*,*) "input 1 o
www.eeworm.com/read/440867/6343942
f lagrange.f
program lagrange
c...Polynomial reconstruction in Lagrange form.
parameter(nmax=300,n1max=10000)
double precision a(nmax),x(nmax),y(nmax),product,sum
double precision x
www.eeworm.com/read/440867/6343945
f newton.f
www.eeworm.com/read/389070/6353155
m f.m
function f=f(x)
n=size(x);
I=ones(n);
f=(I+(x./2).^2).^2*pi;
www.eeworm.com/read/401679/6357615
png f.png
www.eeworm.com/read/401679/6357655
png f.png
www.eeworm.com/read/401679/6357729