代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/393518/8280910

m lpcconv.m

function s=lpcconv(from,to,x,y,np) %LPCCONV(from,to,x,y)->s convert between LPC parameter sets % % The output is a string that may be passed to eval(s) % x and y are optionally the input and outpu
www.eeworm.com/read/192735/8289522

m quadsolve.m

function [x,y,z,s,w,flag] = quadsolve(Q,c,A,b,C), %SQUADSOLVE % % USAGE: [x,y,z,s,w,flag] = squadsolve(Q,c,A,b,C) % % PARAMETERS: Q -> (n,n) symetric matrix (definite positive) % c
www.eeworm.com/read/192735/8289563

m squadsolve.m

function [x,y,z,s,w,flag] = squadsolve(Q,c,A,b,C), %SQUADSOLVE % % USAGE: [x,y,z,s,w,flag] = squadsolve(Q,c,A,b,C) % % PARAMETERS: Q -> (n,n) symetric matrix (definite positive) % c
www.eeworm.com/read/192735/8289565

m msquadsolve.m

function [x,y,z,s,w,flag] = msquadsolve(Q,c,A,b,C), % MSQUADSOLVE % % USAGE: [x,y,z,s,w,flag] = msquadsolve(Q,c,A,b,C) % % PARAMETERS: Q -> (n,n) symetric matrix (definite positive) %
www.eeworm.com/read/393013/8315253

m chaxun.m

a=rand(5)*10; if ndims(a)~=2 return end [i j]=size(a); for m=1:i for n=1:j x=a(m,n); if x>=5 && x
www.eeworm.com/read/367531/9743600

m runexp.m

%RunExp >> Automation function % Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen. % Arguments : (optional) noRuns ->
www.eeworm.com/read/367197/9766883

php fpdf.php

www.eeworm.com/read/170860/9783881

php fpdf.php

www.eeworm.com/read/415218/11080297

m lsqr.m

function [ x, istop, itn, r1norm, r2norm, anorm, acond, arnorm, xnorm, var ]... = lsqr( m, n, A, b, damp, atol, btol, conlim, itnlim, show ) % % [ x, istop, itn, r1norm, r2norm, anorm, acond,
www.eeworm.com/read/268073/11155337

m gausselimcomppivot.m

%Gaussian Elimination-Complete Pivoting %Description: This procedure solves a system of linear equations using %Gaussian Elimination Algorithm with full pivoting strategy. Full %pivoting is the int