代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/318840/13471253

m psd.m

function [Pxx, Pxxc, f] = psd(varargin) %PSD Power Spectral Density estimate. % Pxx = PSD(X,NFFT,Fs,WINDOW) estimates the Power Spectral Density of % signal vector X using Welch's averaged per
www.eeworm.com/read/316412/13523411

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 = p; p = p
www.eeworm.com/read/314653/13562213

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/314653/13562244

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/314653/13562698

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/314385/13568711

m psd.m

function [Pxx, Pxxc, f] = psd(varargin) %PSD Power Spectral Density estimate. % Pxx = PSD(X,NFFT,Fs,WINDOW) estimates the Power Spectral Density of % signal vector X using Welch's averaged per
www.eeworm.com/read/313334/13590228

c filemon.c

//====================================================================== // // FILEMON.c - main module for VxD FILEMON // // SysInternals - www.sysinternals.com // Copyright (C) 1996-2000 Mark Ru
www.eeworm.com/read/311774/13626014

c ctlstr.c

#include "calld.h" /* * Make a printable string of the character "c", which may be a * control character. Works only with ASCII. */ char * ctl_str(unsigned char c) { static char tempstr[6]; /*
www.eeworm.com/read/311774/13626022

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; /* * Position where this client left off last (or rewind). */ errmsg[0] = 0; sys_posn(clip
www.eeworm.com/read/311447/13630956

m nlademo.m

function nlademo( im, option ) % NLADEMO Demo for contourlet nonlinear approximation. 演示为contourlet非线性逼近 % NLADEMO shows how to use the contourlet toolbox to do nonlinear % approximation.说明如何使用