代码搜索结果
找到约 10,000 项符合
F 的代码
_f.f3
數
_f.f2
J[
f71805f
Kernel driver f71805f
=====================
Supported chips:
* Fintek F71805F/FG
Prefix: 'f71805f'
Addresses scanned: none, address read from Super I/O config space
Datasheet: Available
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},
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
_f.f3
數
_f.f2
J[
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