代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/138504/13234375

c getargs.c

/* GETARGS.C Command line processor for C programs * * -- added long integer parameter -- EFC 26 Feb 1990 * -- added toggle boolean (switch) -- EFC 27 June 1988 * -- with reals (doubl
www.eeworm.com/read/324863/13239419

txt text1.txt

FILE *fp; fp = fopen("c:\temp\test.csv","wt"); fprintf(fp, "%s,%s,%s", f1,f2,f3); flcose(fp); CFile
www.eeworm.com/read/138376/13239498

cpp 学生成绩管理系统.cpp

#include "stdio.h" #include"stdlib.h" #include"string.h" #include"process.h" #define N 3 #include"top.c" void main_1(); struct students{ int n; char name[20]; float cj[3]; }st[3]; int i
www.eeworm.com/read/324802/13243354

c showjournal.c

/* ** A utility for printing an SQLite database journal. */ #include #include #include #include #include #include #include
www.eeworm.com/read/324802/13243373

c showdb.c

/* ** A utility for printing all or part of an SQLite database file. */ #include #include #include #include #include #include #inclu
www.eeworm.com/read/138258/13244205

c hiscore.c

#include void main() { FILE *scores; int s = 1000; scores=fopen("scores.dat","w"); if(scores==NULL) { puts("Error creating file"); } else
www.eeworm.com/read/138258/13244361

c create.c

#include #include void main() { FILE *myfile; myfile = fopen("alive.txt","w"); if(!myfile) { puts("Some kind of file error!"); exit(0)
www.eeworm.com/read/138258/13244526

c hiscores.c

#include void main() { FILE *scores; int s[10] = { 1000, 990, 985, 960, 955, 950, 945, 945, 945, 930 }; int x; scores=fopen("scores.dat","w"); if(scor
www.eeworm.com/read/324789/13245123

m ex4_2.m

% 输入文本文件名 qname=input('Enter file containing questions : ','s'); ip=fopen(qname,'rt'); % 打开该文本文件 if (ip
www.eeworm.com/read/239952/13245378

c wm_cox_e.c

/*############################################################################# * 文件名:wm_cox_e.c * 功能: 加载水印 * modified by PRTsinghua@hotmail.com ##################################################