代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/137285/13334855
c code_ez_var_usg.c
DNT; fprintf( fp, "-v verbosity (- )", dc->verbose);
DNT; fprintf( fp, "-o outfile (- )");
DNT; fprintf( fp, "-out out
www.eeworm.com/read/370048/9621257
m debug2.m
% debug2.m
fprintf(dbgfile, '%84s\n',...
' ------------------ after dscom :-----------------');
fprintf(dbgfile, ' inputs :\n');
fprintf(dbgfile,...
'%7
www.eeworm.com/read/221578/14736975
c masterkeycfg.c
#include "all.h"
#include "globalvars.h"
void usage()
{
fprintf(stderr, "masterkeycfg 1.0\n\n");
fprintf(stderr, "usage:\n");
fprintf(stderr, "\tmasterkeycfg command\n\n");
fprintf(stderr, "where
www.eeworm.com/read/103075/7087362
gtkrc
g_fprintf(f,"style \"normal\"\n") ;
g_fprintf(f,"{\n") ;
g_fprintf(f," bg[PRELIGHT] = { 0.1, 0.9, 0.1 }\n") ;
g_fprintf(f," bg[NORMAL] = { 0.1, 0.8, 0.1 }\n") ;
g_fprintf(f,"}\n") ;
g_fprint
www.eeworm.com/read/241836/13113640
m point_text.m
function point_text(fit2,layername,groesse,text,x,y)
fprintf(fit2,'0\n'); fprintf(fit2,'POINT\n');
fprintf(fit2,'8\n'); fprintf(fit2,'%s\n',layername);
fprintf(fit2,'10\n'); fprintf(fit2,'%12.3f\n'
www.eeworm.com/read/241836/13113940
m point_text.m
function point_text(fit2,layername,groesse,text,x,y)
fprintf(fit2,'0\n'); fprintf(fit2,'POINT\n');
fprintf(fit2,'8\n'); fprintf(fit2,'%s\n',layername);
fprintf(fit2,'10\n'); fprintf(fit2,'%12.3f\n'
www.eeworm.com/read/370048/9621269
m debug3.m
% debug3.m
fprintf(dbgfile, '%84s\n',...
' ------------------after dsinit : ---------------');
fprintf(dbgfile, ' inputs :\n');
fprintf(dbgfile,...
'%7s
www.eeworm.com/read/370048/9621329
m debug6.m
% debug6.m
fprintf(dbgfile, '%7s\n',...
' ------------------after sgp4init :-------------');
fprintf(dbgfile, ' inputs : \n');
fprintf(dbgfile,...
www.eeworm.com/read/439651/7704128
m readxls.m
fprintf('Show content in Sheet1(default):\n');
fprintf('A = xlsread(''1.xls'')')
A = xlsread('1.xls')
fprintf('Show content in Sheet2(captital does matter):\n');
fprintf('A = xlsread(''1.xls'', ''
www.eeworm.com/read/453518/1640854
c html.c
/*
Iulian Radu [v2.0@07.1999]
*/
void mkhtmlh(){ /*use fh global*/
if(!fh) return;
fprintf(fh,"\n");
fprintf(fh,"\n");
fprintf(fh,"\n");
if(title[0]) fprintf(fh,title);
else fp