代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/293555/7129008

c ex17.c

#include main() { int i, s=0; for (i=1; i
www.eeworm.com/read/293555/7129016

c ex20.c

#include main() { int a, b, c, d, i; for(a=1; a
www.eeworm.com/read/293555/7129028

c ex4-2.c

#include main() { char c[10]; scanf("%s",c); printf("%s\n",c); while(1); }
www.eeworm.com/read/293555/7129029

c ex4-1.c

#include main() { int f[20], i; f[0]=0; f[1]=1; for (i=2;i
www.eeworm.com/read/350718/7149634

c main.c

/* * Module: MAIN.C * Modified by: X.C.Zheng WeiHua * Modified on: Date: 03-8-11 14:02 * Copyright(c) WeiHua Tech Ltd. */ #include "ECRSYS.h" #include "ftype.h" #include "disp.h" #inclu
www.eeworm.com/read/464533/7156590

c lesson4.c

#include #define uchar unsigned char #define uint unsigned int //***********延时z毫秒***********/ void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); } void main() { TRI
www.eeworm.com/read/464450/7157905

c cprogram.c

int x,y,z; int add(int a,int b); main() { x=3; y=17; while ( 1 ) { z=add(x,y); } // 在此加软件断点 } /*int add(int a,int b) { return(a+b); }*/
www.eeworm.com/read/464193/7167778

c adcon.c

#include "Define1.h" //****************************************************************** //************************************************************************* //按键测试子过程(A/D转换方式进行) uchar A
www.eeworm.com/read/464154/7168667

txt dijkstra1.txt

#include #define n 100 void main() { int s,i,j,oper,min,k,p; printf("Please input the start vertex:\n"); scanf("%d",&s);
www.eeworm.com/read/463994/7171081

c cai shu zi 4.1.c

#include "stdio.h" #include "stdlib.h" #include "string.h" /*该函数的功能是给一个四元素的一维数组赋不相同的值,而且第一个数不为0*/ void fz(int a[]) { int i,j,k; a[0]=rand()%9+1; for(i=1;i