代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/415465/11072091
txt mps2-2.txt
//全部拷贝到PLC函数程序。
/*------------这里添加你的逻辑程序--------------------------------------*/
if((X0==0)&&(X1==0)&&(X2==0)&&(X3==0)) Y0=0;
else Y0=1;
if((X0==0)&&(X1==0)&&(X2==0)&&(
www.eeworm.com/read/414455/11111274
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/268945/11113652
txt ccc.txt
{
if(a==b)//if stmt
then
{
if(c==d) then a=l; else while(c==d) h=c+200;//while stmt
}
else a=b/3;//arithexpr
}
www.eeworm.com/read/268231/11149026
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/268158/11150740
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/267227/11189288
c 16ibsh.c
int ibsh(p,n,a,b,m)
int n,*m;
int a,b,p[];
{ int i,j,k;
i=1; j=n;
while (i=a)&&(p[k-1]
www.eeworm.com/read/335971/12485940
c 16ibsh.c
int ibsh(p,n,a,b,m)
int n,*m;
int a,b,p[];
{ int i,j,k;
i=1; j=n;
while (i=a)&&(p[k-1]
www.eeworm.com/read/147096/12583678
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/247634/12638680
m f0transp.m
% f0transp.m
function y=f0transp(x)
if (x < -1)
y=0;
elseif (x