代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/483253/6602497

m wenjiansb.m

%文件识别的实现 clc; if fname~=0 disp('正在计算参考模板的参数...') for i=1:10 fn= sprintf('..\\DTW\\%dc.wav',i-1); x = wavread(fn); [x1 x2] = vad(x); m = mel(x); m = m(x1-2:x2-2,:); ref(i).mel = m; e
www.eeworm.com/read/483253/6602498

m xianchangsb.m

%现场识别的实现 clear; clc; for i=1:10 fname = sprintf('..\\DTW\\%dc.wav',i-1); x = wavread(fname); [x1 x2] = vad(x); m = mel(x); m = m(x1-2:x2-2,:); ref(i).mel = m; end fs=22050; % 取樣頻率 du
www.eeworm.com/read/482837/6614247

cpp p3-169.cpp

#include #include #include //main()函数 void main( void ) { //声明变量和数组 char buffer[200], s[] = "computer", c = 'l'; int i = 35, j; float fp =
www.eeworm.com/read/482610/6619837

cpp hello.cpp

#include #include #include "hello.h" char *hello(char *name) { char *value = new char [9+strlen(name)]; sprintf(value,"hello,%s.",name); return value; } #include
www.eeworm.com/read/482610/6619856

cpp p13.cpp

#include #include #include "hello.h" char *hello(char *name) { char *value = new char [9+strlen(name)]; sprintf(value,"hello,%s.",name); return value; } #include
www.eeworm.com/read/482678/6621038

html saveavw.html

Description of SaveAVW
www.eeworm.com/read/482678/6621069

html avw_hdr_make.html

Description of avw_hdr_make
www.eeworm.com/read/482678/6621112

m convert_mri2brainstorm.m

% Script to convert freesurfer analyze files into brainstorm format % The Freesurfer analyze files were created using % mri_convert -oid 1 0 0 -ojd 0 1 0 -okd 0 0 1 orig subject_orig_axial_ras.im
www.eeworm.com/read/482678/6621188

m avw_hdr_make.m

function [ avw ] = avw_hdr_make % AVW_HDR_MAKE - Create Analyze format data header (avw.hdr) % % [ avw ] = avw_hdr_make % % avw.hdr - a struct, all fields returned from the header. %
www.eeworm.com/read/482678/6621190

m saveavw.m

function SaveAVW ( Filename, avw ) % SaveAVW ( Filename, avw ) % Save an AVW file from the given avw structure % Order is picky! HeaderNames = { 'DataType', 'Width', 'Height', 'Depth', 'Nu