代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/368573/9685660
txt main.txt
ivan()
a:int;
b:int;
ccc:int;
d:int;
{
if ccc>b and ccc>a then a=b+a;
while ccc>d do a=d;
a=(b+ccc)*a+d
}
www.eeworm.com/read/171294/9763021
txt ivan.txt
ivan()
a:int;
b:int;
ccc:int;
d:int;
{
if ccc>b and ccc>a then a=b+a;
while ccc>d do a=d;
a=(b+ccc)*a+d
}
www.eeworm.com/read/366932/9791377
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/366932/9791726
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/170603/9796289
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/170603/9796395
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/170603/9796539
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/170603/9796888
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/170603/9797059
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/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
}