代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/158338/11624754

bak 91.c.bak

/* 9-1.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; /* Cur
www.eeworm.com/read/158338/11624766

c 35.c

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

c 37.c

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

c 10.c

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

c 9-4.c

#define int float main() { int a=10.123; clrscr(); printf("%5.3f",a); }
www.eeworm.com/read/261738/11625776

c 5-2.c

#define N 2 main() { int m, n; system("cls"); printf("%40s\n", "************"); printf("%40s\n", "Calculate the n power of m"); printf("%40s\n", "************"); printf("%40s\n", "Please
www.eeworm.com/read/261738/11625870

c 2-27.c

#include"stdio.h" main() { int i=0,j=0,t=0,sum=0; int n,flag; for(n=50;n
www.eeworm.com/read/261418/11647313

c 牛顿法q.c

/*求函数y=x1^2+3*x2^2-4x1的极小值*/ #include"stdio.h" #include"math.h" #define N 50 /*a[N]表示梯度,b[N][N]表示Hesse矩阵*/ void function(float x1,float x2,float a [N],float b[N][N]) { a[0]=2*x1-4; a[1
www.eeworm.com/read/261416/11647329

c niudunfa.c

/*求函数y=x1^2+3*x2^2-4x1的极小值*/ #include"stdio.h" #include"math.h" #define N 50 /*a[N]表示梯度,b[N][N]表示Hesse矩阵*/ void function(float x1,float x2,float a [N],float b[N][N]) { a[0]=2*x1-4; a[1
www.eeworm.com/read/261414/11647788

c p.c

/*求函数y=x1^2+3*x2^2-4x1的极小值*/ #include"stdio.h" #include"math.h" #define N 50 /*a[N]表示梯度,b[N][N]表示Hesse矩阵*/ void function(float x1,float x2,float a [N],float b[N][N]) { a[0]=2*x1-4; a[1