代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/214590/15093927
class f.class
www.eeworm.com/read/214590/15093929
java f.java
public class F{
public static void main(String args[]){
int month=4;
int year=1998;
int numdays=9;
switch(month){
case 1:
case 3:
case 5:
case 7:
case 8:
case 10:
case 12:
numdays=31;
br
www.eeworm.com/read/213662/15127903
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/213643/15128395
gif f.gif
www.eeworm.com/read/213447/15134716
f qcomp.f
www.eeworm.com/read/213447/15134725
f cdpqcomp.f
www.eeworm.com/read/212605/15151910
m f.m
function [y]=f(x1,x2)
Ts=1;
if nargin==1
y=[1 Ts;0 1]*x1;
else
y=[1 Ts;0 1]*x1+[(Ts^2)/2;Ts]*x2;
end
www.eeworm.com/read/212605/15151920
asv f.asv
function [y]=f(x1,x2)
T=200;
if nargin==1
y=[1 T;0 1]*x1;
else
y=[1 T;0 1]*x1+[T^2/2;T]*x2;
end
www.eeworm.com/read/212305/15160228