代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/337844/12336956

cpp 1006_new.cpp

//1399 2003-06-07 16:10:53 Wrong Answer 1006 C++ 00:00:02 380K just for play //1530 2003-06-07 16:33:33 Wrong Answer 1006 C++ 00:00:07 388K just for play #include int main() { int n
www.eeworm.com/read/149661/12358606

c xiaqi.c

//习题1.5 // // 前提己方先下子,呵呵 #include "stdio.h" #include "string.h" int b[9][9]={0}; //t[number of state][number of zuobiao] double Vtrain[9]={0.0}; //初始化线性函数 //x0自己有威胁的独立棋子数目,x1对方, //x2自己有
www.eeworm.com/read/337452/12368064

c os_cpu_c.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/250756/12386387

c psftp.c

/* * psftp.c: (platform-independent) front end for PSFTP. */ #include #include #include #include #include #define PUTTY_DO_GLOBALS
www.eeworm.com/read/337174/12386545

c rs.c

/* * Reed Solomon Encoder/Decoder * * (c) Henry Minsky (hqm@ua.com), Universal Access 1991-1995 */ #include #include #include "ecc.h" /* Encoder parity bytes */ int pBytes[
www.eeworm.com/read/337168/12386679

cpp 实验1提高1.cpp

#include void Josephus(int x[],int n,int s,int m) { int i,j,k,t; if(m==0){printf("m=0不是有效数据!");return;} printf("最初位置为:\n"); for(i=0;i
www.eeworm.com/read/250696/12388639

c rinex.c

rinex.c void gps_dat(fp,ifp,xhidat,odat_t,odat_dt,odat_n,In0,rt,dt,odat, id_odat,iodat,odat1,iodat1, sdat,id_sdat,isdat,sdat_n,ddat,id_ddat,iddat,ddat_n, t
www.eeworm.com/read/149189/12396133

c times.c

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

cpp shellsort.cpp

#include "stdio.h" #include void insertionsort(int b[],int n,int st,int in) { int i,j; for(i=st+in;i
www.eeworm.com/read/336933/12406283

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]