代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/316923/13514581

c no_redir.c

#include #include void main (void) { union REGS inregs, outregs; // check the stdin handle first inregs.x.ax = 0x4400; inregs.x.bx = 0; // stdin
www.eeworm.com/read/316479/13522234

c struct-dump.c

#include #include #include #include #include #include #include "struct-dump.h" /* -----------------------------------------------
www.eeworm.com/read/316414/13523330

m expex.m

function s = expex(t) %EXPEX Experimental version of EXP(T) s = 1; term = 1; n = 0; r = 0; while r ~= s r = s; n = n + 1; term = (t/n)*term; s = s + term; fprintf('%5d %14
www.eeworm.com/read/316334/13524490

c dmserver.c

#include #include #include #include #include #include "DataType.h" #include "ds40xxsdk.h" #include "tmserverpu.h" unsigned short format1[] =
www.eeworm.com/read/316095/13530239

lst clibarc.lst

CLIB.H ABS.C ATOI.C ATOIB.C AUXBUF.C AVAIL.C BSEEK.C BTELL.C CALL.ASM CALLOC.C CLEARERR.C CSEEK.C CSYSLIB.C CTELL.C DTOI.C EXIT.C FCLOSE.C FEOF.C FERROR.C FGETC.C FGETS.C FOPEN.C
www.eeworm.com/read/315921/13534826

l ch2-02.l

%{ unsigned charCount = 0, wordCount = 0, lineCount = 0; %} word [^ \t\n]+ eol \n %% {word} { wordCount++; charCount += yyleng; } {eol} { charCount++; lineCount++; } . charCount++; %% main(argc,argv
www.eeworm.com/read/315631/13539297

c ferror.c

#include #include void main (int argc, char *argv[]) { FILE *fp; char line[256]; if (fp = fopen(argv[1], "r")) { while (fgets(line, sizeof(lin
www.eeworm.com/read/315631/13539554

c no_redir.c

#include #include void main (void) { union REGS inregs, outregs; // check the stdin handle first inregs.x.ax = 0x4400; inregs.x.bx = 0; // stdin
www.eeworm.com/read/315391/13544808

cpp util.cpp

/****************************************************/ /* File: util.c */ /* Main program for c- compiler */ /* Compiler Construction: Princi
www.eeworm.com/read/315211/13548730

c 11-1.c

/*11-1.c*/ #include #include #include #define N 11 char *pre[]={ "p1","p2","p3","p4","p5","p6","p7", "p8","p9","p10","p11" }; char *symptom[]={ "咳嗽",