代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/409851/11310441
m f.m
function r=f(x)
n=3;
r=zeros(n,1);
r(1)=x(1).^2-10*x(1)+x(2).^2+x(3)+7;
r(2)=x(1)*x(2).^2+x(3).^2-2*x(3);
r(3)=x(1).^2+x(2).^2-3*x(2)+x(3).^2;
www.eeworm.com/read/264261/11323759
vcl f.vcl
www.eeworm.com/read/264243/11324407
gif f.gif
www.eeworm.com/read/409347/11331743
gif f.gif
www.eeworm.com/read/264029/11332073
jpg f.jpg
www.eeworm.com/read/264029/11332127
bmp f.bmp
www.eeworm.com/read/264029/11332139
bmp f.bmp
www.eeworm.com/read/264029/11332146
jpg f.jpg
www.eeworm.com/read/263959/11335653
m to_f.m
function deg_f = to_f(deg_c)
% Convert degrees Celsius to degrees Fahrenheit.
deg_f = (9/5) * deg_c + 32;
www.eeworm.com/read/409142/11345090