代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/490520/6447106

cpp 8-13.cpp

#include void main() {void sort(int array[],int n); int a[10],i; printf("enter the array\n"); for(i=0;i
www.eeworm.com/read/490520/6447119

cpp 8-10.cpp

#include void main() { int large(int x,int y); int a[10],b[10],i,n=0,m=0,k=0; printf("enter array a:\n"); for(i=0;i
www.eeworm.com/read/490520/6447122

cpp 8-4.cpp

#include void main() {int f(int a,int b); int i=2,p; p=f(i,++i); printf("%d\n",p); } int f(int a,int b) {int c; if(
www.eeworm.com/read/490527/6447175

cpp test_a.cpp

#include "so_test.h" void test_a() { printf("this is in test_a...\n"); }
www.eeworm.com/read/490647/6450538

cpp 最小二乘法.cpp

#include int main () { int n,i,flag2; char flag1='y'; float ar[50],xe,ye,xye,xxe,sx,sy,sxy,sxx,a,b; printf ("\n*********************************************************\n"); printf ("\
www.eeworm.com/read/489998/6465323

c test.c

#include main() { int i=0; for(;;) { i++; if (i>10) { break; } else { printf( "%d",i); } } }
www.eeworm.com/read/489702/6468944

c times.c

/*--------------------------------------------------------*/ /* Copyright (c) PSW-soft 1998 */ /* */ /* File: PCL.
www.eeworm.com/read/489433/6471403

c bp.c

#include "math.h" #include "time.h" #include "stdio.h" #include "stdlib.h" #define Ni 1 #define Nm 4 #define No 1 #define L 100 #define Enom 0.02 #define loopmax 100000 #define e 2.71828 do
www.eeworm.com/read/489307/6478306

cpp if.cpp

#include void main() { int i; printf("请输入一个数:\n"); scanf("%d",&i); if(i%2==0) { printf("%d这个数是偶数!\n",i); } if(i%2!=0) { printf("%d这个数是奇数!\n",i); } }
www.eeworm.com/read/488978/6480914

c hmmbuild.c

/************************************************************ * HMMER - Biological sequence analysis with profile HMMs * Copyright (C) 1992-2003 Washington University School of Medicine * All Right