代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/494116/6378699

c serial.c

/******************************************************************************/ /* */ /* SERIAL.C: Low Level Serial Rout
www.eeworm.com/read/494216/6380305

cpp 1_2.cpp

#include #include char prog[80],token[8]; char ch; int syn,p,m,n,sum; char *rwtab[6]={"begin","if","then","while","do","end"}; void scaner(); void main(){
www.eeworm.com/read/494218/6380339

h wordscan.h

#include "stdio.h" #include "string.h" char prog[80],token[8]; int syn,p,m,n,sum=0; char ch; char *rwtab[6]={"begin","if","then","while","do","end"}; void scaner() { m=0; for(n=0;n
www.eeworm.com/read/494226/6380587

java labeldemo.java

public class LabelDemo{ public static void demo1(){ System.out.println("Demo1"); for(int i=0; i< 2; i++){ System.out.println("外循环i = " + i); for(int j = 0; j < 10 ; j++){ if(j ==
www.eeworm.com/read/494289/6381651

cpp threadmp.cpp

/* Example program to illustrate MIRACL multi-threading with openMP Make sure miracl library is built with MR_OPENMP_MT defined in mirdef.h This allows multi-threading i
www.eeworm.com/read/494289/6381797

cpp brent.cpp

/* * Program to factor big numbers using Brent-Pollard method. * See "An Improved Monte Carlo Factorization Algorithm" * by Richard Brent in BIT Vol. 20 1980 pp 176-184 * * Requires:
www.eeworm.com/read/493952/6385431

html 054-057.html

www.eeworm.com/read/494103/6388312

cpp main.cpp

#include using namespace std; void quicksort(long data[],long low,long high) { long i,pivot,j; if(low
www.eeworm.com/read/493718/6389281

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
www.eeworm.com/read/493718/6389301

pas ac1019.pas

program ural1019; const maxn=5000; treesize=6144; root=4096; maxd=root shr 1; type event=record x:longint; level:word; delta:shortint; end; node=record exist