代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/353980/10400635
cc raw2pgm.cc
/*---------------------------------------------------------------------------*/
#include
#include
#include
#include
#include
#include "global.hh"
www.eeworm.com/read/353980/10400765
cc pgm2raw.cc
/*---------------------------------------------------------------------------*/
#include
#include
#include
#include
#include
#include "global.hh"
www.eeworm.com/read/424911/10401368
c writefeatures.c
/*********************************************************************
* writeFeatures.c
*
*********************************************************************
*/
/* Standard includes */
#includ
www.eeworm.com/read/353952/10402560
m t_xtide.m
function pred=t_xtide(varargin);
% T_XTIDE Tidal prediction
% YOUT=T_XTIDE(STATION) makes a tidal prediction
% for the current day using the harmonics file from XTIDE.
% if STATION is a string th
www.eeworm.com/read/353878/10408976
m fsa.m
function s = fsa(x,interval,output,fopen_opt)
%FSA Fourier Spectral Analysis
% Uses FFT and returns amplitudes and phases of the Fourier
% components.
%
% Syntax:
% S = FSA(X,INTERV
www.eeworm.com/read/353873/10410766
m report.m
function report(fname,chr,a,time)
aprint(a);
[n m]=size(chr);
if (n==1)
print('Generation 1',fname,chr,a);
else
fid=fopen(strcat(fname,'.html'),'w');
fprintf(fid,'
www.eeworm.com/read/353873/10410795
m export.m
function export(chr,fname)
% EXPORT - export the data from the GA to file
% Exports the data in the GA in a tab separated fashion i.e.
% des_name
% id
% gen_name_001 gen_name_002 et
www.eeworm.com/read/161429/10413906
c main.c
/******
todos :
. lots of marks scattered around in the many modules
. at "stop" functionality to ZT coders by including a "stop_subband"
and setting the ZT "bottom" flag in that subban
www.eeworm.com/read/353831/10414472
m printpf.m
function printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt)
%PRINTPF Prints power flow results.
% printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt) prints
% powerflow resu
www.eeworm.com/read/353831/10414525
m mpver.m
function mpv = mpver
%MPVER Prints or returns MATPOWER version information
% v = mpver returns the current MATPOWER version number. Calling mpver
% without assigning the return value prints the v