代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/318926/13466588
c 15ibub.c
void ibub(p,n)
int p[],n;
{ int m,k,j,i,d;
k=0; m=n-1;
while (k
www.eeworm.com/read/312649/13606616
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/312649/13606669
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/312649/13606722
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/312649/13606899
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/312649/13607002
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/309538/13669422
m createm.m
function A=createM(x,y)
A=zeros((x+2)*(y+2),(x+2)*(y+2)+1);
for i=1:(x+2)*(y+2)
A(i,(x+2)*(y+2)+1)=1;
end
k=[];
l=0;
while l
www.eeworm.com/read/308602/13699164
m e0317.m
%(1)
y=0;i=1;
n=input('n=?');
while i=1.5
break;
end
i=i+1;
end
i,y
www.eeworm.com/read/307145/13727826
c ch07s022.c
while(p->Next != NULL)
{
free(p);
free(p->Data);
p = p->Next;
}
www.eeworm.com/read/304476/13793583
c text1.c
main()
{ int nVar1,nVar2,nVar3,nVar4,nVar5,nVar6,nVar7,nVar8;
nVar1=(5>3)&&(5>4); //逻辑与
nVar2=(5>3)&&(3>5);
nVar3=(3>5)&&(4>5);
nVar4=(5>3)||(5>4); //逻辑或
nVar5=(5>3)||(4>5);
nVar6=(3>5)