代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/349479/10825104

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/349479/10825136

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
www.eeworm.com/read/349479/10825154

m state_est.m

function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt) %STATE_EST Solves a state estimation problem. % [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/349479/10825171

m printmkt.m

function printmkt(baseMVA, bus, gen, branch, f, t, dispatch, success, et, fd, mpopt) %PRINTMKT Prints results of ISO computation. % printmkt(baseMVA, bus, gen, branch, f, t, dispatch, success, et,
www.eeworm.com/read/419933/10828178

c 用adams三步四步法求解微分方程.c

#include "stdio.h" #include "math.h" #define f(t,u) -8.0*(u)+4.0*(t)*(t)-7.0*(t)-1.0 #define N 1000 int i,n; float u[N],t[N]; void Adams_03(float h,float u0,float t0,float T) { FILE *fp;
www.eeworm.com/read/275202/10829095

m demointerpolation.m

disp('>> % INTERPOLATION OF ORIENTATIONS'); % INTERPOLATION OF ORIENTATIONS GAfigure; clc; %/ disp('>> % INTERPOLATION OF ORIENTATIONS'); % INTERPOLATION OF ORIENTATIONS
www.eeworm.com/read/275202/10829132

m demoproj.m

disp('>> % PROJECTION, REJECTION'); % PROJECTION, REJECTION GAfigure; clc; %/ disp('>> % PROJECTION, REJECTION'); % PROJECTION, REJECTION disp('>> %'); % gl
www.eeworm.com/read/275202/10829173

m demogeoprod.m

disp('>> % GEOMETRIC PRODUCT'); % GEOMETRIC PRODUCT GAfigure; clc; %/ disp('>> % GEOMETRIC PRODUCT'); % GEOMETRIC PRODUCT disp('>> %'); % global a b; %/
www.eeworm.com/read/275202/10829184

m demoouter.m

disp('>> % SPANNING: THE OUTER PRODUCT'); % SPANNING: THE OUTER PRODUCT GAfigure; clc; %/ disp('>> % SPANNING: THE OUTER PRODUCT'); % SPANNING: THE OUTER PRODUCT disp
www.eeworm.com/read/275202/10829201

m demoquaternion.m

disp('>> % QUATERNIONS IN GEOMETRIC ALGEBRA'); % QUATERNIONS IN GEOMETRIC ALGEBRA GAfigure; clc; %/ disp('>> % QUATERNIONS IN GEOMETRIC ALGEBRA'); % QUATERNIONS IN GEOMETRIC A