代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/182750/9192763

cxx gk.cxx

////////////////////////////////////////////////////////////////// // // main.cxx for ZX Intface97 // // History: // 2001.10.24 Start it. (shencan@263.net) // // History // 2001.12.31 Add th
www.eeworm.com/read/182429/9204223

m testdtw.m

disp('正在计算参考模板的参数...') for i=1:10 fname = sprintf('..\\ch6\\%da.wav',i-1); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); ref(i).mfcc = m; end disp('正在计算测试模板的参
www.eeworm.com/read/182429/9204242

m recog.m

for i=1:10 fname = sprintf('..\\..\\ch6\\%db.wav',i-1); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); for j=1:10 pout(j) = viterbi(hmm{j}, m); end [d,n] = m
www.eeworm.com/read/181563/9246021

c processor.c

/* $Id: processor.c,v 1.45 2003/09/11 04:09:53 reinelt Exp $ * * main data processing * * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at) * * This program is free software; you can re
www.eeworm.com/read/180303/9313155

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/375719/9351817

m sdmdemo.m

function sdmdemo % SDMDEMO - demonstration of SeDuMi Interface 1.04 % % This file is part of SeDuMi Interface 1.04 (JUL2002) % Last update : 23rd September 2002 % Copyright (C) 2002 Dimitri Pea
www.eeworm.com/read/179210/9365093

asv ainet.asv

function [M,D] = inet(Ag,ts,n,N,gen,qi,tp) % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Immune Network (iNet) - Description in iNet.doc % Obs.: for simplicity of comprehension
www.eeworm.com/read/179210/9365106

m abnet.m

function [w,win,cwin,D] = abnet(ag,eps,comp,alfa,beta,pc,pm), % % Ph.D. Thesis % Leandro Nunes de Castro % June, 1999 % Pattern Recognition in the Immune System using a Growing SOM % Bipolar S
www.eeworm.com/read/179210/9365126

m ainet.m

function [M,D] = inet(Ag,ts,n,N,gen,qi,tp) % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Immune Network (iNet) - Description in iNet.doc % Data normalization over [0,1] require
www.eeworm.com/read/179157/9367783

c adm_mon.c

/* * file : sysadm.c * srcipt by : TANG * recent modified by : TANG * and modified on : April 1, 2003 * NOTICE : the colorful dropdown menu * Platform : Pla