代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/337219/12383448

lst pwmmain.lst

C51 COMPILER V6.14h PWMMAIN 07/27/2001 03:58:22 PAGE 1 C51 COMPILER V6.14h, COMPILATION OF MODULE PWMMAIN OBJECT MODULE PLACED I
www.eeworm.com/read/337204/12384043

c worker.c

/* Note:Your choice is C IDE */ #include #include #include #include #define N 100 struct student { char num[10]; char name[10]; char tel[11]
www.eeworm.com/read/337180/12386322

c motor.c

//#include #include "ZLG7289.h" #include "ZLG7289.c" volatile unsigned char Key = 0xFF; void Delay(unsigned int t) { do { TH0 = 0xDC; TL0 = 0x00; TR0 = 1; while ( !TF0 );//等待定时器中
www.eeworm.com/read/250756/12386424

c ux_x11.c

/* * ux_x11.c: fetch local auth data for X forwarding. */ #include #include #include #include "putty.h" #include "ssh.h" void platform_get_x11_auth(char *
www.eeworm.com/read/250745/12387013

txt cifafenxichengxu.txt

/*编译原理实验 词法分析程序*/ #include #include char prog[80],token[8],ch; int syn,p,m,n,sum; char *rwtab[4]={"if","else","while","do"}; scaner(); main() {p=0; printf("\n pl
www.eeworm.com/read/337136/12388241

c 2.c

#include //预处理命令 void main(void) //主函数名 { //这是第一种注释方式 unsigned int a; //定义变量a为int类型 /* 这是第二种注释方式 */ do{ //do while组成循环 for (a=0; a
www.eeworm.com/read/149267/12391252

c delay.c

#include #include void delay(long int t) { while(t--!=0); } void yan50m(unsigned char u) { unsigned char i=0; TMOD|=0x10; for(i=0;i
www.eeworm.com/read/149267/12391325

c ytddjk.c

#include void time0(); void senddata(unsigned char,unsigned char); void delay(long int); void setoff(); sbit t1=P2^0; sbit t2=P2^1; sbit k1=P1^1; sbit k2=P1^2; sbit k3=P1^3; sbi
www.eeworm.com/read/149267/12391340

c cesu.c

#include //#include void time0(); void senddata(unsigned char,unsigned char); void delay(long int); void yan03s(unsigned char); //void Delay1us(unsigned int us); void s
www.eeworm.com/read/337096/12392088

cpp textin1.cpp

// textin1.cpp -- reading chars with a while loop #include int main() { using namespace std; char ch; int count = 0; // use basic input cout