代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/493005/6403834

cal test4100.cal

/* * test4100 - 4100 series of the regress.cal test suite * * Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * * Primary author: Ernest Bowen * * Calc is open software; you can redistri
www.eeworm.com/read/493129/6406883

txt ham.txt

#include #include int a[12][12] = {0}; int flag = 0; int hamilton(int i, int j); void main(void) { int i, j, k, m; //clrscr(); i = 1; j = 1; for
www.eeworm.com/read/492896/6411851

txt 筛选法求素数.txt

#define RANGE 200 #include void main() {  int sieve[RANGE + 1];  int i,j,count;  for(i = 0;i
www.eeworm.com/read/492904/6413480

c 6chlk.c

#include "math.h" #include "stdio.h" int chlk(a,n,m,d) int n,m; double a[],d[]; { int i,j,k,u,v; if ((a[0]+1.0==1.0)||(a[0]
www.eeworm.com/read/492904/6413496

c 6ldle.c

#include "math.h" #include "stdio.h" int ldle(a,n,m,c) int n,m; double a[],c[]; { int i,j,l,k,u,v,w,k1,k2,k3; double p; if (fabs(a[0])+1.0==1.0) { printf("fail\n");
www.eeworm.com/read/492904/6413500

c 4maqr.c

#include "math.h" #include "stdio.h" int maqr(a,m,n,q) int m,n; double a[],q[]; { int i,j,k,l,nn,p,jj; double u,alpha,w,t; if (m
www.eeworm.com/read/492904/6413502

c 6trde.c

#include "math.h" #include "stdio.h" int trde(b,n,m,d) int n,m; double b[],d[]; { int k,j; double s; if (m!=(3*n-2)) { printf("err\n"); return(-2);} for (k=0;k
www.eeworm.com/read/492904/6413512

c 6chlk.c

#include "math.h" #include "stdio.h" int chlk(a,n,m,d) int n,m; double a[],d[]; { int i,j,k,u,v; if ((a[0]+1.0==1.0)||(a[0]
www.eeworm.com/read/492904/6413519

c 11sqt30.c

#include "stdio.h" #include "11sqt3.c" main() { int i,j,k; double eps,xx[5],b[5],v[5],s[5],ye[13],yr[13]; double r[5][5],dt[2]; static double x[13][5]={
www.eeworm.com/read/492904/6413521

c 11rhis.c

#include "math.h" #include "stdio.h" void rhis(x,n,x0,h,m,l,dt,g,q) int n,m,l,g[],q[]; double x[],x0,h,dt[]; { int i,j,k,z; double s; char a[50]; dt[0]=0.0; for