代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/492758/6408649
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/492904/6413420
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/492699/6420019
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/480745/6661213
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/480441/6664355
m regulator.m
function y=regulator(u)
if (u>300),
y=0;
else
y=u;
end
www.eeworm.com/read/480480/6664872
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end