代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/140697/13066766

m alg102.m

% BROYDEN ALGORITHM 10.2 % % To approximate the solution of the nonlinear system F(X) = 0 % given an initial approximation X. % % INPUT: Number n of equations and unknowns; initial %
www.eeworm.com/read/140697/13066794

m alg121.m

% POISSON EQUATION FINITE-DIFFERENCE ALGORITHM 12.1 % % To approximate the solution to the Poisson equation % DEL(u) = F(x,y), a
www.eeworm.com/read/140697/13066813

m alg064.m

% DIRECT FACTORIZATION ALGORITHM 6.4 % % To factor the n by n matrix A = (A(I,J)) into the product of the % lower triangular matrix L = (L(I,J)) and the upper triangular % matrix U = (U(I,J)), tha
www.eeworm.com/read/140697/13066842

m alg101.m

% NEWTON'S METHOD FOR SYSTEMS ALGORITHM 10.1 % % To approximate the solution of the nonlinear system F(X)=0 given % an initial approximation X: % % INPUT: Number n of equations and unknowns; in
www.eeworm.com/read/140697/13066854

m alg125.m

% Finite Element Algorithm 12.5 % % To approximate the solution to an elliptic partial-differential % equation subject to Dirichlet, mixed, or Neumann boundary % conditions: % % Input: see STE
www.eeworm.com/read/140697/13066932

m alg102.m

% BROYDEN ALGORITHM 10.2 % % To approximate the solution of the nonlinear system F(X) = 0 % given an initial approximation X. % % INPUT: Number n of equations and unknowns; initial %
www.eeworm.com/read/140697/13066975

m alg121.m

% POISSON EQUATION FINITE-DIFFERENCE ALGORITHM 12.1 % % To approximate the solution to the Poisson equation % DEL(u) = F(x,y), a
www.eeworm.com/read/140697/13067001

m alg064.m

% DIRECT FACTORIZATION ALGORITHM 6.4 % % To factor the n by n matrix A = (A(I,J)) into the product of the % lower triangular matrix L = (L(I,J)) and the upper triangular % matrix U = (U(I,J)), tha
www.eeworm.com/read/140697/13067040

m alg101.m

% NEWTON'S METHOD FOR SYSTEMS ALGORITHM 10.1 % % To approximate the solution of the nonlinear system F(X)=0 given % an initial approximation X: % % INPUT: Number n of equations and unknowns; in
www.eeworm.com/read/140697/13067053

m alg125.m

% Finite Element Algorithm 12.5 % % To approximate the solution to an elliptic partial-differential % equation subject to Dirichlet, mixed, or Neumann boundary % conditions: % % Input: see STE