代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/287194/8710278
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/287194/8710997
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/430645/8736462
txt 变量作用域识别1.txt
int index = 0;
while (index < 5) {
index = index + 1;
int var;
}
read var;
www.eeworm.com/read/286772/8743900
txt pas.txt
while(a>b)do
begin
if m>=n then a:=a+1
else
while k=h do x:=x+2;
m:=n+x*(m+y)
end#~
www.eeworm.com/read/384762/8844619
txt ivan.txt
ivan()
a:int;
b:int;
c:int;
{
a=0;
b=1;
c=12;
if c>b and c>a then a=b;
while c>b do b=b+2;
a=(b+c)*a
}
www.eeworm.com/read/427573/8934796
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/427573/8935819
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/185696/8991187
c mabub.c
void mabub(p,n)
int p[ ],n;
{ int m,k,j,i,d;
k=0;m=n-1;
while (k
www.eeworm.com/read/382134/9046701
txt ivan.txt
ivan()
a:int;
b:int;
c:int;
{
a=0;
b=1;
c=12;
if c>b and c>a then a=b;
while c>b do b=b+2;
a=(b+c)*a
}