代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/407198/11424279

c flashled.c

#include unsigned char i; unsigned char temp; unsigned char a,b; void delay(void) /*延时0.2秒*/ { unsigned char m,n,s; for(m=20;m>0;m--) for(n=20;n>0;n--)
www.eeworm.com/read/407198/11424364

c doorbell.c

#include unsigned char t5hz; unsigned char t7hz; unsigned int tcnt; bit stop; bit flag; void main(void) { unsigned char i,j; TMOD=0x02; TH0=0x06;
www.eeworm.com/read/406870/11433643

cpp 浙大1151(ac).cpp

#include "stdio.h" int main() { int a,b,top,base,j,i; char word[1000],c,t; scanf("%d",&a); for (;a>0;a--) { scanf("%d",&b); getchar(); for (;b>0;b--) { top=0; base=0;
www.eeworm.com/read/406757/11436568

htm 00000005.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: FrankCH (小花花), 信区: Java  标  题: Java教程(六) 
www.eeworm.com/read/406664/11437857

c wordcount.c

#include "WordCount.h" ostream& operator
www.eeworm.com/read/406644/11438280

c sh102.c

#include #define uint unsigned int sbit gate1=P2^0; // 定义P2-0口 sbit gate2=P2^1; // 定义P2-1口 sbit gate3=P2^2; // 定义P2-2口 sbit gate4=P2^3; // 定义P2-3口 void main(v
www.eeworm.com/read/406644/11438283

c sh101.c

#include sbit gate=P2^0; // 定义P2-0口 void main(void) { unsigned int i,j; while(1) { for(i=1000;i>0;i--) for(j=1000;j>0;j--); // 双重循环,延时约1秒 gate=!gate; // 对P-0口取反,控制小灯的
www.eeworm.com/read/406558/11439910

c 44blib.c

#include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\option.h" #include #include #include #include #includ
www.eeworm.com/read/406404/11443563

cpp skimmer.cpp

//-----------------------------------------------------------------------------------// // Windows Graphics Programming: Win32 GDI and DirectDraw // //
www.eeworm.com/read/405996/11451767

c uart.c

/*--------------------------------------------------------------------------------- Project : Test for 2410 Author : Kreal@163.net Creation Date : 04-04-15 Revision