代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/130043/14210263

c xval-prep.c

/*************************************************************************/ /* */ /* Program to prepare data file for cross-validation */ /* ------------------------------------------------
www.eeworm.com/read/129999/14212929

h eui64.h

/* eui64.h - EUI64 routines for IPv6CP. Copyright (C) 1999 Tommi Komulainen Redistribution and use in source and binary forms are permitted provided that th
www.eeworm.com/read/129934/14216516

c myfunc.c

/* *src甫 numbytes父怒 *dest栏肺 墨乔茄促. */ void Move( unsigned char *src, unsigned char *dest, unsigned int numbytes ) { if ( numbytes
www.eeworm.com/read/129922/14217069

c 0_to_100.c

#include void main () { int value = 0; while (value
www.eeworm.com/read/129922/14217082

c no_cont.c

#include void main() { int counter; printf("\nEven values\n"); for (counter = 1; counter
www.eeworm.com/read/129922/14217113

c chrcnt.c

int chrcnt(const char *string, int letter) { int count = 0; while (*string) if (*string == letter) count++; return(count); }
www.eeworm.com/read/129847/14222338

c adler32.c

/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */
www.eeworm.com/read/231652/14224636

pas ac1174.pas

program ural1174; const maxn=100; maxdigit=200; var p:array[1..maxn]of byte; n,i,j,x,d:byte; ans:array[0..maxdigit]of integer; procedure mul(x:byte); var i:byte; begin
www.eeworm.com/read/231652/14224702

pas ac1155.pas

program ural1155; var a,b,c,d,e,f,g,h:byte; begin readln(a,b,c,d,e,f,g,h); if a+c+f+hb+d+e+g then begin writeln('IMPOSSIBLE'); halt; end; while (e
www.eeworm.com/read/231652/14224973

pas ac1071.pas

program ural1071; const maxd=20; var x,y,r:longint; procedure check(r:longint); var a,b:array[1..maxd]of longint; la,lb:byte; begin la:=1;lb:=1;a[1]:=x;b[1]:=y; whil