代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/261944/11613708
cpp fd2d_3.1.cpp
//fd2d_3.1.c 2D TM program
#include
#include
#include
#define IE 60
#define JE 60
main()
{
float ga[IE][JE], dz[IE][JE], ez[IE][JE], hx[IE][JE], hy[IE][J
www.eeworm.com/read/158443/11616356
c vegas.c
#include
#include
#include "nrutil.h"
#define ALPH 1.5
#define NDMX 50
#define MXDIM 10
#define TINY 1.0e-30
extern long idum;
void vegas(regn,ndim,fxn,init,ncall,itmx,n
www.eeworm.com/read/347982/11620324
c 105.c
#include
#include
#include
#include
int shoudsave=0 ;
int count1=0,count2=0,mark=0,mark1=0 ;
/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车
www.eeworm.com/read/158379/11622322
c two_line.c
#include
void main ()
{
printf ("This is line one.\n");
printf ("This is the second line.");
}
www.eeworm.com/read/158379/11622395
c nooutput.c
#include
void main ()
{
// printf ("This line does not appear");
/* This is a comment
printf ("This line does not appear either");
*/
}
www.eeworm.com/read/158379/11622430
c one_line.c
#include
void main ()
{
printf ("This is line one.");
printf ("This is the second line.");
}
www.eeworm.com/read/158379/11622447
c usebreak.c
#include
void main()
{
int counter;
for (counter = 1; counter
www.eeworm.com/read/158338/11624569
c 22.c
#define N 9 /*魔方阵阶数*/
#include
main()
{
int i,j,k,a[N][N];
for(i=0;i
www.eeworm.com/read/158338/11624639
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/158338/11624747
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