代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/299984/7139997

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/299984/7140700

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/464335/7165210

m flame.m

function flame % FLAME A stiff ordinary differential equation. % A ball of fire grows until its radius is just large enough that all of % the oxygen available through the surface is consumed by co
www.eeworm.com/read/464335/7165257

m goldfract.m

function goldfract(n) %GOLDFRACT Golden ratio continued fraction. % GOLDFRACT(n) displays n terms. p = '1'; for k = 1:n p = ['1+1/(' p ')']; end p p = 1; q = 1; for k = 1:n s =
www.eeworm.com/read/461728/7221249

m test_laplacian_do.m

% Demo of the Laplacian pyramid functions x = load_image('lena', 256); x = double(x)/256; % Laplacian decomposition using 9/7 filters and 5 levels pfilt = '9/7'; n = 5; y = fwt_pyramid_do(x, p
www.eeworm.com/read/461376/7228559

m svmlwrite.m

function svmlwrite(fname, X, Y, floatformat) % SVMLWRITE - Write matrix into data file for SVM light % % SVMLWRITE(FNAME, X) writes out matrix X into file FNAME, in the format % needed for SVM li
www.eeworm.com/read/460863/7239085

c gc_basic_call_model.c

/*************************************************************************** * C Source: gc_basic_call_model.c * Description: This is a demonstration program for a basic call model which perf
www.eeworm.com/read/460435/7250429

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/460435/7250472

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/460435/7251176

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