代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/441325/7671883

m gausspf.m

function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt) %GAUSSPF Solves the power flow using a Gauss-Seidel method. % [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt
www.eeworm.com/read/439882/7697563

c dotbar.c

/* * dotbar.c - computes dot product in parallel and uses barrier for synch * * This file is used in conjunction with the SimpleScalar tool suite * originally written by Todd M. Austin for the Mul
www.eeworm.com/read/439686/7702974

m nmodel.m

function [Xm]=nmodel(Factors,G,Om); %NMODEL make model of data from loadings % % function [Xm]=nmodel(Factors,G,Om); % % This algorithm requires access to: % 'neye.m' % % % [Xm]=nmodel(Fact
www.eeworm.com/read/439651/7704281

m isfield01.m

s = struct('name', {'Tim', 'Ann'}, 'scores', {[1 3 5 ],[2 4 6]}); fprintf('isfield(s, ''name'') = %d\n', isfield(s, 'name')); fprintf('isfield(s, ''height'') = %d\n', isfield(s, 'height'));
www.eeworm.com/read/439462/7708288

m periodogramse.m

function phi=periodogramse(y,v,L) % % The windowed periodogram spectral estimator. % % phi=periodogramse(y,v,L) % % y -> the data vector % v -> the window vector % L -> the numb
www.eeworm.com/read/437981/7738000

c hplistc.c

/*$TITLE=Program to list C source files on an HP Laserjet printer*/ /* ********************************************************************************************************* *
www.eeworm.com/read/436995/7757437

m xgcdr.m

% xgcdr.m % Scope: This MATLAB program determines great circle dead reckoning % trajectory assuming a spherical earth with radius equal to % t
www.eeworm.com/read/436995/7757443

m xopcr.m

% xopcr.m % Scope: This program determines operation counts (flops) for four different % implementations of RAIM algorithm (only the computation of t
www.eeworm.com/read/436995/7757444

m xsvsel.m

% xsvsel.m % Scope: This MATLAB program executes the selection of 4, 5 or 6 satel- % lites based on minimum geometric dilution of precision (GDOP) %
www.eeworm.com/read/436995/7757452

m xstat.m

% xstat.m % Scope: This MATLAB program tests the following macros: rms, rss, rssxy, % and statup. In addition, results from internal macros mean and std