代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/100043/6275712

pl mk-globals-c.pl

print "#include \"squid.h\"\n"; while () { $init = undef; if (/^#/) { print; next; } if (/^.\*/) { print; next; } next unless (/./); next if (/\[\];$/); die unless (/^extern\s+([^;]+
www.eeworm.com/read/471650/6276690

c delay.c

void delay(unsigned int ms) reentrant { unsigned char i; while (ms--) {for(i=0;i
www.eeworm.com/read/139499/6280938

txt zsamplecode.txt

var a,b; const con1=1; begin; while b0 then b:=b+1; end; read(a); end;
www.eeworm.com/read/440959/6283715

c bo4-3.c

/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */ void InitString(LString *T) { /* 初始化(产生空串)字符串T。另加 */ (*T).curlen=0; (*T).head=NULL; (*T).tail=NULL; } Status StrAssign(LString *T,ch
www.eeworm.com/read/154224/6286263

c random.c

int random(int n1,int n2) { int x; do { x=rand(n); }while(x>n1||x
www.eeworm.com/read/154224/6286267

c main.c

#include "header.h" #include "wait.c" #include "random.c" #include "newPCB.c" #include "selPCB.c" void main() { struct PCB pcb[100]; int n=0; int x; do
www.eeworm.com/read/315848/6289685

c bo4-3.c

/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */ void InitString(LString *T) { /* 初始化(产生空串)字符串T。另加 */ (*T).curlen=0; (*T).head=NULL; (*T).tail=NULL; } Status StrAssign(LString *T,ch
www.eeworm.com/read/426973/6289760

cpp 6-10.cpp

#include void main() {char c; while((c=getchar())!='\n') {if((c>='a' && c='A' && c'Z' && c'z')
www.eeworm.com/read/426973/6289761

cpp 6-2.cpp

#include void main() {int i,sum=0; i=1; while (i
www.eeworm.com/read/255407/6291157

c wordcount.c

#include "WordCount.h" ostream& operator