代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/250895/12378287
c common.c
#include "common.h"
void delay(int k)
{
while(k--);
}
www.eeworm.com/read/250895/12378337
c common.c
#include "common.h"
void delay(int k)
{
while(k--);
}
www.eeworm.com/read/250895/12378684
c common.c
#include "common.h"
void delay(int k)
{
while(k--);
}
www.eeworm.com/read/250895/12378710
c common.c
#include "common.h"
void delay(int k)
{
while(k--);
}
www.eeworm.com/read/250662/12392988
cpp deblank.cpp
void deblank(char string[])
{
char *p;
p=string;
while(*p!='\0' && *p==' ')
++p;
while(*p)
{
if (string!=p)
while(*p!='\0' && *p!=' ')
*string++=*p++;
else
while(*p!='
www.eeworm.com/read/336933/12406070
c 16isech.c
int isech(p,k,m,a,b)
STRU p[];
int a,b;
int k,m;
{ int i;
i=k;
while ((im) return(-1);
return(i);
}
www.eeworm.com/read/336933/12406079
c 16rbsh.c
int rbsh(p,n,a,b,m)
int n,*m;
double a,b,p[];
{ int i,j,k;
i=1; j=n;
while (i=a)&&(p[k-1]
www.eeworm.com/read/336933/12406801
c 15cbub.c
void cbub(p,n)
int n;
char p[];
{ int m,k,j,i;
char d;
k=0; m=n-1;
while (k
www.eeworm.com/read/336933/12406830
c 15rbub.c
void rbub(p,n)
int n;
double p[];
{ int m,k,j,i;
double d;
k=0; m=n-1;
while (k