代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/316507/13521810
f harten.f
www.eeworm.com/read/316507/13521811
f fct.f
www.eeworm.com/read/316507/13521814
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/316507/13521815
f spline.f
www.eeworm.com/read/316507/13521816
f rp.f
program rp
c...Piecewise-polynomial interpolation ENO reconstruction
c...via the primitive function. Polynomial order controlled
c...by parameter m (e.g. m=3 corresponds to quadratic)
c..
www.eeworm.com/read/316507/13521818
f rd.f
program rd
c...Average-polynomial interpolation ENO reconstruction
c...via the primitive function. Polynomial order controlled
c...by parameter m (e.g. m=3 corresponds to quadratic)
c...B
www.eeworm.com/read/316507/13521820
f lf.f
program lf
c...Solves the Riemann problem for the Euler equations using
c...the Lax-Friedrichs method.
c...TSTEP = 1 Fixed time step
c...TSTEP = 2 Fixed CFL number
c...Numbe
www.eeworm.com/read/316507/13521821
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/316507/13521822
f onewave.f
www.eeworm.com/read/316507/13521823
f bw.f
program beamwarm
c...Solves the Riemann problem for the Euler equations using
c...the Beam-Warming second-order upwind method based on any
c...of three possible flux vector splittings.
c.