代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5934072
t f.t
.\" Copyright (c) 1983, 1986, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a
www.eeworm.com/read/131315/5937100
c f.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Rodney Ruddock of the Unive
www.eeworm.com/read/127438/6006141
in setbotf.f.in
subroutine mpirinitf( )
integer mpi_status_size
parameter (mpi_status_size=@MPI_STATUS_SIZE@)
integer a, b(mpi_status_size), c(mpi_status_size,1)
common /MPIPRIV/ a, b, c
save /MPIPRIV/
call mp
www.eeworm.com/read/126641/6015230
c f.c
/* crypto/asn1/f.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The
www.eeworm.com/read/123745/6058140
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/123745/6058141
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/123745/6058143
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/123745/6058144
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/123745/6058145
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