代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/151943/12158994

c 8.c

#include "stdio.h" #define M 200 /*范围*/ #define N ((M+1)/2) /*奇数的个数*/ main() { int i,j,a[N]; a[0]=2; for(i=1;i
www.eeworm.com/read/151943/12158996

c 7.c

main ( ) { int x , y , z ; int a[10] ; printf("input 10 numbers:\n"); for(x=0 ; x
www.eeworm.com/read/151943/12159183

c 61.c

#include "stdio.h" main() { char a=176,b=219; printf("%c%c%c%c%c\n",b,a,a,a,b); printf("%c%c%c%c%c\n",a,b,a,b,a); printf("%c%c%c%c%c\n",a,a,b,a,a); printf("%c%c%c%c%c\n",a,b,a,b,a); printf("%c
www.eeworm.com/read/151936/12160263

c 22.c

#define N 9 /*魔方阵阶数*/ #include main() { int i,j,k,a[N][N]; for(i=0;i
www.eeworm.com/read/151936/12160324

c 38.c

#include/*for function of printf()*/ #include/*for function of exit()*/ #include/*for function of strcmp()*/ void loadmous(void); main() { loadmous();
www.eeworm.com/read/151936/12160415

c 91.c

#define FALSE 0 #define TRUE 1 #include main() { int snd; /* which sound to produce */ int cnt; /* number of times to repeat sound */ int note; /* Current note, when sweepi
www.eeworm.com/read/151936/12160425

c 35.c

main() { int n; float e,p; e=p=1.0; for(n=1;n
www.eeworm.com/read/151936/12160483

c 37.c

# include main( ) { int a ,b , c , x=0; while (x100) continue; printf("\n%d+%d=?
www.eeworm.com/read/151936/12160848

c 10.c

#include #include #define N 101 main() { int i,j,line,a[N]; for(i=2;i
www.eeworm.com/read/340416/12161685

c yangtiao.c

#include chashang(float x[],float y[],int n) {int i,j; for(i=1;i=i;j--) y[i]=(y[i]-y[i-1])/(x[j]-x[j-1]); } main() {float x[20],y[20]; float M[20],h[20