代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/126411/6017666

shcat

shcat() { while read line do echo "$line" done }
www.eeworm.com/read/125688/6022861

h ppp.h

/* * Back compatibility for a while. */ #include
www.eeworm.com/read/117181/6110790

c until.c

foo (void) { int i, x, y, z; x = 0; y = 1; i = 0; while (i < 2) i++; x = i; y = 2 * x; z = x + y; y = x + z; x = 9; y = 10; } main () { int a = 1; foo (); a += 2; return 0; }
www.eeworm.com/read/105029/6200391

c zreport.c

#include "zlib.h" int Zreport( ZREPORT *R ) { int p, l, r; if( R->g ){ p = 0; l = R->l; while( ( *R->g )( p, l ) == 0 ){ if( l == R->l ){ if( p && R->f )
www.eeworm.com/read/102423/6232277

c eclass.c

void eclass(nf,n,lista,listb,m) int lista[],listb[],m,n,nf[]; { int l,k,j; for (k=1;k
www.eeworm.com/read/102423/6232889

c eclass.c

void eclass(int nf[], int n, int lista[], int listb[], int m) { int l,k,j; for (k=1;k
www.eeworm.com/read/101082/6242639

c getpw.c

#ifndef lint static char sccsid[] = "@(#)getpw.c 4.1 (decvax!larry) 7/2/90"; #endif #include "stdio.h" /* * return passwd entry corresponding to uid * * return codes: 0 == success * 1 ==
www.eeworm.com/read/101082/6249340

c string.c

#ifndef lint static CHTYPE *sccsid = "@(#)string.c 4.1 7/17/90"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6249368

c mstrcmp.c

#ifndef lint static char *sccsid = "@(#)mstrcmp.c 4.1 (ULTRIX) 7/17/90"; #endif lint /**************************************************************** * * * Copyright (c) 1985 by * * D
www.eeworm.com/read/417423/6302787

txt test.txt

program example4; var A,B,C,D; begin A:=1; B:=5; C:=3; D:=4; while A