代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/238618/13871651

c exfiles.c

//单摆运动程序: #include #include #include int i,j,k,m,n,x,y,t,left,right,posi=1,tr0,tr1,tr2,tr3,tmr; void youbai(int); ///电机反转,顺时针 void zuobai(int); ///电机正转,逆时针 v
www.eeworm.com/read/238615/13871822

c test.c

//#include "pic16f685.h" #include char i,j; main() { TRISB=0x01; while(RB0); while(1) { PORTB=0x00; for (i=0;i
www.eeworm.com/read/300969/13874451

c ether_line.c

/* ** ETHER_LINE ** ** This routine parses the array pointed to by "line" (which should be ** from a file in the format of /etc/ethers) and returns in "eaddr" the ** ethernet address at the star
www.eeworm.com/read/300969/13876242

c strcat.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: strcat.c,v 1.2 90/05
www.eeworm.com/read/300969/13876244

c atol.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: atol.c,v 1.3 90/05/2
www.eeworm.com/read/300969/13876260

c strncat.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: strncat.c,v 1.3 90/0
www.eeworm.com/read/300969/13876322

c strncpy.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: strncpy.c,v 1.3 90/0
www.eeworm.com/read/300969/13876340

c atoi.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: atoi.c,v 1.4 90/05/2
www.eeworm.com/read/300969/13876343

c memmove.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: memmove.c,v 1.3 90/0
www.eeworm.com/read/136017/13879462

c mystring.c

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************