代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/197671/7979418
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/197671/7979992
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/196953/8039041
m walsh.m
function [whout]=walsh(n)
whout(1,1)=1;
i=2;
while(i~=2*n)
whout(1:i/2,1+i/2:i)=whout(1:i/2,1:i/2);
whout(1+i/2:i,1:i/2)=whout(1:i/2,1:i/2);
whout(1+i/2:i,1+i/2:i)=-whout(1:i/2,1:i/2);
i=i*2;
www.eeworm.com/read/196428/8092605
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/295931/8133031
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/295931/8133889
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/144692/12776357
txt test.txt
proc()
{
a:int;
b:int;
c:int;
d:int;
e:int;
f:int;
if(a
www.eeworm.com/read/144433/12794876
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/331611/12818173
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
}