代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/155627/11860029
m zxysf14.m
clear
i=1;
sum0=0;
a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0
0 0 0 0 0 0 0 1 0 0 1 1 0 0
0 1 0 1 0 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0 1 0 0
0 0 0 0 0 0 0 0 0 0 1 0 1 1
0 0 0 0 1 1 0 0 0 0 0 0 0 0
0
www.eeworm.com/read/258453/11861870
c hplistc.c
/*$TITLE=Program to list C source files on an HP Laserjet printer*/
/*
*********************************************************************************************************
*
www.eeworm.com/read/344679/11868544
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/257911/11907314
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/257622/11919326
c alg028_c.c
/*
* MULLER'S ALGORITHM 2.8
*
* To find a solution to f(x) = 0 given three approximations x0, x1
* and x2:
*
* INPUT: x0,x1,x2; tolerance TOL; maximum number of iterations NO.
*
* O
www.eeworm.com/read/154775/11927271
c rrc_common.c
/*
* Common interface for the level drivers
*
* (C) 2000 by Jakob Oestergaard
*
* This source is covered by the GNU GPL, the same as all Linux kernel
* sources.
*/
#include "rrc_common.h"
#inc
www.eeworm.com/read/343762/11928712
m mvfilter.m
function [x,z]=mvfilter(B,A,x,z)
% Multi-variate filter function
%
% Y = MVFILTER(B,A,X)
% [Y,Z] = MVFILTER(B,A,X,Z)
%
% Y = MVFILTER(B,A,X) filters the data in matrix X with the
% filter describe
www.eeworm.com/read/343743/11930977
m rbf_fs_2.m
function [C, R, w, info, conf] = rbf_fs_2(X, y, conf)
%
% Regularised forward selection using radial basis functions.
%
% Solves a regression problem with inputs X and outputs y using forward
% select
www.eeworm.com/read/257010/11960490
m observer.m
function [G, Ae] = observer(A,B,C,Pe)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the computation of the estimator gain '
%' gain vector G based on the Ackermann`s formul
www.eeworm.com/read/257010/11960580
m placeobs.m
function [K,G, Af] = placeobs(A,B,C,P,Pe)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the combined pole placement and observer '
%' design based on Ackermann`s formula. A