代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/386257/8759366

m ex0108.m

function ex0108() n = 1; a=[9 2 4 3 5 6 8 0]; min=inf; while n
www.eeworm.com/read/386251/8760295

c s2_029.c

#define SQUARE(n)((n)*(n)) main() { int i=1; while(i
www.eeworm.com/read/428483/8864974

c c2.c

#include void main(void) { while(1) { if(P1_4==0) { P1_0=0; } else { P1_0=1; } if(P1_5==0)
www.eeworm.com/read/284698/8908709

c ex4-22.c

#include main() { int x, *p, ** q; x=10; p=&x; q=&p; printf("%d\n:, x); printf("%d\n:, * p); printf("%d\n:, ** q); while(1);
www.eeworm.com/read/383827/8915095

sql 7-04.sql

DECLARE @X INT SELECT @X=1 lblHere: PRINT @X SELECT @X=@X+1 WHILE @X
www.eeworm.com/read/284411/8934476

pl dump2hex.pl

while () { if (s/^ [0-9a-fA-F]+\s+(.{35}).*/\1/ && s/ /\n/g && s/(..)(..)(..)(..)\s*/\1\n\2\n\3\n\4\n/g) { print $_; } }
www.eeworm.com/read/284411/8934488

pl dumpx.pl

while () { if (s/^ [0-9a-fA-F]+\s+(.{35}).*/\1/ ) { print $_; } # && s/ /\n/g && s/(..)(..)(..)(..)\s*/\1\n\2\n\3\n\4\n/g) }
www.eeworm.com/read/427573/8934692

c 16rsech.c

int rsech(p,k,m,a,b) STRU p[]; double a,b; int k,m; { int i; i=k; while ((im) return(-1); return(i); }
www.eeworm.com/read/427573/8934768

c 16ibkey.c

int ibkey(p,n,a,b,m) int n,*m; BISERCH *p[]; int a,b; { int i,j,k; i=1; j=n; while (i=a)&&((*p[k-1]).KEY
www.eeworm.com/read/427573/8934849

c 16csech.c

int csech(p,k,m,a,b) STRU p[]; char a,b; int k,m; { int i; i=k; while ((im) return(-1); return(i); }