代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/193487/8221752
f211
www.eeworm.com/read/193428/8227002
f xyfdtmcom.f
*--------------------------------------------------------------------*
* common definitions for XYfdtd.f *
*-------------------------------------------------------
www.eeworm.com/read/193428/8227015
f pulse.f
*--------------------------------------------------------------------*
real function pulse(i,j)
include 'xfdtmcom.f'
if ( (i.eq.imid).and.(j.eq.jmid) ) then
arg=t/(20.*d
www.eeworm.com/read/193428/8227028
f fill_it.f
www.eeworm.com/read/193428/8227035
f swave.f
*--------------------------------------------------------------------*
real function swave(i,j)
*
* function to generate a sine wave source
*
include 'xfdtmcom.f'
if ( (i.eq.i
www.eeworm.com/read/193428/8227038
f zj.f
*--------------------------------------------------------------------*
real function zj(i,j)
*
* current source at i=imid, j=jmid
*
include 'xfdtmcom.f'
integer i,j
if
www.eeworm.com/read/193428/8227046
f setup.f
www.eeworm.com/read/193428/8227072
f store_it.f
*--------------------------------------------------------------------*
subroutine store_it(a)
include 'xfdtmcom.f'
real a(nx,ny)
do i=1,nx
do j=1,ny
www.eeworm.com/read/193428/8227083
f xyfdtd.f
www.eeworm.com/read/193417/8230101