代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/431418/8677615

m testdtw.m

disp('正在计算参考模板的参数...') for i=1:10 fname = sprintf('录音\\%da.wav',i-1);%备注:该部分就是您要录制的语音样本(0-9的数字录音)该例程中用了20个.wav格式的录音:0a.wav,1a.wav....,9a.wav,0b.wav,1b.wav......,9b.wav,分别保存了0到9的发音前10个用于参考训练,后10个作
www.eeworm.com/read/431418/8677677

asv testdtw.asv

disp('正在计算参考模板的参数...') for i=1:10 fname = sprintf('..\\录音\\%da.wav',i-1);%备注:该部分就是您要录制的语音样本(0-9的数字录音)该例程中用了20个.wav格式的录音:0a.wav,1a.wav....,9a.wav,0b.wav,1b.wav......,9b.wav,分别保存了0到9的发音前1 x = wavre
www.eeworm.com/read/431224/8698970

m fm_report.m

function fm_report % FM_REPORT write the power flow report. % % The report is saved in a text file with the same name of % the data file followed by "_xx" where xx is a progressive % number. Finally t
www.eeworm.com/read/431223/8699073

c pointl.c

/* Point of Collapse: -Build the AC/DC Hessian. -Find initial guess for the left e-vector, Main. */ #include "pointl.h" #ifdef ANSIPROTO void InitializeLoad(void); vo
www.eeworm.com/read/431223/8699158

c homotpro.c

/* Homotopy Continuation Method: Group 2. */ #include "homot.h" #ifdef WINDOWS #include "Win UWPflow.h" #include "GraphDLG.h" #endif /* ------- Global Variables ------ */ extern VALUETYPE *Dx,Dpa
www.eeworm.com/read/386625/8734601

m solve.m

%SOLVE Solve a linear system. % % [X,RESIDS,ITS] = SOLVE(A,B,X0,RTOL,PRTOL,MAX_IT,MAX_TIME,MAX_MFLOP,... % RESTART) applies a solver defined by "solver_flag", with the given % t
www.eeworm.com/read/386050/8767345

m plotgtm.m

%PLOTGTM Plot a trained GTM mapping in 1D, 2D or 3D % % H = PLOTGTM (W) % % INPUT % W Trained GTM mapping % % OUTPUT % H Graphics handles % % DESCRIPTION % Creates a plot of the
www.eeworm.com/read/386050/8767447

m gtm.m

%GTM Fit a Generative Topographic Mapping using the % expectation-maximisation algorithm. % % [W,L] = GTM (A,K,M,MAPTYPE,REG,EPS,MAXITER) % % INPUT % A Dataset or double matrix % K
www.eeworm.com/read/386050/8769499

m plotdg.m

%PLOTDG Plot dendrogram % % PLOTDG(DENDROGRAM,K) % % INPUT % DENDROGRAM Dendrogram % K Number of clusters % % OUTPUT % % DESCRIPTION % Plots a dendrogram as generated by HCLUST. If th
www.eeworm.com/read/429558/8802925

m eigs2.m

function varargout = eigs2(varargin) % % Slightly modified version from matlab eigs, Timothee Cour, 2004 % % EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK. % D = EIG