代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/119491/14828370
gif f-f.gif
www.eeworm.com/read/117862/14901207
gif f-f.gif
www.eeworm.com/read/316872/3604304
f71805f
Kernel driver f71805f
=====================
Supported chips:
* Fintek F71805F/FG
Prefix: 'f71805f'
Addresses scanned: none, address read from Super I/O config space
Datasheet: Available
www.eeworm.com/read/273525/4204332
ihlp f_f.ihlp
{* 30nov2004}{...}
{phang}
{cmd:F(}{it:n1}{cmd:,}{it:n2}{cmd:,}{it:f}{cmd:)} returns the
cumulative F distribution with {it:n1} numerator and {it:n2}
denominator degrees of freedom, for {it:n1},
www.eeworm.com/read/273525/4204691
hlp f_f.hlp
{smcl}
{* 30nov2004}{...}
{cmd:help F()}
{hline}
{title:Title}
{p2colset 5 22 24 2}{...}
{p2col :{hi:[D] functions} {hline 2}}Functions{p_end}
{p2colreset}{...}
{title:F() probability
www.eeworm.com/read/293809/8271494
f90 f.f90
subroutine F(t0,x0,y0,z0,n,D)
real*8 theta,r,b
theta=10
r=24.74
b=8/3
if(n.EQ.1.0) then
D=theta*(y0-x0)
end if
if(n.EQ.2.0) then
D=x0*(r-z0)-y0
end if
if(n.EQ.3.0