代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/155903/11839151

cpp xt6-16.cpp

#include using namespace std; int main() {char str[50],*pstr; int i,j,k,m,e10,digit,ndigit,a[10],*pa; cout
www.eeworm.com/read/345081/11840983

c stdio.c

#include int main() { int c; FILE *in, *out; in = fopen("file.in","r"); out = fopen("file.out","w"); while((c = fgetc(in)) != EOF) fputc(c,out); exit(0);
www.eeworm.com/read/155865/11841829

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/155858/11843229

cpp 4elist0702.cpp

// Listing 7.2 // Looping with while #include int main() { int counter = 0; // initialize the condition while(counter < 5) // test condition still true {
www.eeworm.com/read/155858/11843240

cpp 4elist0706.cpp

// Listing 7.6 // Demonstrates skipping the body of // the while loop when the condition is false. #include int main() { int counter; std::cout
www.eeworm.com/read/344947/11850674

h ch4.h

/************************************************ Expect bugs! Please use and enjoy, and let me know of any bugs/mods/improvements that you have found/implemented and I will fix/incorporate the
www.eeworm.com/read/344947/11850731

h ch6.h

/************************************************ Expect bugs! Please use and enjoy, and let me know of any bugs/mods/improvements that you have found/implemented and I will fix/incorporate the
www.eeworm.com/read/155742/11851629

cpp xjglxt.cpp

// xjglxt.cpp : Defines the entry point for the console application. // ///***************************************************************************************** ///项目名称:学籍管理系统 ///工程名称:学籍管理系统
www.eeworm.com/read/155742/11851663

cpp xjglxtbak1.cpp

// xjglxt.cpp : Defines the entry point for the console application. // ///***************************************************************************************** ///项目名称:学籍管理系统 ///工程名称:学籍管理系统
www.eeworm.com/read/258599/11852107

c str.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/str.doc,v 1.10 1996/06/26 23:02:01 drh Exp $"; #include #include #include "assert.h" #include "fmt.h" #include "str.h" #i