代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/142983/12906443

c prog1.c

#include #include #include float countValue() { float x0,x1=0.0; while(1) { x0=x1; x1=cos(x0); if(fabs(x0-x1)
www.eeworm.com/read/142983/12906683

c prog1.c

#include int cnt, sum ; void countValue() { } void main() { cnt = sum = 0 ; countValue() ; printf("满足条件的个数=%d\n", cnt) ; printf("满足条件所有的SIX与NINE的和=%d\n", sum) ;
www.eeworm.com/read/142909/12908742

c test1.c

#include #include #include void put(char c) { printf("c=%d\n",c); } int main(int argc,char *argv[]) { int a=1,i; char *buf1; char *buf=(char *) 3+4; FILE
www.eeworm.com/read/330128/12914510

c symtab.c

/****************************************************/ /* File: symtab.c */ /* Symbol table implementation */ /* for the C_Minus compiler */ /*********
www.eeworm.com/read/330128/12914569

c util.c

/****************************************************/ /* File: util.c */ /* Utility function implementation */ /* for the C_Minus compiler
www.eeworm.com/read/243742/12920286

m timestamp.m

%% TIMESTAMP prints the current YMDHMS date as a timestamp. % % Modified: % % 14 February 2003 % % Author: % % John Burkardt % t = now; c = datevec ( t ); s = datestr ( c, 0 ); fprintf
www.eeworm.com/read/243663/12928656

c swab.c

#include main() { int i; char sc[2], t; short s; while (fscanf(stdin, "%d", &i) == 1) { s = i; bcopy(&s, sc, sizeof(short)); t = sc[0]; sc[0] = sc[1]; sc[1] = t
www.eeworm.com/read/243660/12928852

c mark.c

/************************************************************************** * * ROUTINE * mark * * FUNCTION * * display prompts to indicate processin
www.eeworm.com/read/243660/12928878

c mark.c

/************************************************************************** * * ROUTINE * mark * * FUNCTION * * display prompts to indicate processin
www.eeworm.com/read/243660/12929281

c mark.c

/************************************************************************** * * ROUTINE * mark * * FUNCTION * * display prompts to indicate processin